|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.bamboo.author.ChangeAuthor
public class ChangeAuthor
Constructor Summary | |
---|---|
ChangeAuthor(String name)
|
Method Summary | |
---|---|
void |
addTriggeredBuildResult(BuildResultsSummary buildResultsSummary)
|
int |
compareTo(Object obj)
|
boolean |
equals(Object o)
|
List |
getBreakages()
Get the build results broken by the author. |
List |
getFailedBuilds()
Gets all the builds triggered by the author that failed. |
List |
getFixes()
Get the build results fixed by the author A build is deemed fixed by the author if the build they triggered was succesful and the previous one failed. |
String |
getFullName()
Get a full name for display purposes |
String |
getName()
Unique name identifying an author. |
List |
getSuccessfulBuilds()
Gets all the builds triggered by the author that was successful. |
List |
getTriggeredBuildResults()
Gets all builds tirggered by the author |
int |
hashCode()
|
void |
setName(String name)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ChangeAuthor(String name)
Method Detail |
---|
public String getName()
Author
getName
in interface Author
public void setName(String name)
public String getFullName()
Author
getFullName
in interface Author
public boolean equals(Object o)
equals
in class Object
public int compareTo(Object obj)
compareTo
in interface Comparable
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
public List getBreakages()
Author
getBreakages
in interface Author
List
of BuildResultsSummary
public List getFixes()
Author
getFixes
in interface Author
List
of BuildResultsSummary
public List getFailedBuilds()
Author
getFailedBuilds
in interface Author
List
of BuildResultsSummary
public List getSuccessfulBuilds()
Author
getSuccessfulBuilds
in interface Author
List
of BuildResultsSummary
public List getTriggeredBuildResults()
Author
getTriggeredBuildResults
in interface Author
List
of BuildResultsSummary
public void addTriggeredBuildResult(BuildResultsSummary buildResultsSummary)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |