com.atlassian.bamboo.author
Class AuthorCachingFacade

java.lang.Object
  extended by com.atlassian.core.bean.EntityObject
      extended by com.atlassian.bamboo.core.BambooEntityObject
          extended by com.atlassian.bamboo.author.AuthorDataImpl
              extended by com.atlassian.bamboo.author.AuthorImpl
                  extended by com.atlassian.bamboo.author.AuthorCachingFacade
All Implemented Interfaces:
Author, AuthorData, ExtendedAuthor, BambooIdProvider, BambooObject, NameProvider, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<AuthorData>

public class AuthorCachingFacade
extends AuthorImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.bamboo.core.BambooEntityObject
id
 
Fields inherited from interface com.atlassian.bamboo.author.Author
UNKNOWN_AUTHOR
 
Constructor Summary
AuthorCachingFacade()
           
AuthorCachingFacade(AuthorData author)
           
AuthorCachingFacade(java.lang.String name)
           
AuthorCachingFacade(java.lang.String name, java.lang.String linkedUserName)
           
 
Method Summary
 
Methods inherited from class com.atlassian.bamboo.author.AuthorImpl
getAllTriggeredBuildResults, getBreakages, getFailedBuilds, getFixes, getFullName, getNameForUrl, getNumberOfBreakages, getNumberOfFailedBuilds, getNumberOfFixes, getNumberOfSuccessfulBuilds, getNumberOfTriggeredBuilds, getSuccessfulBuilds, getTriggeredBuildResults, setBambooUserManager, setExtendedAuthorManager
 
Methods inherited from class com.atlassian.bamboo.author.AuthorDataImpl
compareTo, equals, getEmail, getLinkedUserName, getName, hashCode, setEmail, setLinkedUserName, setName
 
Methods inherited from class com.atlassian.bamboo.core.BambooEntityObject
getId, setId
 
Methods inherited from class com.atlassian.core.bean.EntityObject
clone, getCreationDate, getCurrentDate, getLastModificationDate, setClock, setCreationDate, setLastModificationDate
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.bamboo.author.AuthorData
getEmail, getLinkedUserName, getName, setEmail, setLinkedUserName
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
 
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
 

Constructor Detail

AuthorCachingFacade

public AuthorCachingFacade()

AuthorCachingFacade

public AuthorCachingFacade(java.lang.String name)

AuthorCachingFacade

public AuthorCachingFacade(java.lang.String name,
                           java.lang.String linkedUserName)

AuthorCachingFacade

public AuthorCachingFacade(AuthorData author)


Copyright © 2012 Atlassian. All Rights Reserved.