com.atlassian.bamboo.author
Interface AuthorCreatorService

All Known Implementing Classes:
AuthorCreatorServiceImpl

public interface AuthorCreatorService

Service that creates records for Authors (repository committers) in Bamboo

Author:
anatoli

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
 

Method Detail

createMissingAuthors

void createMissingAuthors(BuildContext buildContext)
Creates records for Authors

Parameters:
buildContext -

createAuthorIfMissing

void createAuthorIfMissing(java.lang.String authorName)
Creates an author record for a given authorName if one does not exist in a db already.

Parameters:
authorName -


Copyright © 2010 Atlassian. All Rights Reserved.