com.atlassian.bamboo.event
Class ResultsSummaryUpdatedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by com.atlassian.event.Event
              extended by com.atlassian.bamboo.event.ResultsSummaryUpdatedEvent
All Implemented Interfaces:
PlanEvent, PlanResultEvent, Serializable

public class ResultsSummaryUpdatedEvent
extends com.atlassian.event.Event
implements PlanResultEvent

Occurs when a ResultsSummary has been updated

See Also:
Serialized Form

Field Summary
protected  PlanResultKey planResultKey
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ResultsSummaryUpdatedEvent(Object source, PlanResultKey planResultKey)
           
ResultsSummaryUpdatedEvent(Object source, PlanResultKey planResultKey, Set<String> affectedJiraIssuesKeys)
           
 
Method Summary
 Set<String> getAffectedJiraIssuesKeys()
           
 PlanKey getPlanKey()
          Get the PlanKey of the Plan
 PlanResultKey getPlanResultKey()
          Get the PlanResultKey for the ResultsSummary
 
Methods inherited from class com.atlassian.event.Event
equals, hashCode
 
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

planResultKey

protected final PlanResultKey planResultKey
Constructor Detail

ResultsSummaryUpdatedEvent

public ResultsSummaryUpdatedEvent(Object source,
                                  PlanResultKey planResultKey)

ResultsSummaryUpdatedEvent

public ResultsSummaryUpdatedEvent(Object source,
                                  PlanResultKey planResultKey,
                                  Set<String> affectedJiraIssuesKeys)
Method Detail

getPlanResultKey

public PlanResultKey getPlanResultKey()
Description copied from interface: PlanResultEvent
Get the PlanResultKey for the ResultsSummary

Specified by:
getPlanResultKey in interface PlanResultEvent
Returns:
planResultKey

getPlanKey

public PlanKey getPlanKey()
Description copied from interface: PlanEvent
Get the PlanKey of the Plan

Specified by:
getPlanKey in interface PlanEvent
Returns:
planKey

getAffectedJiraIssuesKeys

@Nullable
public Set<String> getAffectedJiraIssuesKeys()


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