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

java.lang.Object
  extended by com.atlassian.bamboo.deployments.environments.events.AbstractEnvironmentEvent
      extended by 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

Constructor Summary
EnvironmentCreationIndexedEvent(Indexer source, EnvironmentCreatedEvent environmentCreatedEvent)
           
 
Method Summary
 Indexer getSource()
           
 
Methods inherited from class com.atlassian.bamboo.deployments.environments.events.AbstractEnvironmentEvent
getEnvironmentId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvironmentCreationIndexedEvent

public EnvironmentCreationIndexedEvent(@NotNull
                                       Indexer source,
                                       @NotNull
                                       EnvironmentCreatedEvent environmentCreatedEvent)
Method Detail

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.