|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.author.AuthorCreatorServiceImpl
public class AuthorCreatorServiceImpl
Constructor Summary | |
---|---|
AuthorCreatorServiceImpl(ExtendedAuthorManager extendedAuthorManager)
|
Method Summary | |
---|---|
void |
createAuthorIfMissing(java.lang.String authorName)
Creates an author record for a given authorName if one does not exist in a db already. |
void |
createMissingAuthors(BuildContext buildContext)
Creates records for Authors |
void |
createMissingAuthors(java.lang.Iterable<java.lang.String> authorNames)
Creates any athors if they don't exist |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuthorCreatorServiceImpl(ExtendedAuthorManager extendedAuthorManager)
Method Detail |
---|
public void createAuthorIfMissing(java.lang.String authorName)
AuthorCreatorService
createAuthorIfMissing
in interface AuthorCreatorService
public void createMissingAuthors(BuildContext buildContext)
AuthorCreatorService
createMissingAuthors
in interface AuthorCreatorService
public void createMissingAuthors(@Nullable java.lang.Iterable<java.lang.String> authorNames)
AuthorCreatorService
createMissingAuthors
in interface AuthorCreatorService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |