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