|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuthorCreatorService
Service that creates records for Authors (repository committers) in Bamboo
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 |
Method Detail |
---|
void createMissingAuthors(BuildContext buildContext)
buildContext
- void createAuthorIfMissing(java.lang.String authorName)
authorName
- void createMissingAuthors(@Nullable java.lang.Iterable<java.lang.String> authorNames)
authorNames
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |