com.atlassian.bamboo.deployments.versions.index.events
Class DeploymentVersionCreationIndexedEvent

java.lang.Object
  extended by com.atlassian.bamboo.deployments.versions.events.DeploymentVersionEvent
      extended by com.atlassian.bamboo.deployments.versions.index.events.DeploymentVersionCreationIndexedEvent
All Implemented Interfaces:
IndexingFinishedEvent

public class DeploymentVersionCreationIndexedEvent
extends DeploymentVersionEvent
implements IndexingFinishedEvent


Constructor Summary
DeploymentVersionCreationIndexedEvent(Indexer source, DeploymentVersionCreatedEvent deploymentVersionCreatedEvent)
           
 
Method Summary
 Indexer getSource()
           
 
Methods inherited from class com.atlassian.bamboo.deployments.versions.events.DeploymentVersionEvent
getVersionId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentVersionCreationIndexedEvent

public DeploymentVersionCreationIndexedEvent(@NotNull
                                             Indexer source,
                                             @NotNull
                                             DeploymentVersionCreatedEvent deploymentVersionCreatedEvent)
Method Detail

getSource

@NotNull
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.