com.atlassian.bamboo.author
Interface AuthorManager

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

public interface AuthorManager


Method Summary
 Set getAllAuthors()
           
 Author getAuthorByName(String name)
           
 Set getAuthorsInBuild(long buildId)
           
 

Method Detail

getAllAuthors

Set getAllAuthors()
Returns:
Set of all Author

getAuthorsInBuild

Set getAuthorsInBuild(long buildId)
Parameters:
buildId -
Returns:
Set of Author in a build

getAuthorByName

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


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.