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 TypeInterfaceDescriptioninterfaceinterfaceinterfaceClasses in com.atlassian.bamboo.author that implement AuthorContextModifier and TypeClassDescriptionclassclassDeprecated.since 3.3classMethods in com.atlassian.bamboo.author with parameters of type AuthorContextModifier and TypeMethodDescriptionintAuthorDataImpl.compareTo(AuthorContext otherAuthor) intChangeAuthor.compareTo(AuthorContext otherAuthor) voidAuthorCreatorService.createAuthorIfMissing(AuthorContext author) Creates an author record for a given author if one does not exist in a db already.voidAuthorCreatorServiceImpl.createAuthorIfMissing(AuthorContext author) Method parameters in com.atlassian.bamboo.author with type arguments of type AuthorContextModifier and TypeMethodDescriptionvoidAuthorCreatorService.createMissingAuthors(@Nullable Iterable<? extends AuthorContext> author) Creates any authors if they don't existvoidAuthorCreatorServiceImpl.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) intAuthorContextImpl.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