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(BuildContext buildContext) Creates records for AuthorsvoidcreateMissingAuthors(@Nullable Iterable<? extends AuthorContext> authors) Creates any authors if they don't exist
-
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- Parameters:
author-
-
createMissingAuthors
Description copied from interface:AuthorCreatorServiceCreates records for Authors- Specified by:
createMissingAuthorsin interfaceAuthorCreatorService- Parameters:
buildContext-
-
createMissingAuthors
Description copied from interface:AuthorCreatorServiceCreates any authors if they don't exist- Specified by:
createMissingAuthorsin interfaceAuthorCreatorService- Parameters:
authors-
-