|
||||||||||
| 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 Authorpublic void setName(String name)
public String getFullName()
Author
getFullName in interface Authorpublic boolean equals(Object o)
equals in class Objectpublic int compareTo(Object obj)
compareTo in interface Comparablepublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectpublic List getBreakages()
Author
getBreakages in interface AuthorList of BuildResultsSummarypublic List getFixes()
Author
getFixes in interface AuthorList of BuildResultsSummarypublic List getFailedBuilds()
Author
getFailedBuilds in interface AuthorList of BuildResultsSummarypublic List getSuccessfulBuilds()
Author
getSuccessfulBuilds in interface AuthorList of BuildResultsSummarypublic List getTriggeredBuildResults()
Author
getTriggeredBuildResults in interface AuthorList of BuildResultsSummarypublic void addTriggeredBuildResult(BuildResultsSummary buildResultsSummary)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||