public interface AuthorCreatorService
| Modifier and Type | Method and Description |
|---|---|
void |
createAuthorIfMissing(Author 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<Author> author)
Creates any authors if they don't exist
|
void createMissingAuthors(BuildContext buildContext)
buildContext - void createAuthorIfMissing(Author author)
author - Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.