|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Author
Method Summary | |
---|---|
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 |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
String getName()
String getFullName()
List getBreakages()
List
of BuildResultsSummary
List getFixes()
List
of BuildResultsSummary
List getFailedBuilds()
List
of BuildResultsSummary
List getSuccessfulBuilds()
List
of BuildResultsSummary
List getTriggeredBuildResults()
List
of BuildResultsSummary
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |