org.sonar.api.batch.scm
Class BlameLine

java.lang.Object
  extended by org.sonar.api.batch.scm.BlameLine

public class BlameLine
extends Object

Since:
5.0

Constructor Summary
BlameLine()
           
 
Method Summary
 String author()
           
 BlameLine author(String author)
           
 Date date()
           
 BlameLine date(Date date)
           
 boolean equals(Object obj)
           
 int hashCode()
           
 String revision()
           
 BlameLine revision(String revision)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BlameLine

public BlameLine()
Method Detail

revision

public String revision()

revision

public BlameLine revision(String revision)

author

@CheckForNull
public String author()

author

public BlameLine author(@Nullable
                        String author)

date

@CheckForNull
public Date date()
Returns:
the commit date

date

public BlameLine date(@Nullable
                      Date date)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009–2015 SonarSource. All rights reserved.