public class AuthorCreatorServiceImpl extends Object implements AuthorCreatorService
| Constructor and Description |
|---|
AuthorCreatorServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
createAuthorIfMissing(AuthorContext author)
Creates an author record for a given author if one does not exist in a db already.
|
void |
createMissingAuthors(BuildContext buildContext)
Creates records for Authors
|
void |
createMissingAuthors(@Nullable Iterable<? extends AuthorContext> authors)
Creates any authors if they don't exist
|
public void createAuthorIfMissing(AuthorContext author)
AuthorCreatorServicecreateAuthorIfMissing in interface AuthorCreatorServicepublic void createMissingAuthors(BuildContext buildContext)
AuthorCreatorServicecreateMissingAuthors in interface AuthorCreatorServicepublic void createMissingAuthors(@Nullable
@Nullable Iterable<? extends AuthorContext> authors)
AuthorCreatorServicecreateMissingAuthors in interface AuthorCreatorServiceCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.