public interface AuthorCreatorService
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(Iterable<? extends AuthorContext> author)
Creates any authors if they don't exist
|
void createMissingAuthors(BuildContext buildContext)
buildContext
- void createAuthorIfMissing(AuthorContext author)
author
- void createMissingAuthors(@Nullable Iterable<? extends AuthorContext> author)
author
- Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.