@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, setName
clone, getCreationDate, getCurrentDate, getId, getLastModificationDate, setClock, setCreationDate, setId, setLastModificationDate
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
setEmail, setLinkedUserName
getEmail, getLinkedUserName, getName
compareTo
setId
getId
public AuthorImpl()
public AuthorImpl(String name)
public AuthorImpl(AuthorContext newAuthor)
@NotNull public String getFullName()
Author
getFullName
in interface Author
public List<ResultsSummary> getBreakages()
MAX_RESULT_COUNT
last broken builds triggered by this author.getBreakages
in interface Author
List
of BuildResultsSummary
public List<ResultsSummary> getFixes()
MAX_RESULT_COUNT
last fixed builds triggered by this author.getFixes
in interface Author
List
of BuildResultsSummary
public List<ResultsSummary> getSuccessfulBuilds()
MAX_RESULT_COUNT
last successful builds triggered by this author.getSuccessfulBuilds
in interface Author
List
of BuildResultsSummary
public List<ResultsSummary> getFailedBuilds()
MAX_RESULT_COUNT
last failed builds triggered by this author.getFailedBuilds
in interface Author
List
of BuildResultsSummary
public List<ResultsSummary> getTriggeredBuildResults()
MAX_RESULT_COUNT
last triggered by this author.getTriggeredBuildResults
in interface Author
List
of BuildResultsSummary
public List<ResultsSummary> getAllTriggeredBuildResults()
getAllTriggeredBuildResults
in interface Author
List
of BuildResultsSummary
public int getNumberOfBreakages()
Author
getNumberOfBreakages
in interface Author
public int getNumberOfFixes()
Author
getNumberOfFixes
in interface Author
public int getNumberOfFailedBuilds()
Author
getNumberOfFailedBuilds
in interface Author
public int getNumberOfSuccessfulBuilds()
Author
getNumberOfSuccessfulBuilds
in interface Author
public int getNumberOfTriggeredBuilds()
Author
getNumberOfTriggeredBuilds
in interface Author
protected Object readResolve()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.