Package com.atlassian.bamboo.event
Class ManualStageResumedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.bamboo.event.BambooEvent
com.atlassian.bamboo.event.ChainEvent
com.atlassian.bamboo.event.ChainResultEvent
com.atlassian.bamboo.event.ManualStageResumedEvent
- All Implemented Interfaces:
PlanEvent,PlanResultEvent,Serializable
Event that gets triggered before a manual stage is resumed
- See Also:
-
Field Summary
Fields inherited from class com.atlassian.bamboo.event.ChainEvent
planKeyFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionManualStageResumedEvent(Object source, @NotNull ChainExecution chainExecution, @NotNull StageExecution stageExecution) -
Method Summary
Modifier and TypeMethodDescription@NotNull ChainExecutionTheChainExecutionof the resumed manualStageExecution@NotNull StageExecutionTheStageExecutionof the resumed manual stageMethods inherited from class com.atlassian.bamboo.event.ChainResultEvent
getPlanResultKeyMethods inherited from class com.atlassian.bamboo.event.ChainEvent
getPlanKey, toStringMethods inherited from class com.atlassian.bamboo.event.BambooEvent
equals, hashCodeMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSourceMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.atlassian.bamboo.event.PlanEvent
getPlanKey
-
Constructor Details
-
ManualStageResumedEvent
public ManualStageResumedEvent(Object source, @NotNull @NotNull ChainExecution chainExecution, @NotNull @NotNull StageExecution stageExecution)
-
-
Method Details
-
getChainExecution
TheChainExecutionof the resumed manualStageExecution- Returns:
- chainExecution
-
getStageExecution
TheStageExecutionof the resumed manual stage- Returns:
- stageExecution
-