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.migration.stream   
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 LuceneAuthorManagerImpl.getAuthorByName(java.lang.String name)
           
 Author HibernateAuthorManagerImpl.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> LuceneAuthorManagerImpl.getAllAuthors()
           
 java.util.Set<Author> AuthorManager.getAllAuthors()
           
 java.util.Set<Author> LuceneAuthorManagerImpl.getAuthorsInBuild(long buildId)
           
 

Methods in com.atlassian.bamboo.author with parameters of type Author
 int AuthorImpl.compareTo(Author otherAuthor)
           
 int ChangeAuthor.compareTo(Author otherAuthor)
           
 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.migration.stream
 

Fields in com.atlassian.bamboo.migration.stream with type parameters of type Author
protected  java.util.Map<java.lang.Long,Author> CommitMapper.authorMap
           
protected  java.util.Map<java.lang.Long,Author> AbstractProjectMapper.authorMap
           
protected  java.util.Map<java.lang.Long,Author> AbstractPlanMapper.authorMap
           
 

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)
           
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)
           
 

Constructor parameters in com.atlassian.bamboo.migration.stream with type arguments of type Author
AbstractPlanMapper(net.sf.hibernate.SessionFactory sessionFactory, BambooStAXListImportStrategy listImportStrategy, Project project, java.util.Map<java.lang.Long,Label> labelMap, java.util.Map<java.lang.Long,Author> authorMap, NotificationManager notificationManager)
           
AbstractPlanMapper(net.sf.hibernate.SessionFactory sessionFactory, Project project, java.util.Map<java.lang.Long,Label> labelMap, java.util.Map<java.lang.Long,Author> authorMap, NotificationManager notificationManager)
          Deprecated. 
AbstractResultSummaryMapper(net.sf.hibernate.SessionFactory sessionFactory, BuildResultsSummaryDao buildResultsSummaryDao, Plan buildable, java.util.Map<java.lang.Long,Label> labelMap, java.util.Map<java.lang.Long,Author> authorMap)
           
BuildMapper(net.sf.hibernate.SessionFactory sessionFactory, Project project, java.util.Map<java.lang.Long,Label> labelMap, java.util.Map<java.lang.Long,Author> authorMap, NotificationManager notificationManager, BuildResultsSummaryDao buildResultsSummaryDao)
           
BuildResultSummaryMapper(net.sf.hibernate.SessionFactory sessionFactory, BuildResultsSummaryDao buildResultsSummaryDao, Plan buildable, java.util.Map<java.lang.Long,Label> labelMap, java.util.Map<java.lang.Long,Author> authorMap)
           
ChainMapper(net.sf.hibernate.SessionFactory sessionFactory, Project project, java.util.Map<java.lang.Long,Label> labelMap, java.util.Map<java.lang.Long,Author> authorMap, NotificationManager notificationManager, PlanManager planManager, BuildResultsSummaryManager buildResultsSummaryManager, BuildResultsSummaryDao buildResultSummaryDao)
           
ChainResultMapper(net.sf.hibernate.SessionFactory sessionFactory, Chain chain, BuildResultsSummaryDao buildResultsSummaryDao, BuildResultsSummaryManager buildResultsSummaryManager, java.util.Map<java.lang.Long,Label> labelMap, java.util.Map<java.lang.Long,Author> authorMap)
           
CommitMapper(net.sf.hibernate.SessionFactory sessionFactory, BambooStAXListImportStrategy listImportStrategy, java.util.Map<java.lang.Long,Author> authorMap)
           
JobMapper(net.sf.hibernate.SessionFactory sessionFactory, Project project, java.util.Map<java.lang.Long,Label> labelMap, java.util.Map<java.lang.Long,Author> authorMap, NotificationManager notificationManager, BuildResultsSummaryDao buildResultsSummaryDao)
           
 

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> BuildResultsImpl.getUniqueAuthors()
          Deprecated. Gets a the unique ChangeAuthors from the BuildResultsImpl.getCommits().
 java.util.Set<Author> BuildResults.getUniqueAuthors()
          Deprecated.  
 

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> ResultsSummary.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 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.actions.user
 

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



Copyright © 2010 Atlassian. All Rights Reserved.