Uses of Interface
com.atlassian.bamboo.author.Author
-
-
Uses of Author in com.atlassian.bamboo.author
Subinterfaces of Author in com.atlassian.bamboo.author Modifier and Type Interface Description interface
ExtendedAuthor
Classes in com.atlassian.bamboo.author that implement Author Modifier and Type Class Description class
AuthorImpl
Deprecated.since 3.3class
ChangeAuthor
Methods in com.atlassian.bamboo.author that return Author Modifier and Type Method Description @Nullable Author
AuthorManager. getAuthorByName(String name)
Author
HibernateAuthorManagerImpl. getAuthorByName(String name)
Methods in com.atlassian.bamboo.author that return types with arguments of type Author Modifier and Type Method Description @NotNull List<Author>
AuthorDao. findAuthorsByLinkedUser(@NotNull String userSearchString)
Performs a case insensitive search for authors by their linkedUserName.@NotNull List<Author>
AuthorHibernateDao. findAuthorsByLinkedUser(@NotNull String userSearchString)
@NotNull List<Author>
AuthorDao. findAuthorsByName(@NotNull String authorSearchString)
Performs a case insensitive search for authors by their author name.@NotNull List<Author>
AuthorHibernateDao. findAuthorsByName(@NotNull String authorSearchString)
@NotNull List<Author>
ExtendedAuthorManager. findAuthorsByName(@NotNull String authorSearchString)
Performs a case insensitive search for authors by their author name.@NotNull List<Author>
HibernateAuthorManagerImpl. findAuthorsByName(@NotNull String authorSearchString)
@NotNull List<Author>
ExtendedAuthorManager. findAuthorsByUser(@NotNull String userSearchString)
Performs a case insensitive search for authors by their linkedUserName.@NotNull List<Author>
HibernateAuthorManagerImpl. findAuthorsByUser(@NotNull String userSearchString)
@NotNull List<Author>
AuthorDao. findAuthorsThatStartWith(String authorSearchString, boolean unlinkedOnly)
Performs a case insensitive search for authors by their author name.@NotNull List<Author>
AuthorHibernateDao. findAuthorsThatStartWith(@NotNull String authorSearchString, boolean unlinkedOnly)
@NotNull List<Author>
ExtendedAuthorManager. findAuthorsThatStartWith(@NotNull String authorSearchString, boolean unlinkedOnly)
Performs a case insensitive search for authors by their author name.@NotNull List<Author>
HibernateAuthorManagerImpl. findAuthorsThatStartWith(@NotNull String authorSearchString, boolean unlinkedOnly)
Set<Author>
AuthorManager. getAllAuthors()
@NotNull Set<Author>
AuthorDao. getAuthorsByResultSummary(@NotNull ResultsSummary resultsSummary)
Retrieve unique set of authors that contributed to commits related to a given ResultsSummary@NotNull Set<Author>
AuthorHibernateDao. getAuthorsByResultSummary(@NotNull ResultsSummary resultsSummary)
@NotNull Set<Author>
ExtendedAuthorManager. getAuthorsByResultSummary(@NotNull ResultsSummary resultsSummary)
Retrieve unique set of authors that contributed to commits related to a given ResultsSummary@NotNull Set<Author>
HibernateAuthorManagerImpl. getAuthorsByResultSummary(@NotNull ResultsSummary resultsSummary)
Methods in com.atlassian.bamboo.author with parameters of type Author Modifier and Type Method Description void
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 Author Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<CommitImpl,Author>
CommitImpl_. author
Methods in com.atlassian.bamboo.commit that return Author Modifier and Type Method Description Author
Commit. getAuthor()
Author
CommitImpl. getAuthor()
Author
UnassociatedCommit. getAuthor()
Methods in com.atlassian.bamboo.commit with parameters of type Author Modifier and Type Method Description void
Commit. setAuthor(Author author)
Who made the commitvoid
CommitImpl. setAuthor(Author author)
void
UnassociatedCommit. setAuthor(Author author)
Constructors in com.atlassian.bamboo.commit with parameters of type Author Constructor Description UnassociatedCommit(@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 Modifier and Type Method Description Author
DeploymentVersionVcsCommitImpl. getAuthor()
@Nullable Author
InternalDeploymentVersionVcsCommit. getAuthor()
-
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 Author Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<MutableDeploymentVersionVcsCommitImpl,Author>
MutableDeploymentVersionVcsCommitImpl_. author
Methods in com.atlassian.bamboo.deployments.versions.persistence.commits that return Author Modifier and Type Method Description Author
MutableDeploymentVersionVcsCommitImpl. getAuthor()
Methods in com.atlassian.bamboo.deployments.versions.persistence.commits with parameters of type Author Modifier and Type Method Description void
MutableDeploymentVersionVcsCommit. setAuthor(@Nullable Author author)
void
MutableDeploymentVersionVcsCommitImpl. setAuthor(Author author)
Constructors in com.atlassian.bamboo.deployments.versions.persistence.commits with parameters of type Author Constructor Description MutableDeploymentVersionVcsCommitImpl(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 Author Modifier and Type Method Description static org.hamcrest.Matcher<Author>
IsAuthorEq. equalToAuthor(@NotNull Author reference)
Methods in com.atlassian.bamboo.matcher.bean with parameters of type Author Modifier and Type Method Description static 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 Constructor Description IsAuthorEq(@NotNull Author reference)
-
Uses of Author in com.atlassian.bamboo.migration.stream
Methods in com.atlassian.bamboo.migration.stream that return Author Modifier and Type Method Description protected @NotNull Author
AuthorMapper. createItemInstance(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor)
Methods in com.atlassian.bamboo.migration.stream with parameters of type Author Modifier and Type Method Description void
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 Author Modifier and Type Method Description void
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 Author Modifier and Type Field Description static 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 Author Modifier and Type Method Description Author
BranchCommitInformation. getCreatingAuthor()
Author
BranchCommitInformationImpl. getCreatingAuthor()
Author
BranchCommitInformation. getLatestCommitAuthor()
Author
BranchCommitInformationImpl. getLatestCommitAuthor()
Methods in com.atlassian.bamboo.plan.branch with parameters of type Author Modifier and Type Method Description 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 Constructor Description 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 Modifier and Type Method Description Set<Author>
BaseResultSummary. getUniqueAuthors()
Set<Author>
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 Author Modifier and Type Method Description Pager<Author>
ViewAuthors. getPager()
Method parameters in com.atlassian.bamboo.ww2.actions.admin.author with type arguments of type Author Modifier and Type Method Description 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 Modifier and Type Method Description Author
ViewAuthor. getAuthor()
Methods in com.atlassian.bamboo.ww2.actions.author that return types with arguments of type Author Modifier and Type Method Description @NotNull List<Author>
ViewAuthors. getAuthors()
Methods in com.atlassian.bamboo.ww2.actions.author with parameters of type Author Modifier and Type Method Description void
ViewAuthor. setAuthor(Author author)
-
Uses of Author in com.atlassian.bamboo.ww2.beans.author
Constructors in com.atlassian.bamboo.ww2.beans.author with parameters of type Author Constructor Description DecoratedAuthorBuildStatistics(@NotNull Author author)
-