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, Serializable
public class ResultsSummaryUpdatedEvent
- extends com.atlassian.event.Event
- implements PlanResultEvent
Occurs when a ResultsSummary
has been updated
- See Also:
- Serialized Form
Methods inherited from class com.atlassian.event.Event |
equals, hashCode |
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
planResultKey
protected final PlanResultKey planResultKey
ResultsSummaryUpdatedEvent
public ResultsSummaryUpdatedEvent(Object source,
PlanResultKey planResultKey)
ResultsSummaryUpdatedEvent
public ResultsSummaryUpdatedEvent(Object source,
PlanResultKey planResultKey,
Set<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 Set<String> getAffectedJiraIssuesKeys()
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.