public interface Author extends AuthorData, Serializable
Modifier and Type | Field and Description |
---|---|
static String |
UNKNOWN_AUTHOR |
Modifier and Type | Method and Description |
---|---|
List<ResultsSummary> |
getAllTriggeredBuildResults()
Gets all builds triggered by the author
|
List<ResultsSummary> |
getBreakages()
Get the build results broken by the author.
|
List<ResultsSummary> |
getFailedBuilds()
Gets all the builds triggered by the author that failed.
|
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 successful
and the previous one failed.
|
String |
getFullName()
Get a full name for display purposes
|
int |
getNumberOfBreakages()
Get the number of builds broken by the author
A build is deemed broken by the author if the build they triggered failed
and the previous one was successful.
|
int |
getNumberOfFailedBuilds()
Gets number of the builds triggered by the author that failed.
|
int |
getNumberOfFixes()
Get the number of builds fixed by the author
A build is deemed fixed by the author if the build they triggered was successful
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
|
List<ResultsSummary> |
getSuccessfulBuilds()
Gets all the builds triggered by the author that was successful.
|
List<ResultsSummary> |
getTriggeredBuildResults()
Gets all builds triggered by the author
Depending on implementation number of results may be limited to arbitrary value
|
setEmail, setLinkedUserName
getEmail, getLinkedUserName, getName
compareTo
static final String UNKNOWN_AUTHOR
@NotNull String getFullName()
List<ResultsSummary> getBreakages()
List
of ResultsSummary
int getNumberOfBreakages()
List<ResultsSummary> getFixes()
List
of ResultsSummary
int getNumberOfFixes()
List<ResultsSummary> getFailedBuilds()
List
of ResultsSummary
int getNumberOfFailedBuilds()
List<ResultsSummary> getSuccessfulBuilds()
List
of ResultsSummary
int getNumberOfSuccessfulBuilds()
List<ResultsSummary> getTriggeredBuildResults()
List
of ResultsSummary
List<ResultsSummary> getAllTriggeredBuildResults()
List
of ResultsSummary
int getNumberOfTriggeredBuilds()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.