com.atlassian.bamboo.author
Class LuceneAuthorManagerImpl
java.lang.Object
com.atlassian.bamboo.author.LuceneAuthorManagerImpl
- All Implemented Interfaces:
- AuthorManager
public class LuceneAuthorManagerImpl
- extends java.lang.Object
- implements AuthorManager
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LuceneAuthorManagerImpl
public LuceneAuthorManagerImpl()
getAllAuthors
public java.util.Set<Author> getAllAuthors()
- Specified by:
getAllAuthors
in interface AuthorManager
- Returns:
Set
of all Author
getAuthorsInBuild
public java.util.Set<Author> getAuthorsInBuild(long buildId)
getAuthorByName
@Nullable
public Author getAuthorByName(java.lang.String name)
- Specified by:
getAuthorByName
in interface AuthorManager
- Returns:
Author
with given name.
getBuildResultsSummaryDocumentFactory
public BuildResultsSummaryDocumentFactory getBuildResultsSummaryDocumentFactory()
setBuildResultsSummaryDocumentFactory
public void setBuildResultsSummaryDocumentFactory(BuildResultsSummaryDocumentFactory buildResultsSummaryDocumentFactory)
getIndexedBuildResultsSearcher
public IndexedBuildResultsSearcher getIndexedBuildResultsSearcher()
setIndexedBuildResultsSearcher
public void setIndexedBuildResultsSearcher(IndexedBuildResultsSearcher indexedBuildResultsSearcher)
Copyright © 2012 Atlassian. All Rights Reserved.