|
||||||||||
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.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.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,
ResultsSummaryManager resultsSummaryManager,
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,
ResultsSummaryManager resultsSummaryManager,
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,
ResultsSummaryManager resultsSummaryManager,
BuildResultsSummaryDao buildResultSummaryDao,
PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao,
RepositoryDefinitionManager repositoryDefinitionManager)
|
|
ChainResultMapper(net.sf.hibernate.SessionFactory sessionFactory,
Chain chain,
BuildResultsSummaryDao buildResultsSummaryDao,
ResultsSummaryManager resultsSummaryManager,
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.plugins.rest.model.search |
---|
Constructors in com.atlassian.bamboo.plugins.rest.model.search with parameters of type Author | |
---|---|
AuthorSearchResult(Author author)
|
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> |
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.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |