|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.Set<Author> |
AuthorManager.getAllAuthors()
|
java.util.Set<Author> |
LuceneAuthorManagerImpl.getAllAuthors()
|
java.util.Set<Author> |
LuceneAuthorManagerImpl.getAuthorsInBuild(long buildId)
|
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.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 |
---|
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,
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)
|
Constructor parameters in com.atlassian.bamboo.migration.stream with type arguments of type Author | |
---|---|
AbstractChainMapper(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,
PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao,
RepositoryDefinitionManager repositoryDefinitionManager)
|
|
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,
PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao,
PlanManager planManager,
RepositoryDefinitionManager repositoryDefinitionManager)
|
|
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)
|
|
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)
|
|
ChainBranchMapper(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,
PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao,
RepositoryDefinitionManager repositoryDefinitionManager)
|
|
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,
PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao,
RepositoryDefinitionManager repositoryDefinitionManager)
|
|
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,
PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao,
PlanManager planManager,
RepositoryDefinitionManager repositoryDefinitionManager)
|
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> |
BuildResultsSummaryForTesting.getUniqueAuthors()
|
java.util.Set<Author> |
ResultsSummary.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.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |