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 aResultsSummaryhas been updated- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected PlanResultKeyplanResultKey-
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()PlanKeygetPlanKey()PlanResultKeygetPlanResultKey()Get thePlanResultKeyfor 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:PlanResultEventGet thePlanResultKeyfor theResultsSummary- Specified by:
getPlanResultKeyin interfacePlanResultEvent- Returns:
- planResultKey
-
getPlanKey
public PlanKey getPlanKey()
Description copied from interface:PlanEvent- Specified by:
getPlanKeyin interfacePlanEvent- Returns:
- planKey
-
-