com.atlassian.bamboo.author
Interface AuthorManager

All Known Subinterfaces:
ExtendedAuthorManager
All Known Implementing Classes:
HibernateAuthorManagerImpl, LuceneAuthorManagerImpl

public interface AuthorManager


Method Summary
 java.util.Set<Author> getAllAuthors()
           
 Author getAuthorByName(java.lang.String name)
           
 

Method Detail

getAllAuthors

java.util.Set<Author> getAllAuthors()
Returns:
Set of all Author

getAuthorByName

@Nullable
Author getAuthorByName(java.lang.String name)
Parameters:
name -
Returns:
Author with given name.


Copyright © 2011 Atlassian. All Rights Reserved.