com.atlassian.bamboo.deployments.environments.index.events
Class DeploymentResultDeindexedEvent

java.lang.Object
  extended by com.atlassian.bamboo.deployments.environments.index.events.DeploymentResultDeindexedEvent
All Implemented Interfaces:
EnvironmentEvent, IndexingFinishedEvent

@Internal
@AsynchronousPreferred
public class DeploymentResultDeindexedEvent
extends Object
implements EnvironmentEvent, IndexingFinishedEvent

Fired after deployment result is removed from Lucene index.

Since:
v5.5

Constructor Summary
DeploymentResultDeindexedEvent(Indexer source, DeploymentResultDeletedEvent deploymentResultDeletedEvent)
           
 
Method Summary
 long getEnvironmentId()
           
 com.google.common.collect.ImmutableSet<String> getJiraIssuesKeys()
           
 Indexer getSource()
           
 long getVersionId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentResultDeindexedEvent

public DeploymentResultDeindexedEvent(@NotNull
                                      Indexer source,
                                      @NotNull
                                      DeploymentResultDeletedEvent deploymentResultDeletedEvent)
Method Detail

getEnvironmentId

public long getEnvironmentId()
Specified by:
getEnvironmentId in interface EnvironmentEvent
Returns:
id of environment affected

getVersionId

public long getVersionId()

getJiraIssuesKeys

public com.google.common.collect.ImmutableSet<String> getJiraIssuesKeys()

getSource

public Indexer getSource()
Specified by:
getSource in interface IndexingFinishedEvent
Returns:
indexer that fired the event


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