Package | Description |
---|---|
com.atlassian.bamboo.author | |
com.atlassian.bamboo.commit | |
com.atlassian.bamboo.notification.rss | |
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.
|
Constructor and Description |
---|
AuthorDataImpl(@NotNull AuthorContext author) |
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(@NotNull AuthorContext author) |
int |
AuthorContextImpl.compareTo(AuthorContext otherAuthor) |
Constructor and Description |
---|
AuthorContextImpl(@NotNull AuthorContext author) |
CommitContextImpl(AuthorContext author,
@NotNull List<CommitFile> files,
@NotNull String comment,
@NotNull Date date,
String changeSetId) |
Modifier and Type | Method and Description |
---|---|
AuthorContext |
RssNotification.CommitWithUrl.getAuthorContext() |
Modifier and Type | Class and Description |
---|---|
static class |
CodeChangedTriggerReasonRenderer.AuthorWrapper |
Constructor and Description |
---|
AuthorWrapper(AuthorContext author) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.