| Package | Description |
|---|---|
| com.atlassian.bamboo.author | |
| com.atlassian.bamboo.commit | |
| com.atlassian.bamboo.plan.branch | |
| com.atlassian.bamboo.resultsummary |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExtendedAuthor |
| Modifier and Type | Class and Description |
|---|---|
class |
ChangeAuthor |
| Modifier and Type | Method and Description |
|---|---|
Author |
AuthorManager.getAuthorByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Author> |
AuthorDao.findAuthorsByLinkedUser(String userSearchString)
Performs a case insensitive search for authors by their linkedUserName.
|
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> |
ExtendedAuthorManager.findAuthorsByUser(String userSearchString)
Performs a case insensitive search for authors by their linkedUserName.
|
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> |
AuthorManager.getAllAuthors() |
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
|
| Modifier and Type | Method and Description |
|---|---|
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 |
AuthorCreatorService.createAuthorIfMissing(Author author)
Creates an author record for a given author if one does not exist in a db already.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorCreatorService.createMissingAuthors(Iterable<Author> author)
Creates any authors if they don't exist
|
| Modifier and Type | Method and Description |
|---|---|
Author |
CommitContext.getAuthor() |
Author |
UnassociatedCommit.getAuthor() |
| Modifier and Type | Method and Description |
|---|---|
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 |
BranchCommitInformation.getCreatingAuthor() |
Author |
BranchCommitInformation.getLatestCommitAuthor() |
| Modifier and Type | Method and Description |
|---|---|
void |
BranchCommitInformation.setCreatingAuthor(Author creatingAuthor) |
void |
BranchCommitInformation.setLatestCommitAuthor(Author lastCommitAuthor) |
| Modifier and Type | Method and Description |
|---|---|
Set<Author> |
ImmutableResultsSummary.getUniqueAuthors()
A shortcut method to get the unique set of authors contributing to this build.
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.