Modifier and Type | Interface and Description |
---|---|
interface |
ExtendedAuthor |
Modifier and Type | Class and Description |
---|---|
class |
AuthorCachingFacade |
class |
AuthorImpl
Deprecated.
since 3.3
|
class |
ChangeAuthor |
Modifier and Type | Method and Description |
---|---|
Author |
HibernateAuthorManagerImpl.getAuthorByName(String name) |
Author |
LuceneAuthorManagerImpl.getAuthorByName(String name) |
Author |
AuthorManager.getAuthorByName(String name) |
Modifier and Type | Method and Description |
---|---|
List<Author> |
AuthorHibernateDao.findAuthorsByLinkedUser(String userSearchString) |
List<Author> |
AuthorDao.findAuthorsByLinkedUser(String userSearchString)
Performs a case insensitive search for authors by their linkedUserName.
|
List<Author> |
AuthorHibernateDao.findAuthorsByName(String authorSearchString) |
List<Author> |
HibernateAuthorManagerImpl.findAuthorsByName(String authorSearchString) |
List<Author> |
AuthorDao.findAuthorsByName(String authorSearchString)
Performs a case insensitive search for authors by their author name.
|
List<Author> |
ExtendedAuthorManager.findAuthorsByName(String authorSearchString)
Performs a case insensitive search for authors by their author name.
|
List<Author> |
HibernateAuthorManagerImpl.findAuthorsByUser(String userSearchString) |
List<Author> |
ExtendedAuthorManager.findAuthorsByUser(String userSearchString)
Performs a case insensitive search for authors by their linkedUserName.
|
List<Author> |
AuthorHibernateDao.findAuthorsThatStartWith(String authorSearchString,
boolean unlinkedOnly) |
List<Author> |
HibernateAuthorManagerImpl.findAuthorsThatStartWith(String authorSearchString,
boolean unlinkedOnly) |
List<Author> |
AuthorDao.findAuthorsThatStartWith(String authorSearchString,
boolean unlinkedOnly)
Performs a case insensitive search for authors by their author name.
|
List<Author> |
ExtendedAuthorManager.findAuthorsThatStartWith(String authorSearchString,
boolean unlinkedOnly)
Performs a case insensitive search for authors by their author name.
|
Set<Author> |
LuceneAuthorManagerImpl.getAllAuthors() |
Set<Author> |
AuthorManager.getAllAuthors() |
Set<Author> |
AuthorHibernateDao.getAuthorsByResultSummary(ResultsSummary resultsSummary) |
Set<Author> |
HibernateAuthorManagerImpl.getAuthorsByResultSummary(ResultsSummary resultsSummary) |
Set<Author> |
AuthorDao.getAuthorsByResultSummary(ResultsSummary resultsSummary)
Retrieve unique set of authors that contributed to commits related to a given ResultsSummary
|
Set<Author> |
ExtendedAuthorManager.getAuthorsByResultSummary(ResultsSummary resultsSummary)
Retrieve unique set of authors that contributed to commits related to a given ResultsSummary
|
Set<Author> |
LuceneAuthorManagerImpl.getAuthorsInBuild(long buildId) |
Modifier and Type | Method and Description |
---|---|
void |
HibernateAuthorManagerImpl.createAndSaveAuthor(Author 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.
|
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SingularAttribute<CommitImpl,Author> |
CommitImpl_.author |
Modifier and Type | Method and Description |
---|---|
Author |
CommitImpl.getAuthor() |
Author |
Commit.getAuthor() |
Author |
UnassociatedCommit.getAuthor() |
Modifier and Type | Method and Description |
---|---|
void |
CommitImpl.setAuthor(Author author) |
void |
Commit.setAuthor(Author author)
Who made the commit
|
void |
UnassociatedCommit.setAuthor(Author author) |
Constructor and Description |
---|
UnassociatedCommit(String changeSetId,
String comment,
Author author,
Date date,
long repositoryId) |
Modifier and Type | Method and Description |
---|---|
Author |
DeploymentVersionVcsCommitImpl.getAuthor() |
Author |
InternalDeploymentVersionVcsCommit.getAuthor() |
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SingularAttribute<MutableDeploymentVersionVcsCommitImpl,Author> |
MutableDeploymentVersionVcsCommitImpl_.author |
Modifier and Type | Method and Description |
---|---|
Author |
MutableDeploymentVersionVcsCommitImpl.getAuthor() |
Modifier and Type | Method and Description |
---|---|
void |
MutableDeploymentVersionVcsCommit.setAuthor(Author author) |
void |
MutableDeploymentVersionVcsCommitImpl.setAuthor(Author author) |
Constructor and Description |
---|
MutableDeploymentVersionVcsCommitImpl(MutableDeploymentVersionVcsChangeset changeset,
Author author,
String changeSetId,
String comment,
Date date) |
Modifier and Type | Method and Description |
---|---|
Set<Author> |
BuildResultsSummaryDocument.getUniqueAuthors() |
Modifier and Type | Method and Description |
---|---|
static org.hamcrest.Matcher<Author> |
IsAuthorEq.equalToAuthor(Author reference) |
Modifier and Type | Method and Description |
---|---|
static org.hamcrest.Matcher<Author> |
IsAuthorEq.equalToAuthor(Author reference) |
boolean |
IsAuthorEq.matchesSafely(Author author) |
Constructor and Description |
---|
IsAuthorEq(Author reference) |
Modifier and Type | Method and Description |
---|---|
protected Author |
AuthorMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) |
Modifier and Type | Method and Description |
---|---|
void |
AuthorMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor,
List<Author> authorList,
Author author,
long objectIndex,
org.hibernate.Session session) |
protected void |
AuthorMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
Author object,
org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
AuthorMapper.importProperties(Author object,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
org.hibernate.Session session) |
Modifier and Type | Method and Description |
---|---|
void |
AuthorMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor,
List<Author> authorList,
Author author,
long objectIndex,
org.hibernate.Session session) |
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SingularAttribute<BranchCommitInformationImpl,Author> |
BranchCommitInformationImpl_.creatingAuthor |
static javax.persistence.metamodel.SingularAttribute<BranchCommitInformationImpl,Author> |
BranchCommitInformationImpl_.latestCommitAuthor |
Modifier and Type | Method and Description |
---|---|
Author |
BranchCommitInformationImpl.getCreatingAuthor() |
Author |
BranchCommitInformation.getCreatingAuthor() |
Author |
BranchCommitInformationImpl.getLatestCommitAuthor() |
Author |
BranchCommitInformation.getLatestCommitAuthor() |
Modifier and Type | Method and Description |
---|---|
void |
BranchCommitInformationImpl.setCreatingAuthor(Author creatingAuthor) |
void |
BranchCommitInformation.setCreatingAuthor(Author creatingAuthor) |
void |
BranchCommitInformationImpl.setLatestCommitAuthor(Author latestCommitAuthor) |
void |
BranchCommitInformation.setLatestCommitAuthor(Author lastCommitAuthor) |
Constructor and Description |
---|
AuthorSearchResult(Author author) |
Modifier and Type | Method and Description |
---|---|
Set<Author> |
BaseResultSummary.getUniqueAuthors() |
Set<Author> |
ImmutableResultsSummary.getUniqueAuthors()
A shortcut method to get the unique set of authors contributing to this build.
|
Modifier and Type | Method and Description |
---|---|
Pager<Author> |
ViewAuthors.getPager() |
Modifier and Type | Method and Description |
---|---|
void |
ViewAuthors.setPager(Pager<Author> pager) |
Modifier and Type | Method and Description |
---|---|
Author |
ViewAuthor.getAuthor() |
Modifier and Type | Method and Description |
---|---|
List<Author> |
ViewAuthors.getAuthors() |
Modifier and Type | Method and Description |
---|---|
void |
ViewAuthor.setAuthor(Author author) |
Constructor and Description |
---|
DecoratedAuthorBuildStatistics(Author author) |
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.