com.atlassian.bamboo.author
Interface AuthorManager

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

public interface AuthorManager


Method Summary
 Set<Author> getAllAuthors()
           
 Author getAuthorByName(String name)
           
 

Method Detail

getAllAuthors

Set<Author> getAllAuthors()
Returns:
Set of all Author

getAuthorByName

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


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.