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

Packages that use Author
com.atlassian.bamboo.author   
com.atlassian.bamboo.build   
com.atlassian.bamboo.commit   
com.atlassian.bamboo.index   
com.atlassian.bamboo.rest   
com.atlassian.bamboo.results   
com.atlassian.bamboo.resultsummary   
com.atlassian.bamboo.ww2.actions.admin.user   
com.atlassian.bamboo.ww2.actions.author   
com.atlassian.bamboo.ww2.actions.user   
 

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 AuthorImpl
           
 class ChangeAuthor
           
 

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

Methods in com.atlassian.bamboo.author that return types with arguments of type Author
 java.util.Set<Author> AuthorManager.getAllAuthors()
           
 

Methods in com.atlassian.bamboo.author with parameters of type Author
 void HibernateAuthorManagerImpl.saveAuthor(Author author)
           
 void ExtendedAuthorManager.saveAuthor(Author author)
          Save the author
 

Uses of Author in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build that return Author
 Author ViewCurrentRunningBuild.resolveAuthorName(java.lang.String authorName)
           
 

Uses of Author in com.atlassian.bamboo.commit
 

Methods in com.atlassian.bamboo.commit that return Author
 Author CommitImpl.getAuthor()
           
 Author Commit.getAuthor()
           
 

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

Constructors in com.atlassian.bamboo.commit with parameters of type Author
CommitImpl(Author author, 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.rest
 

Methods in com.atlassian.bamboo.rest that return Author
 Author GetLatestBuildsByUser.getAuthor()
           
 

Uses of Author in com.atlassian.bamboo.results
 

Methods in com.atlassian.bamboo.results that return types with arguments of type Author
 java.util.Set<Author> BuildResults.getUniqueAuthors()
           
 java.util.Set<Author> BuildResultsImpl.getUniqueAuthors()
          Gets a the unique ChangeAuthors from the BuildResultsImpl.getCommits().
 

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> BuildResultsSummaryForTesting.getUniqueAuthors()
           
 java.util.Set<Author> BuildResultsSummary.getUniqueAuthors()
          A shortcut method to get the unique set of authors contributing to this build.
 

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

Methods in com.atlassian.bamboo.ww2.actions.admin.user that return Author
 Author ConfigureProfile.getAuthor()
           
 Author SearchUserAction.getLinkedAuthorForUser(com.atlassian.user.User user)
           
 

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 with parameters of type Author
 void ViewAuthor.setAuthor(Author author)
           
 

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

Methods in com.atlassian.bamboo.ww2.actions.user that return Author
 Author ViewUserSummary.getAuthor()
           
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.