Uses of Interface
com.atlassian.bamboo.author.Author
Packages that use Author
Package
Description
-
Uses of Author in com.atlassian.bamboo.author
Subinterfaces of Author in com.atlassian.bamboo.authorClasses in com.atlassian.bamboo.author that implement AuthorMethods in com.atlassian.bamboo.author that return AuthorModifier and TypeMethodDescription@Nullable Author
AuthorManager.getAuthorByName
(String name) HibernateAuthorManagerImpl.getAuthorByName
(String name) Methods in com.atlassian.bamboo.author that return types with arguments of type AuthorModifier 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) Methods in com.atlassian.bamboo.author with parameters of type AuthorModifier 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
Fields in com.atlassian.bamboo.commit with type parameters of type AuthorModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<CommitImpl,
Author> CommitImpl_.author
Methods in com.atlassian.bamboo.commit that return AuthorModifier and TypeMethodDescriptionCommit.getAuthor()
CommitImpl.getAuthor()
UnassociatedCommit.getAuthor()
Methods in com.atlassian.bamboo.commit with parameters of type AuthorModifier and TypeMethodDescriptionvoid
Who made the commitvoid
void
Constructors in com.atlassian.bamboo.commit with parameters of type AuthorModifierConstructorDescriptionUnassociatedCommit
(@Nullable String changeSetId, String comment, Author author, Date date, long repositoryId) -
Uses of Author in com.atlassian.bamboo.deployments.versions.history.commit
Methods in com.atlassian.bamboo.deployments.versions.history.commit that return Author -
Uses of Author in com.atlassian.bamboo.deployments.versions.persistence.commits
Fields in com.atlassian.bamboo.deployments.versions.persistence.commits with type parameters of type AuthorModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<MutableDeploymentVersionVcsCommitImpl,
Author> MutableDeploymentVersionVcsCommitImpl_.author
Methods in com.atlassian.bamboo.deployments.versions.persistence.commits that return AuthorMethods in com.atlassian.bamboo.deployments.versions.persistence.commits with parameters of type AuthorModifier and TypeMethodDescriptionvoid
void
Constructors in com.atlassian.bamboo.deployments.versions.persistence.commits with parameters of type AuthorModifierConstructorDescriptionMutableDeploymentVersionVcsCommitImpl
(MutableDeploymentVersionVcsChangeset changeset, Author author, String changeSetId, String comment, Date date) -
Uses of Author in com.atlassian.bamboo.matcher.bean
Methods in com.atlassian.bamboo.matcher.bean that return types with arguments of type AuthorModifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<Author>
IsAuthorEq.equalToAuthor
(@NotNull Author reference) Methods in com.atlassian.bamboo.matcher.bean with parameters of type AuthorModifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<Author>
IsAuthorEq.equalToAuthor
(@NotNull Author reference) boolean
IsAuthorEq.matchesSafely
(Author author) Constructors in com.atlassian.bamboo.matcher.bean with parameters of type Author -
Uses of Author in com.atlassian.bamboo.migration.stream
Methods in com.atlassian.bamboo.migration.stream that return AuthorModifier and TypeMethodDescriptionprotected @NotNull Author
AuthorMapper.createItemInstance
(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor) Methods in com.atlassian.bamboo.migration.stream with parameters of type AuthorModifier 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) Method parameters in com.atlassian.bamboo.migration.stream with type arguments of type AuthorModifier 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
Fields in com.atlassian.bamboo.plan.branch with type parameters of type AuthorModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<BranchCommitInformationImpl,
Author> BranchCommitInformationImpl_.creatingAuthor
static javax.persistence.metamodel.SingularAttribute<BranchCommitInformationImpl,
Author> BranchCommitInformationImpl_.latestCommitAuthor
Methods in com.atlassian.bamboo.plan.branch that return AuthorModifier and TypeMethodDescriptionBranchCommitInformation.getCreatingAuthor()
BranchCommitInformationImpl.getCreatingAuthor()
BranchCommitInformation.getLatestCommitAuthor()
BranchCommitInformationImpl.getLatestCommitAuthor()
Methods in com.atlassian.bamboo.plan.branch with parameters of type AuthorModifier 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
Constructors in com.atlassian.bamboo.plugins.rest.model.search with parameters of type Author -
Uses of Author in com.atlassian.bamboo.resultsummary
Methods in com.atlassian.bamboo.resultsummary that return types with arguments of type AuthorModifier 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
Methods in com.atlassian.bamboo.ww2.actions.admin.author that return types with arguments of type AuthorMethod parameters in com.atlassian.bamboo.ww2.actions.admin.author with type arguments of type Author -
Uses of Author in com.atlassian.bamboo.ww2.actions.author
Methods in com.atlassian.bamboo.ww2.actions.author that return AuthorMethods in com.atlassian.bamboo.ww2.actions.author that return types with arguments of type AuthorMethods in com.atlassian.bamboo.ww2.actions.author with parameters of type Author -
Uses of Author in com.atlassian.bamboo.ww2.beans.author
Constructors in com.atlassian.bamboo.ww2.beans.author with parameters of type Author