| Package | Description |
|---|---|
| com.atlassian.bamboo.author | |
| com.atlassian.bamboo.commit | |
| com.atlassian.bamboo.v2.build.trigger |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Author |
interface |
AuthorData |
interface |
ExtendedAuthor |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthorCachingFacade |
class |
AuthorDataImpl |
class |
AuthorImpl
Deprecated.
since 3.3
|
class |
ChangeAuthor |
| Modifier and Type | Method and Description |
|---|---|
int |
AuthorDataImpl.compareTo(AuthorContext otherAuthor) |
int |
ChangeAuthor.compareTo(AuthorContext otherAuthor) |
void |
AuthorCreatorServiceImpl.createAuthorIfMissing(AuthorContext author) |
void |
AuthorCreatorService.createAuthorIfMissing(AuthorContext 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 |
AuthorCreatorServiceImpl.createMissingAuthors(Iterable<? extends AuthorContext> authors) |
void |
AuthorCreatorService.createMissingAuthors(Iterable<? extends AuthorContext> author)
Creates any authors if they don't exist
|
| Constructor and Description |
|---|
AuthorImpl(AuthorContext newAuthor)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuthorContextImpl |
| Modifier and Type | Method and Description |
|---|---|
AuthorContext |
CommitContextImpl.getAuthorContext() |
AuthorContext |
CommitImpl.getAuthorContext() |
AuthorContext |
CommitContext.getAuthorContext() |
| Modifier and Type | Method and Description |
|---|---|
CommitContextImpl.Builder |
CommitContextImpl.Builder.author(AuthorContext author) |
int |
AuthorContextImpl.compareTo(AuthorContext otherAuthor) |
| Constructor and Description |
|---|
AuthorContextImpl(AuthorContext author) |
CommitContextImpl(AuthorContext author,
List<CommitFile> files,
String comment,
Date date,
String changeSetId) |
| Modifier and Type | Class and Description |
|---|---|
static class |
CodeChangedTriggerReasonRenderer.AuthorWrapper |
| Constructor and Description |
|---|
AuthorWrapper(AuthorContext author) |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.