|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEntityObject
com.atlassian.bamboo.core.BambooEntityObject
com.atlassian.bamboo.author.AuthorImpl
public class AuthorImpl
Field Summary |
---|
Fields inherited from class com.atlassian.bamboo.core.BambooEntityObject |
---|
id |
Constructor Summary | |
---|---|
AuthorImpl()
|
|
AuthorImpl(String name)
|
Method Summary | |
---|---|
int |
compareTo(Object obj)
|
boolean |
equals(Object o)
|
List |
getBreakages()
Get the build results broken by the author. |
List |
getCommits()
|
ExtendedAuthorManager |
getExtendedAuthorManager()
|
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 |
getLinkedUserName()
|
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 |
int |
hashCode()
|
void |
setBambooUserManager(BambooUserManager bambooUserManager)
|
void |
setBreakages(List breakages)
|
void |
setCommits(List commits)
|
void |
setExtendedAuthorManager(ExtendedAuthorManager extendedAuthorManager)
|
void |
setFailedBuilds(List failedBuilds)
|
void |
setFixes(List fixes)
|
void |
setLinkedUserName(String linkedUserName)
|
void |
setName(String name)
|
void |
setSuccessfulBuilds(List successfulBuilds)
|
void |
setTriggeredBuildResults(List triggeredBuildResults)
|
Methods inherited from class com.atlassian.bamboo.core.BambooEntityObject |
---|
getId, setId |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.atlassian.bamboo.core.BambooObject |
---|
getId, setId |
Constructor Detail |
---|
public AuthorImpl()
public AuthorImpl(String name)
Method Detail |
---|
public String getName()
Author
getName
in interface Author
public void setName(String name)
public String getFullName()
Author
getFullName
in interface Author
public List getBreakages()
Author
getBreakages
in interface Author
List
of BuildResultsSummary
public void setBreakages(List breakages)
public List getFixes()
Author
getFixes
in interface Author
List
of BuildResultsSummary
public void setFixes(List fixes)
public List getSuccessfulBuilds()
Author
getSuccessfulBuilds
in interface Author
List
of BuildResultsSummary
public void setSuccessfulBuilds(List successfulBuilds)
public List getFailedBuilds()
Author
getFailedBuilds
in interface Author
List
of BuildResultsSummary
public void setFailedBuilds(List failedBuilds)
public List getTriggeredBuildResults()
Author
getTriggeredBuildResults
in interface Author
List
of BuildResultsSummary
public void setTriggeredBuildResults(List triggeredBuildResults)
public List getCommits()
getCommits
in interface ExtendedAuthor
public void setCommits(List commits)
public String getLinkedUserName()
getLinkedUserName
in interface ExtendedAuthor
public void setLinkedUserName(String linkedUserName)
setLinkedUserName
in interface ExtendedAuthor
public ExtendedAuthorManager getExtendedAuthorManager()
public void setExtendedAuthorManager(ExtendedAuthorManager extendedAuthorManager)
public void setBambooUserManager(BambooUserManager bambooUserManager)
public int hashCode()
public boolean equals(Object o)
public int compareTo(Object obj)
compareTo
in interface Comparable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |