Uses of Interface
com.atlassian.bamboo.author.AuthorContext
Package
Description
-
Uses of AuthorContext in com.atlassian.bamboo.author
Modifier and TypeInterfaceDescriptioninterface
interface
interface
Modifier and TypeClassDescriptionclass
class
Deprecated.since 3.3class
Modifier and TypeMethodDescriptionint
AuthorDataImpl.compareTo
(AuthorContext otherAuthor) int
ChangeAuthor.compareTo
(AuthorContext otherAuthor) void
AuthorCreatorService.createAuthorIfMissing
(AuthorContext author) Creates an author record for a given author if one does not exist in a db already.void
AuthorCreatorServiceImpl.createAuthorIfMissing
(AuthorContext author) Modifier and TypeMethodDescriptionvoid
AuthorCreatorService.createMissingAuthors
(@Nullable Iterable<? extends AuthorContext> author) Creates any authors if they don't existvoid
AuthorCreatorServiceImpl.createMissingAuthors
(@Nullable Iterable<? extends AuthorContext> authors) ModifierConstructorDescriptionAuthorDataImpl
(@NotNull AuthorContext author) AuthorImpl
(AuthorContext newAuthor) Deprecated. -
Uses of AuthorContext in com.atlassian.bamboo.commit
Modifier and TypeMethodDescriptionCommitContext.getAuthorContext()
CommitContextImpl.getAuthorContext()
CommitImpl.getAuthorContext()
Modifier and TypeMethodDescriptionCommitContextImpl.Builder.author
(@NotNull AuthorContext author) int
AuthorContextImpl.compareTo
(AuthorContext otherAuthor) ModifierConstructorDescriptionAuthorContextImpl
(@NotNull AuthorContext author) CommitContextImpl
(AuthorContext author, @NotNull List<CommitFile> files, @NotNull String comment, @NotNull Date date, String changeSetId) -
Uses of AuthorContext in com.atlassian.bamboo.notification.rss
-
Uses of AuthorContext in com.atlassian.bamboo.v2.build.trigger