com.atlassian.bamboo.index.buildresult.events
Class ChainResultIndexedEvent

java.lang.Object
  extended by com.atlassian.bamboo.index.buildresult.events.ChainResultIndexedEvent
All Implemented Interfaces:
IndexingFinishedEvent

@Internal
@AsynchronousPreferred
public class ChainResultIndexedEvent
extends java.lang.Object
implements IndexingFinishedEvent


Constructor Summary
ChainResultIndexedEvent(Indexer source, PlanResultKey planResultKey)
           
 
Method Summary
 PlanResultKey getPlanResultKey()
           
 Indexer getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChainResultIndexedEvent

public ChainResultIndexedEvent(Indexer source,
                               PlanResultKey planResultKey)
Method Detail

getSource

@NotNull
public Indexer getSource()
Specified by:
getSource in interface IndexingFinishedEvent
Returns:
indexer that fired the event

getPlanResultKey

@NotNull
public PlanResultKey getPlanResultKey()


Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.