Uses of Interface
com.atlassian.bamboo.author.Author

Packages that use Author
com.atlassian.bamboo.author   
com.atlassian.bamboo.commit   
com.atlassian.bamboo.deployments.versions.history.commit   
com.atlassian.bamboo.deployments.versions.persistence.commits   
com.atlassian.bamboo.index   
com.atlassian.bamboo.matcher.bean   
com.atlassian.bamboo.migration.stream   
com.atlassian.bamboo.plan.branch   
com.atlassian.bamboo.resultsummary   
com.atlassian.bamboo.v2.build.trigger   
com.atlassian.bamboo.ww2.actions.admin.author   
com.atlassian.bamboo.ww2.actions.author   
com.atlassian.bamboo.ww2.beans.author   
 

Uses of Author in com.atlassian.bamboo.author
 

Subinterfaces of Author in com.atlassian.bamboo.author
 interface ExtendedAuthor
           
 

Classes in com.atlassian.bamboo.author that implement Author
 class AuthorCachingFacade
           
 class AuthorImpl
          Deprecated. since 3.3
 class ChangeAuthor
           
 

Methods in com.atlassian.bamboo.author that return Author
 Author AuthorManager.getAuthorByName(java.lang.String name)
           
 Author LuceneAuthorManagerImpl.getAuthorByName(java.lang.String name)
           
 Author HibernateAuthorManagerImpl.getAuthorByName(java.lang.String name)
           
 

Methods in com.atlassian.bamboo.author that return types with arguments of type Author
 java.util.List<Author> AuthorHibernateDao.findAuthorsByLinkedUser(java.lang.String userSearchString)
           
 java.util.List<Author> AuthorDao.findAuthorsByLinkedUser(java.lang.String userSearchString)
          Performs a case insensitive search for authors by their linkedUserName.
 java.util.List<Author> AuthorHibernateDao.findAuthorsByName(java.lang.String authorSearchString)
           
 java.util.List<Author> ExtendedAuthorManager.findAuthorsByName(java.lang.String authorSearchString)
          Performs a case insensitive search for authors by their author name.
 java.util.List<Author> AuthorDao.findAuthorsByName(java.lang.String authorSearchString)
          Performs a case insensitive search for authors by their author name.
 java.util.List<Author> HibernateAuthorManagerImpl.findAuthorsByName(java.lang.String authorSearchString)
           
 java.util.List<Author> ExtendedAuthorManager.findAuthorsByUser(java.lang.String userSearchString)
          Performs a case insensitive search for authors by their linkedUserName.
 java.util.List<Author> HibernateAuthorManagerImpl.findAuthorsByUser(java.lang.String userSearchString)
           
 java.util.List<Author> AuthorHibernateDao.findAuthorsThatStartWith(java.lang.String authorSearchString, boolean unlinkedOnly)
           
 java.util.List<Author> ExtendedAuthorManager.findAuthorsThatStartWith(java.lang.String authorSearchString, boolean unlinkedOnly)
          Performs a case insensitive search for authors by their author name.
 java.util.List<Author> AuthorDao.findAuthorsThatStartWith(java.lang.String authorSearchString, boolean unlinkedOnly)
          Performs a case insensitive search for authors by their author name.
 java.util.List<Author> HibernateAuthorManagerImpl.findAuthorsThatStartWith(java.lang.String authorSearchString, boolean unlinkedOnly)
           
 java.util.Set<Author> AuthorManager.getAllAuthors()
           
 java.util.Set<Author> LuceneAuthorManagerImpl.getAllAuthors()
           
 java.util.Set<Author> LuceneAuthorManagerImpl.getAuthorsInBuild(long buildId)
           
 

Methods in com.atlassian.bamboo.author with parameters of type Author
 void ExtendedAuthorManager.createAndSaveAuthor(Author author)
          Creates and saves author given author, if bamboo user with the same username exists the new author will be linked to that user.
 void HibernateAuthorManagerImpl.createAndSaveAuthor(Author author)
           
 void AuthorCreatorServiceImpl.createAuthorIfMissing(Author author)
           
 void AuthorCreatorService.createAuthorIfMissing(Author author)
          Creates an author record for a given author if one does not exist in a db already.
 

Method parameters in com.atlassian.bamboo.author with type arguments of type Author
 void AuthorCreatorServiceImpl.createMissingAuthors(java.lang.Iterable<Author> authors)
           
 void AuthorCreatorService.createMissingAuthors(java.lang.Iterable<Author> author)
          Creates any authors if they don't exist
 

Uses of Author in com.atlassian.bamboo.commit
 

Methods in com.atlassian.bamboo.commit that return Author
 Author UnassociatedCommit.getAuthor()
           
 Author CommitContext.getAuthor()
           
 Author CommitImpl.getAuthor()
           
 Author CommitContextImpl.getAuthor()
           
 

Methods in com.atlassian.bamboo.commit with parameters of type Author
 CommitContextImpl.Builder CommitContextImpl.Builder.author(Author author)
           
 void UnassociatedCommit.setAuthor(Author author)
           
 void Commit.setAuthor(Author author)
          Who made the commit
 void CommitImpl.setAuthor(Author author)
           
 

Constructors in com.atlassian.bamboo.commit with parameters of type Author
CommitContextImpl(Author author, java.util.List<CommitFile> files, java.lang.String comment, java.util.Date date, java.lang.String changeSetId)
           
UnassociatedCommit(java.lang.String changeSetId, java.lang.String comment, Author author, java.util.Date date)
           
 

Uses of Author in com.atlassian.bamboo.deployments.versions.history.commit
 

Methods in com.atlassian.bamboo.deployments.versions.history.commit that return Author
 Author DeploymentVersionVcsCommitImpl.getAuthor()
           
 Author InternalDeploymentVersionVcsCommit.getAuthor()
           
 

Uses of Author in com.atlassian.bamboo.deployments.versions.persistence.commits
 

Methods in com.atlassian.bamboo.deployments.versions.persistence.commits that return Author
 Author MutableDeploymentVersionVcsCommitImpl.getAuthor()
           
 

Methods in com.atlassian.bamboo.deployments.versions.persistence.commits with parameters of type Author
 void MutableDeploymentVersionVcsCommitImpl.setAuthor(Author author)
           
 void MutableDeploymentVersionVcsCommit.setAuthor(Author author)
           
 

Constructors in com.atlassian.bamboo.deployments.versions.persistence.commits with parameters of type Author
MutableDeploymentVersionVcsCommitImpl(MutableDeploymentVersionVcsChangeset changeset, Author author, java.lang.String changeSetId, java.lang.String comment, java.util.Date date)
           
 

Uses of Author in com.atlassian.bamboo.index
 

Methods in com.atlassian.bamboo.index that return types with arguments of type Author
 java.util.Set<Author> BuildResultsSummaryDocument.getUniqueAuthors()
           
 

Uses of Author in com.atlassian.bamboo.matcher.bean
 

Methods in com.atlassian.bamboo.matcher.bean that return types with arguments of type Author
static org.hamcrest.Matcher<Author> IsAuthorEq.equalToAuthor(Author reference)
           
 

Methods in com.atlassian.bamboo.matcher.bean with parameters of type Author
static org.hamcrest.Matcher<Author> IsAuthorEq.equalToAuthor(Author reference)
           
 boolean IsAuthorEq.matchesSafely(Author author)
           
 

Constructors in com.atlassian.bamboo.matcher.bean with parameters of type Author
IsAuthorEq(Author reference)
           
 

Uses of Author in com.atlassian.bamboo.migration.stream
 

Methods in com.atlassian.bamboo.migration.stream that return Author
protected  Author AuthorMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
           
 

Methods in com.atlassian.bamboo.migration.stream with parameters of type Author
 void AuthorMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor, java.util.List<Author> authorList, Author author, long objectIndex, net.sf.hibernate.Session session)
           
protected  void AuthorMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement, Author object, net.sf.hibernate.Session session, ExportDetailsBean exportDetailsBean)
           
protected  void AuthorMapper.importProperties(Author object, org.codehaus.staxmate.in.SMInputCursor inputCursor, net.sf.hibernate.Session session)
           
 

Method parameters in com.atlassian.bamboo.migration.stream with type arguments of type Author
 void AuthorMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor, java.util.List<Author> authorList, Author author, long objectIndex, net.sf.hibernate.Session session)
           
 

Uses of Author in com.atlassian.bamboo.plan.branch
 

Methods in com.atlassian.bamboo.plan.branch that return Author
 Author BranchCommitInformation.getCreatingAuthor()
           
 Author BranchCommitInformationImpl.getCreatingAuthor()
           
 Author BranchCommitInformation.getLatestCommitAuthor()
           
 Author BranchCommitInformationImpl.getLatestCommitAuthor()
           
 

Methods in com.atlassian.bamboo.plan.branch with parameters of type Author
 void BranchCommitInformation.setCreatingAuthor(Author creatingAuthor)
           
 void BranchCommitInformationImpl.setCreatingAuthor(Author creatingAuthor)
           
 void BranchCommitInformation.setLatestCommitAuthor(Author lastCommitAuthor)
           
 void BranchCommitInformationImpl.setLatestCommitAuthor(Author latestCommitAuthor)
           
 

Uses of Author in com.atlassian.bamboo.resultsummary
 

Methods in com.atlassian.bamboo.resultsummary that return types with arguments of type Author
 java.util.Set<Author> ImmutableResultsSummary.getUniqueAuthors()
          A shortcut method to get the unique set of authors contributing to this build.
 java.util.Set<Author> BaseResultSummary.getUniqueAuthors()
           
 

Uses of Author in com.atlassian.bamboo.v2.build.trigger
 

Methods in com.atlassian.bamboo.v2.build.trigger that return types with arguments of type Author
 java.util.Set<Author> CodeChangedTriggerReasonRenderer.getUniqueAuthors(java.lang.Iterable<Commit> commits)
           
 

Uses of Author in com.atlassian.bamboo.ww2.actions.admin.author
 

Methods in com.atlassian.bamboo.ww2.actions.admin.author that return types with arguments of type Author
 Pager<Author> ViewAuthors.getPager()
           
 

Method parameters in com.atlassian.bamboo.ww2.actions.admin.author with type arguments of type Author
 void ViewAuthors.setPager(Pager<Author> pager)
           
 

Uses of Author in com.atlassian.bamboo.ww2.actions.author
 

Methods in com.atlassian.bamboo.ww2.actions.author that return Author
 Author ViewAuthor.getAuthor()
           
 

Methods in com.atlassian.bamboo.ww2.actions.author that return types with arguments of type Author
 java.util.List<Author> ViewAuthors.getAuthors()
           
 

Methods in com.atlassian.bamboo.ww2.actions.author with parameters of type Author
 void ViewAuthor.setAuthor(Author author)
           
 

Uses of Author in com.atlassian.bamboo.ww2.beans.author
 

Methods in com.atlassian.bamboo.ww2.beans.author that return types with arguments of type Author
static com.google.common.base.Function<Author,DecoratedAuthorBuildStatistics> DecoratedAuthorBuildStatistics.createFromAuthor()
           
 

Constructors in com.atlassian.bamboo.ww2.beans.author with parameters of type Author
DecoratedAuthorBuildStatistics(Author author)
           
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.