@Deprecated @Entity public class AuthorImpl extends AuthorDataImpl implements ExtendedAuthor
UNKNOWN_AUTHOR| Constructor and Description |
|---|
AuthorImpl()
Deprecated.
|
AuthorImpl(AuthorContext newAuthor)
Deprecated.
|
AuthorImpl(String name)
Deprecated.
|
AuthorImpl(String name,
String linkedUserName)
Deprecated.
|
AuthorImpl(String name,
String linkedUserName,
String email)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResultsSummary> |
getAllTriggeredBuildResults()
Deprecated.
Get all builds triggered by this author for reporting purpose.
|
List<ResultsSummary> |
getBreakages()
Deprecated.
Get up to
MAX_RESULT_COUNT last broken builds triggered by this author. |
List<ResultsSummary> |
getFailedBuilds()
Deprecated.
Get up to
MAX_RESULT_COUNT last failed builds triggered by this author. |
List<ResultsSummary> |
getFixes()
Deprecated.
Get up to
MAX_RESULT_COUNT last fixed builds triggered by this author. |
String |
getFullName()
Deprecated.
Get a full name for display purposes
|
int |
getNumberOfBreakages()
Deprecated.
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()
Deprecated.
Gets number of the builds triggered by the author that failed.
|
int |
getNumberOfFixes()
Deprecated.
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()
Deprecated.
Gets number of the builds triggered by the author that were successful.
|
int |
getNumberOfTriggeredBuilds()
Deprecated.
Gets number of builds triggered by the author
|
List<ResultsSummary> |
getSuccessfulBuilds()
Deprecated.
Get up to
MAX_RESULT_COUNT last successful builds triggered by this author. |
List<ResultsSummary> |
getTriggeredBuildResults()
Deprecated.
Get up to
MAX_RESULT_COUNT last triggered by this author. |
protected Object |
readResolve()
Deprecated.
|
compareTo, equals, getEmail, getLinkedUserName, getName, hashCode, setEmail, setLinkedUserName, setNameclone, getCreationDate, getCurrentDate, getId, getLastModificationDate, setClock, setCreationDate, setId, setLastModificationDatefinalize, getClass, notify, notifyAll, toString, wait, wait, waitsetEmail, setLinkedUserNamegetEmail, getLinkedUserName, getNamecompareTosetIdgetIdpublic AuthorImpl()
public AuthorImpl(String name)
public AuthorImpl(AuthorContext newAuthor)
@NotNull public String getFullName()
AuthorgetFullName in interface Authorpublic List<ResultsSummary> getBreakages()
MAX_RESULT_COUNT last broken builds triggered by this author.getBreakages in interface AuthorList of BuildResultsSummarypublic List<ResultsSummary> getFixes()
MAX_RESULT_COUNT last fixed builds triggered by this author.getFixes in interface AuthorList of BuildResultsSummarypublic List<ResultsSummary> getSuccessfulBuilds()
MAX_RESULT_COUNT last successful builds triggered by this author.getSuccessfulBuilds in interface AuthorList of BuildResultsSummarypublic List<ResultsSummary> getFailedBuilds()
MAX_RESULT_COUNT last failed builds triggered by this author.getFailedBuilds in interface AuthorList of BuildResultsSummarypublic List<ResultsSummary> getTriggeredBuildResults()
MAX_RESULT_COUNT last triggered by this author.getTriggeredBuildResults in interface AuthorList of BuildResultsSummarypublic List<ResultsSummary> getAllTriggeredBuildResults()
getAllTriggeredBuildResults in interface AuthorList of BuildResultsSummarypublic int getNumberOfBreakages()
AuthorgetNumberOfBreakages in interface Authorpublic int getNumberOfFixes()
AuthorgetNumberOfFixes in interface Authorpublic int getNumberOfFailedBuilds()
AuthorgetNumberOfFailedBuilds in interface Authorpublic int getNumberOfSuccessfulBuilds()
AuthorgetNumberOfSuccessfulBuilds in interface Authorpublic int getNumberOfTriggeredBuilds()
AuthorgetNumberOfTriggeredBuilds in interface Authorprotected Object readResolve()
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.