com.atlassian.bamboo.event
Class FailedStageRestartEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.event.Event
com.atlassian.bamboo.event.ChainEvent
com.atlassian.bamboo.event.ChainResultEvent
com.atlassian.bamboo.event.FailedStageRestartEvent
- All Implemented Interfaces:
- PlanEvent, PlanResultEvent, Serializable
@AsynchronousPreferred
public class FailedStageRestartEvent
- extends ChainResultEvent
Event that gets triggered before a failed stage is restarted
- See Also:
- Serialized Form
Methods inherited from class com.atlassian.event.Event |
equals, hashCode |
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
FailedStageRestartEvent
public FailedStageRestartEvent(Object source,
@NotNull
ChainExecution chainExecution,
@NotNull
StageExecution stageExecution)
getChainExecution
@NotNull
public ChainExecution getChainExecution()
- The
ChainExecution
of the restarted failed StageExecution
- Returns:
- chainExecution
getStageExecution
@NotNull
public StageExecution getStageExecution()
- The
StageExecution
of the restarted failed stage
- Returns:
- stageExecution
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.