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)
AuthorCreatorService
createAuthorIfMissing
in interface AuthorCreatorService
public void createMissingAuthors(BuildContext buildContext)
AuthorCreatorService
createMissingAuthors
in interface AuthorCreatorService
public void createMissingAuthors(@Nullable @Nullable Iterable<? extends AuthorContext> authors)
AuthorCreatorService
createMissingAuthors
in interface AuthorCreatorService
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.