com.atlassian.bamboo.author
Class AuthorCreatorServiceImpl

java.lang.Object
  extended by com.atlassian.bamboo.author.AuthorCreatorServiceImpl
All Implemented Interfaces:
AuthorCreatorService

public class AuthorCreatorServiceImpl
extends java.lang.Object
implements AuthorCreatorService


Constructor Summary
AuthorCreatorServiceImpl(ExtendedAuthorManager extendedAuthorManager)
           
 
Method Summary
 void createAuthorIfMissing(Author 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(java.lang.Iterable<Author> authors)
          Creates any authors 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

AuthorCreatorServiceImpl

public AuthorCreatorServiceImpl(ExtendedAuthorManager extendedAuthorManager)
Method Detail

createAuthorIfMissing

public void createAuthorIfMissing(Author author)
Description copied from interface: AuthorCreatorService
Creates an author record for a given author if one does not exist in a db already.

Specified by:
createAuthorIfMissing in interface AuthorCreatorService

createMissingAuthors

public void createMissingAuthors(BuildContext buildContext)
Description copied from interface: AuthorCreatorService
Creates records for Authors

Specified by:
createMissingAuthors in interface AuthorCreatorService

createMissingAuthors

public void createMissingAuthors(@Nullable
                                 java.lang.Iterable<Author> authors)
Description copied from interface: AuthorCreatorService
Creates any authors if they don't exist

Specified by:
createMissingAuthors in interface AuthorCreatorService


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.