com.atlassian.bamboo.deployments.environments.index.events
Class DeploymentResultDeindexedEvent
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentResultDeindexedEvent
public DeploymentResultDeindexedEvent(@NotNull
Indexer source,
@NotNull
DeploymentResultDeletedEvent deploymentResultDeletedEvent)
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.