Package 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 aResultsSummary
has been updated- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected PlanResultKey
planResultKey
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description ResultsSummaryUpdatedEvent(Object source, PlanResultKey planResultKey)
ResultsSummaryUpdatedEvent(Object source, PlanResultKey planResultKey, Set<String> affectedJiraIssuesKeys)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable Set<String>
getAffectedJiraIssuesKeys()
PlanKey
getPlanKey()
PlanResultKey
getPlanResultKey()
Get thePlanResultKey
for theResultsSummary
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
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 thePlanResultKey
for theResultsSummary
- Specified by:
getPlanResultKey
in interfacePlanResultEvent
- Returns:
- planResultKey
-
getPlanKey
public PlanKey getPlanKey()
Description copied from interface:PlanEvent
- Specified by:
getPlanKey
in interfacePlanEvent
- Returns:
- planKey
-
-