Package com.atlassian.bamboo.author
Class AuthorCreatorServiceImpl
- java.lang.Object
-
- com.atlassian.bamboo.author.AuthorCreatorServiceImpl
-
- All Implemented Interfaces:
AuthorCreatorService
public class AuthorCreatorServiceImpl extends Object implements AuthorCreatorService
-
-
Constructor Summary
Constructors Constructor Description AuthorCreatorServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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
-
-
-
Method Detail
-
createAuthorIfMissing
public void createAuthorIfMissing(AuthorContext author)
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
public void createMissingAuthors(BuildContext buildContext)
Description copied from interface:AuthorCreatorService
Creates records for Authors- Specified by:
createMissingAuthors
in interfaceAuthorCreatorService
-
createMissingAuthors
public void createMissingAuthors(@Nullable @Nullable Iterable<? extends AuthorContext> authors)
Description copied from interface:AuthorCreatorService
Creates any authors if they don't exist- Specified by:
createMissingAuthors
in interfaceAuthorCreatorService
-
-