com.atlassian.bamboo.event
Class ResultsSummaryUpdatedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.event.Event
com.atlassian.bamboo.event.ResultsSummaryUpdatedEvent
- All Implemented Interfaces:
- PlanEvent, PlanResultEvent, java.io.Serializable
public class ResultsSummaryUpdatedEvent
- extends com.atlassian.event.Event
- implements PlanResultEvent
Occurs when a ResultsSummary
has been updated
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
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 |
planResultKey
protected final PlanResultKey planResultKey
ResultsSummaryUpdatedEvent
public ResultsSummaryUpdatedEvent(java.lang.Object source,
PlanResultKey planResultKey)
ResultsSummaryUpdatedEvent
public ResultsSummaryUpdatedEvent(java.lang.Object source,
PlanResultKey planResultKey,
java.util.Set<java.lang.String> affectedJiraIssuesKeys)
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 java.util.Set<java.lang.String> getAffectedJiraIssuesKeys()
Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.