com.atlassian.bamboo.deployments.environments.index.events
Class EnvironmentConfigUpdateIndexedEvent
java.lang.Object
com.atlassian.bamboo.deployments.environments.events.AbstractEnvironmentEvent
com.atlassian.bamboo.deployments.environments.index.events.EnvironmentConfigUpdateIndexedEvent
- All Implemented Interfaces:
- EnvironmentEvent, IndexingFinishedEvent
@Internal
@AsynchronousPreferred
public class EnvironmentConfigUpdateIndexedEvent
- extends AbstractEnvironmentEvent
- implements IndexingFinishedEvent
Fired after configuration update of an environment is indexed.
- Since:
- v5.5
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnvironmentConfigUpdateIndexedEvent
public EnvironmentConfigUpdateIndexedEvent(@NotNull
Indexer source,
@NotNull
EnvironmentConfigUpdatedEvent environmentConfigUpdatedEvent)
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.