|
||||||||||
| 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 Authorpublic void setName(String name)
public String getFullName()
Author
getFullName in interface Authorpublic List getBreakages()
Author
getBreakages in interface AuthorList of BuildResultsSummarypublic void setBreakages(List breakages)
public List getFixes()
Author
getFixes in interface AuthorList of BuildResultsSummarypublic void setFixes(List fixes)
public List getSuccessfulBuilds()
Author
getSuccessfulBuilds in interface AuthorList of BuildResultsSummarypublic void setSuccessfulBuilds(List successfulBuilds)
public List getFailedBuilds()
Author
getFailedBuilds in interface AuthorList of BuildResultsSummarypublic void setFailedBuilds(List failedBuilds)
public List getTriggeredBuildResults()
Author
getTriggeredBuildResults in interface AuthorList of BuildResultsSummarypublic void setTriggeredBuildResults(List triggeredBuildResults)
public List getCommits()
getCommits in interface ExtendedAuthorpublic void setCommits(List commits)
public String getLinkedUserName()
getLinkedUserName in interface ExtendedAuthorpublic void setLinkedUserName(String linkedUserName)
setLinkedUserName in interface ExtendedAuthorpublic 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 | |||||||||