public class AuthorCreatorServiceImpl extends Object implements AuthorCreatorService
Constructor and Description |
---|
AuthorCreatorServiceImpl(ExtendedAuthorManager extendedAuthorManager) |
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 |
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> authors)
Creates any authors if they don't exist
|
public AuthorCreatorServiceImpl(ExtendedAuthorManager extendedAuthorManager)
public void createAuthorIfMissing(Author author)
AuthorCreatorService
createAuthorIfMissing
in interface AuthorCreatorService
public void createAuthorIfMissing(AuthorContext author)
AuthorCreatorService
createAuthorIfMissing
in interface AuthorCreatorService
public void createMissingAuthors(BuildContext buildContext)
AuthorCreatorService
createMissingAuthors
in interface AuthorCreatorService
public void createMissingAuthors(@Nullable Iterable<? extends AuthorContext> authors)
AuthorCreatorService
createMissingAuthors
in interface AuthorCreatorService
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.