public class AuthorCreatorServiceImpl extends Object implements AuthorCreatorService
| Constructor and Description |
|---|
AuthorCreatorServiceImpl(ExtendedAuthorManager extendedAuthorManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
createAuthorIfMissing(Author author) |
void |
createMissingAuthors(BuildContext buildContext) |
void |
createMissingAuthors(Iterable<Author> authors) |
public AuthorCreatorServiceImpl(ExtendedAuthorManager extendedAuthorManager)
public void createAuthorIfMissing(Author author)
createAuthorIfMissing in interface AuthorCreatorServicepublic void createMissingAuthors(BuildContext buildContext)
createMissingAuthors in interface AuthorCreatorServicepublic void createMissingAuthors(@Nullable
Iterable<Author> authors)
createMissingAuthors in interface AuthorCreatorServiceCopyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.