Uses of Interface
com.atlassian.bamboo.author.AuthorContext
Packages that use AuthorContext
Package
Description
-
Uses of AuthorContext in com.atlassian.bamboo.author
Subinterfaces of AuthorContext in com.atlassian.bamboo.authorModifier and TypeInterfaceDescriptioninterface
interface
interface
Classes in com.atlassian.bamboo.author that implement AuthorContextModifier and TypeClassDescriptionclass
class
Deprecated.since 3.3class
Methods in com.atlassian.bamboo.author with parameters of type AuthorContextModifier 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) Method parameters in com.atlassian.bamboo.author with type arguments of type AuthorContextModifier and TypeMethodDescriptionvoid
AuthorCreatorService.createMissingAuthors
(@Nullable Iterable<? extends AuthorContext> author) Creates any authors if they don't existvoid
AuthorCreatorServiceImpl.createMissingAuthors
(@Nullable Iterable<? extends AuthorContext> authors) Constructors in com.atlassian.bamboo.author with parameters of type AuthorContextModifierConstructorDescriptionAuthorDataImpl
(@NotNull AuthorContext author) AuthorImpl
(AuthorContext newAuthor) Deprecated. -
Uses of AuthorContext in com.atlassian.bamboo.commit
Classes in com.atlassian.bamboo.commit that implement AuthorContextMethods in com.atlassian.bamboo.commit that return AuthorContextModifier and TypeMethodDescriptionCommitContext.getAuthorContext()
CommitContextImpl.getAuthorContext()
CommitImpl.getAuthorContext()
Methods in com.atlassian.bamboo.commit with parameters of type AuthorContextModifier and TypeMethodDescriptionCommitContextImpl.Builder.author
(@NotNull AuthorContext author) int
AuthorContextImpl.compareTo
(AuthorContext otherAuthor) Constructors in com.atlassian.bamboo.commit with parameters of type AuthorContextModifierConstructorDescriptionAuthorContextImpl
(@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
Methods in com.atlassian.bamboo.notification.rss that return AuthorContext -
Uses of AuthorContext in com.atlassian.bamboo.v2.build.trigger
Classes in com.atlassian.bamboo.v2.build.trigger that implement AuthorContextConstructors in com.atlassian.bamboo.v2.build.trigger with parameters of type AuthorContext