Uses of Interface
com.atlassian.bamboo.author.Author
Package
Description
-
Uses of Author in com.atlassian.bamboo.author
Modifier and TypeMethodDescription@Nullable Author
AuthorManager.getAuthorByName
(String name) HibernateAuthorManagerImpl.getAuthorByName
(String name) Modifier and TypeMethodDescriptionAuthorDao.findAuthorsByLinkedUser
(@NotNull String userSearchString) Performs a case insensitive search for authors by their linkedUserName.AuthorHibernateDao.findAuthorsByLinkedUser
(@NotNull String userSearchString) AuthorDao.findAuthorsByName
(@NotNull String authorSearchString) Performs a case insensitive search for authors by their author name.AuthorHibernateDao.findAuthorsByName
(@NotNull String authorSearchString) ExtendedAuthorManager.findAuthorsByName
(@NotNull String authorSearchString) Performs a case insensitive search for authors by their author name.HibernateAuthorManagerImpl.findAuthorsByName
(@NotNull String authorSearchString) ExtendedAuthorManager.findAuthorsByUser
(@NotNull String userSearchString) Performs a case insensitive search for authors by their linkedUserName.HibernateAuthorManagerImpl.findAuthorsByUser
(@NotNull String userSearchString) AuthorDao.findAuthorsThatStartWith
(String authorSearchString, boolean unlinkedOnly) Performs a case insensitive search for authors by their author name.AuthorHibernateDao.findAuthorsThatStartWith
(@NotNull String authorSearchString, boolean unlinkedOnly) ExtendedAuthorManager.findAuthorsThatStartWith
(@NotNull String authorSearchString, boolean unlinkedOnly) Performs a case insensitive search for authors by their author name.HibernateAuthorManagerImpl.findAuthorsThatStartWith
(@NotNull String authorSearchString, boolean unlinkedOnly) AuthorManager.getAllAuthors()
AuthorDao.getAuthorsByResultSummary
(@NotNull ResultsSummary resultsSummary) Retrieve unique set of authors that contributed to commits related to a given ResultsSummaryAuthorHibernateDao.getAuthorsByResultSummary
(@NotNull ResultsSummary resultsSummary) ExtendedAuthorManager.getAuthorsByResultSummary
(@NotNull ResultsSummary resultsSummary) Retrieve unique set of authors that contributed to commits related to a given ResultsSummaryHibernateAuthorManagerImpl.getAuthorsByResultSummary
(@NotNull ResultsSummary resultsSummary) Modifier and TypeMethodDescriptionvoid
ExtendedAuthorManager.createAndSaveAuthor
(@NotNull 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
(@NotNull Author author) -
Uses of Author in com.atlassian.bamboo.commit
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<CommitImpl,
Author> CommitImpl_.author
Modifier and TypeMethodDescriptionCommit.getAuthor()
CommitImpl.getAuthor()
UnassociatedCommit.getAuthor()
Modifier and TypeMethodDescriptionvoid
Who made the commitvoid
void
ModifierConstructorDescriptionUnassociatedCommit
(@Nullable String changeSetId, String comment, Author author, Date date, long repositoryId) -
Uses of Author in com.atlassian.bamboo.deployments.versions.history.commit
-
Uses of Author in com.atlassian.bamboo.deployments.versions.persistence.commits
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<MutableDeploymentVersionVcsCommitImpl,
Author> MutableDeploymentVersionVcsCommitImpl_.author
Modifier and TypeMethodDescriptionvoid
void
ModifierConstructorDescriptionMutableDeploymentVersionVcsCommitImpl
(MutableDeploymentVersionVcsChangeset changeset, Author author, String changeSetId, String comment, Date date) -
Uses of Author in com.atlassian.bamboo.matcher.bean
Modifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<Author>
IsAuthorEq.equalToAuthor
(@NotNull Author reference) Modifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<Author>
IsAuthorEq.equalToAuthor
(@NotNull Author reference) boolean
IsAuthorEq.matchesSafely
(Author author) -
Uses of Author in com.atlassian.bamboo.migration.stream
Modifier and TypeMethodDescriptionprotected @NotNull Author
AuthorMapper.createItemInstance
(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor) Modifier and TypeMethodDescriptionvoid
AuthorMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull List<Author> authorList, @NotNull Author author, long objectIndex, @NotNull org.hibernate.Session session) protected void
AuthorMapper.exportProperties
(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull Author object, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected void
AuthorMapper.importProperties
(@NotNull Author object, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) Modifier and TypeMethodDescriptionvoid
AuthorMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull List<Author> authorList, @NotNull Author author, long objectIndex, @NotNull org.hibernate.Session session) -
Uses of Author in com.atlassian.bamboo.plan.branch
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<BranchCommitInformationImpl,
Author> BranchCommitInformationImpl_.creatingAuthor
static javax.persistence.metamodel.SingularAttribute<BranchCommitInformationImpl,
Author> BranchCommitInformationImpl_.latestCommitAuthor
Modifier and TypeMethodDescriptionBranchCommitInformation.getCreatingAuthor()
BranchCommitInformationImpl.getCreatingAuthor()
BranchCommitInformation.getLatestCommitAuthor()
BranchCommitInformationImpl.getLatestCommitAuthor()
Modifier and TypeMethodDescriptionvoid
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
-
Uses of Author in com.atlassian.bamboo.resultsummary
Modifier and TypeMethodDescriptionBaseResultSummary.getUniqueAuthors()
ImmutableResultsSummary.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.author
-
Uses of Author in com.atlassian.bamboo.ww2.actions.author
-
Uses of Author in com.atlassian.bamboo.ww2.beans.author