Uses of Interface
com.atlassian.bamboo.index.Indexer

Packages that use Indexer
com.atlassian.bamboo.deployments.environments.index   
com.atlassian.bamboo.deployments.environments.index.events   
com.atlassian.bamboo.deployments.versions.index   
com.atlassian.bamboo.deployments.versions.index.events   
com.atlassian.bamboo.index   
com.atlassian.bamboo.index.buildresult   
com.atlassian.bamboo.index.buildresult.events   
com.atlassian.bamboo.index.events   
com.atlassian.bamboo.index.quicksearch   
 

Uses of Indexer in com.atlassian.bamboo.deployments.environments.index
 

Subinterfaces of Indexer in com.atlassian.bamboo.deployments.environments.index
 interface EnvironmentIndexer
          Manages indexing of environments.
 

Classes in com.atlassian.bamboo.deployments.environments.index that implement Indexer
 class EnvironmentIndexerImpl
           
 

Uses of Indexer in com.atlassian.bamboo.deployments.environments.index.events
 

Methods in com.atlassian.bamboo.deployments.environments.index.events that return Indexer
 Indexer EnvironmentOrderUpdateIndexedEvent.getSource()
           
 Indexer EnvironmentDeindexedEvent.getSource()
           
 Indexer EnvironmentCreationIndexedEvent.getSource()
           
 Indexer EnvironmentConfigUpdateIndexedEvent.getSource()
           
 Indexer DeploymentResultIndexedEvent.getSource()
           
 Indexer DeploymentResultDeindexedEvent.getSource()
           
 Indexer DeploymentProjectDeindexedEvent.getSource()
           
 Indexer DeploymentProjectConfigUpdateIndexedEvent.getSource()
           
 

Constructors in com.atlassian.bamboo.deployments.environments.index.events with parameters of type Indexer
DeploymentProjectConfigUpdateIndexedEvent(Indexer source, DeploymentProjectConfigUpdatedEvent deploymentProjectConfigUpdatedEvent)
           
DeploymentProjectDeindexedEvent(Indexer source, DeploymentProjectDeletedEvent deploymentProjectDeletedEvent)
           
DeploymentResultDeindexedEvent(Indexer source, DeploymentResultDeletedEvent deploymentResultDeletedEvent)
           
DeploymentResultIndexedEvent(Indexer source, DeploymentFinishedEvent deploymentFinishedEvent)
           
EnvironmentConfigUpdateIndexedEvent(Indexer source, EnvironmentConfigUpdatedEvent environmentConfigUpdatedEvent)
           
EnvironmentCreationIndexedEvent(Indexer source, EnvironmentCreatedEvent environmentCreatedEvent)
           
EnvironmentDeindexedEvent(Indexer source, EnvironmentDeletedEvent environmentDeletedEvent)
           
EnvironmentOrderUpdateIndexedEvent(Indexer source, EnvironmentOrderUpdatedEvent environmentOrderUpdatedEvent)
           
 

Uses of Indexer in com.atlassian.bamboo.deployments.versions.index
 

Subinterfaces of Indexer in com.atlassian.bamboo.deployments.versions.index
 interface VersionIndexer
          For all things related to indexing versions
 

Classes in com.atlassian.bamboo.deployments.versions.index that implement Indexer
 class VersionIndexerImpl
           
 

Uses of Indexer in com.atlassian.bamboo.deployments.versions.index.events
 

Methods in com.atlassian.bamboo.deployments.versions.index.events that return Indexer
 Indexer DeploymentVersionRenameIndexedEvent.getSource()
           
 Indexer DeploymentVersionDeindexedEvent.getSource()
           
 Indexer DeploymentVersionCreationIndexedEvent.getSource()
           
 

Constructors in com.atlassian.bamboo.deployments.versions.index.events with parameters of type Indexer
DeploymentVersionCreationIndexedEvent(Indexer source, DeploymentVersionCreatedEvent deploymentVersionCreatedEvent)
           
DeploymentVersionDeindexedEvent(Indexer source, DeploymentVersionDeletedEvent deploymentVersionDeletedEvent)
           
DeploymentVersionRenameIndexedEvent(Indexer source, DeploymentVersionRenamedEvent deploymentVersionRenamedEvent)
           
 

Uses of Indexer in com.atlassian.bamboo.index
 

Subinterfaces of Indexer in com.atlassian.bamboo.index
 interface BuildResultsIndexer
           
 

Classes in com.atlassian.bamboo.index that implement Indexer
 class AbstractIndexer
          Should be in bamboo-core but bamboo-deployments depends on this
 

Methods in com.atlassian.bamboo.index that return types with arguments of type Indexer
protected  java.util.List<Indexer> IndexerManagerImpl.getPendingIndexers()
           
 

Methods in com.atlassian.bamboo.index with parameters of type Indexer
static BambooBandanaContext IndexerBandanaContext.forIndexer(Indexer indexer)
           
 

Method parameters in com.atlassian.bamboo.index with type arguments of type Indexer
protected  com.google.common.util.concurrent.ListenableFuture<java.lang.Boolean> IndexerManagerImpl.triggerReindex(java.util.List<Indexer> requestedIndexers)
           
 

Constructor parameters in com.atlassian.bamboo.index with type arguments of type Indexer
IndexerManagerImpl(com.atlassian.config.ApplicationConfiguration applicationConfig, com.atlassian.config.db.HibernateConfig hibernateConfig, java.util.List<Indexer> indexers)
           
 

Uses of Indexer in com.atlassian.bamboo.index.buildresult
 

Classes in com.atlassian.bamboo.index.buildresult that implement Indexer
 class DefaultBuildResultsIndexer
           
 

Uses of Indexer in com.atlassian.bamboo.index.buildresult.events
 

Methods in com.atlassian.bamboo.index.buildresult.events that return Indexer
 Indexer ChainResultUpdateIndexedEvent.getSource()
           
 Indexer ChainResultIndexedEvent.getSource()
           
 Indexer ChainResultDeindexedEvent.getSource()
           
 Indexer ChainIndexedEvent.getSource()
           
 Indexer ChainDeindexedEvent.getSource()
           
 

Constructors in com.atlassian.bamboo.index.buildresult.events with parameters of type Indexer
ChainDeindexedEvent(Indexer source, PlanKey planKey, java.util.Set<java.lang.String> jiraIssueKeys)
           
ChainIndexedEvent(Indexer source, PlanKey planKey)
           
ChainResultDeindexedEvent(Indexer source, PlanResultKey planResultKey, java.util.Set<java.lang.String> jiraIssueKeys)
           
ChainResultIndexedEvent(Indexer source, PlanResultKey planResultKey)
           
ChainResultUpdateIndexedEvent(Indexer source, PlanResultKey planResultKey, java.util.Set<java.lang.String> jiraIssueKeys)
           
 

Uses of Indexer in com.atlassian.bamboo.index.events
 

Methods in com.atlassian.bamboo.index.events that return Indexer
 Indexer IndexingFinishedEvent.getSource()
           
 

Uses of Indexer in com.atlassian.bamboo.index.quicksearch
 

Subinterfaces of Indexer in com.atlassian.bamboo.index.quicksearch
 interface QuickSearchIndexer
          Allows of indexing entities to be available in quick search
 

Classes in com.atlassian.bamboo.index.quicksearch that implement Indexer
 class QuickSearchIndexerImpl
           
 



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