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