Package com.atlassian.bamboo.author
Class AuthorCreatorServiceImpl
java.lang.Object
com.atlassian.bamboo.author.AuthorCreatorServiceImpl
- All Implemented Interfaces:
AuthorCreatorService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateAuthorIfMissing(AuthorContext author) Creates an author record for a given author if one does not exist in a db already.voidcreateMissingAuthors(@Nullable Iterable<? extends AuthorContext> authors) Creates any authors if they don't existvoidcreateMissingAuthors(BuildContext buildContext) Creates records for Authors
-
Constructor Details
-
AuthorCreatorServiceImpl
public AuthorCreatorServiceImpl()
-
-
Method Details
-
createAuthorIfMissing
Description copied from interface:AuthorCreatorServiceCreates an author record for a given author if one does not exist in a db already.- Specified by:
createAuthorIfMissingin interfaceAuthorCreatorService
-
createMissingAuthors
Description copied from interface:AuthorCreatorServiceCreates records for Authors- Specified by:
createMissingAuthorsin interfaceAuthorCreatorService
-
createMissingAuthors
Description copied from interface:AuthorCreatorServiceCreates any authors if they don't exist- Specified by:
createMissingAuthorsin interfaceAuthorCreatorService
-