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

java.lang.Object
  extended by com.atlassian.bamboo.deployments.projects.events.DeploymentProjectEvent
      extended by com.atlassian.bamboo.deployments.environments.index.events.DeploymentProjectDeindexedEvent
All Implemented Interfaces:
IndexingFinishedEvent

@Internal
@AsynchronousPreferred
public class DeploymentProjectDeindexedEvent
extends DeploymentProjectEvent
implements IndexingFinishedEvent

Fired when deployment project is removed from index.

Since:
v5.5

Constructor Summary
DeploymentProjectDeindexedEvent(Indexer source, DeploymentProjectDeletedEvent deploymentProjectDeletedEvent)
           
 
Method Summary
 com.google.common.collect.ImmutableSet<String> getJiraIssuesKeys()
           
 Indexer getSource()
           
 
Methods inherited from class com.atlassian.bamboo.deployments.projects.events.DeploymentProjectEvent
getDeploymentProjectId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentProjectDeindexedEvent

public DeploymentProjectDeindexedEvent(@NotNull
                                       Indexer source,
                                       @NotNull
                                       DeploymentProjectDeletedEvent deploymentProjectDeletedEvent)
Method Detail

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.