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

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

@Internal
@AsynchronousPreferred
public class ChainResultUpdateIndexedEvent
extends Object
implements IndexingFinishedEvent


Constructor Summary
ChainResultUpdateIndexedEvent(Indexer source, PlanResultKey planResultKey, Set<String> jiraIssueKeys)
           
 
Method Summary
 Set<String> getJiraIssuesKeys()
           
 PlanResultKey getPlanResultKey()
           
 Indexer getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChainResultUpdateIndexedEvent

public ChainResultUpdateIndexedEvent(Indexer source,
                                     PlanResultKey planResultKey,
                                     Set<String> jiraIssueKeys)
Method Detail

getSource

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

getJiraIssuesKeys

@Nullable
public Set<String> getJiraIssuesKeys()

getPlanResultKey

@NotNull
public PlanResultKey getPlanResultKey()


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.