|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Author
Field Summary | |
---|---|
static java.lang.String |
UNKNOWN_AUTHOR
|
Method Summary | |
---|---|
java.util.List<ResultsSummary> |
getAllTriggeredBuildResults()
Gets all builds triggered by the author |
java.util.List<ResultsSummary> |
getBreakages()
Get the build results broken by the author. |
java.util.List<ResultsSummary> |
getFailedBuilds()
Gets all the builds triggered by the author that failed. |
java.util.List<ResultsSummary> |
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. |
java.lang.String |
getFullName()
Get a full name for display purposes |
java.lang.String |
getLinkedUserName()
|
java.lang.String |
getName()
Unique name identifying an author. |
java.lang.String |
getNameForUrl()
Returns a url encoded string of the author name Originally for BAM-1298 - backslashes in author names |
int |
getNumberOfBreakages()
Get the number of builds fixed by author A build is deemed fixed by the author if the build they triggered was succesful and the previous one failed. |
int |
getNumberOfFailedBuilds()
Gets number of the builds triggered by the author that failed. |
int |
getNumberOfFixes()
Get the number of builds fixed by author A build is deemed fixed by the author if the build they triggered was succesful and the previous one failed. |
int |
getNumberOfSuccessfulBuilds()
Gets number of the builds triggered by the author that were successful. |
int |
getNumberOfTriggeredBuilds()
Gets number of builds triggered by the author |
java.util.List<ResultsSummary> |
getSuccessfulBuilds()
Gets all the builds triggered by the author that was successful. |
java.util.List<ResultsSummary> |
getTriggeredBuildResults()
Gets all builds triggered by the author Depending on implementation number of results may be limited to arbitrary value |
void |
setLinkedUserName(java.lang.String linkedUserName)
|
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Field Detail |
---|
static final java.lang.String UNKNOWN_AUTHOR
Method Detail |
---|
java.lang.String getName()
getName
in interface NameProvider
java.lang.String getNameForUrl()
java.lang.String getFullName()
java.util.List<ResultsSummary> getBreakages()
List
of ResultsSummary
int getNumberOfBreakages()
java.util.List<ResultsSummary> getFixes()
List
of ResultsSummary
int getNumberOfFixes()
java.util.List<ResultsSummary> getFailedBuilds()
List
of ResultsSummary
int getNumberOfFailedBuilds()
java.util.List<ResultsSummary> getSuccessfulBuilds()
List
of ResultsSummary
int getNumberOfSuccessfulBuilds()
java.util.List<ResultsSummary> getTriggeredBuildResults()
List
of ResultsSummary
java.util.List<ResultsSummary> getAllTriggeredBuildResults()
List
of ResultsSummary
int getNumberOfTriggeredBuilds()
void setLinkedUserName(java.lang.String linkedUserName)
java.lang.String getLinkedUserName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |