Package com.atlassian.bamboo.author
Interface ExtendedAuthor
-
- All Superinterfaces:
Author
,AuthorContext
,AuthorData
,BambooIdProvider
,BambooObject
,Comparable<AuthorContext>
,NameProvider
,Serializable
- All Known Implementing Classes:
AuthorImpl
public interface ExtendedAuthor extends Author, BambooObject
-
-
Field Summary
-
Fields inherited from interface com.atlassian.bamboo.author.Author
UNKNOWN_AUTHOR
-
-
Method Summary
-
Methods inherited from interface com.atlassian.bamboo.author.Author
getAllTriggeredBuildResults, getBreakages, getFailedBuilds, getFixes, getFullName, getNumberOfBreakages, getNumberOfFailedBuilds, getNumberOfFixes, getNumberOfSuccessfulBuilds, getNumberOfTriggeredBuilds, getSuccessfulBuilds, getTriggeredBuildResults
-
Methods inherited from interface com.atlassian.bamboo.author.AuthorContext
getEmail, getLinkedUserName, getName
-
Methods inherited from interface com.atlassian.bamboo.author.AuthorData
setEmail, setLinkedUserName
-
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
-
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
Methods inherited from interface java.lang.Comparable
compareTo
-
-