public abstract class BuildStateResultEvent extends BuildResultEvent
BuildResultEvent
that is aware of BuildState
Modifier and Type | Field and Description |
---|---|
protected BuildState |
buildState |
protected LifeCycleState |
lifeCycleState |
planResultKey
source
Modifier | Constructor and Description |
---|---|
protected |
BuildStateResultEvent(Object source,
PlanResultKey planResultKey,
BuildState buildState,
LifeCycleState lifeCycleState) |
Modifier and Type | Method and Description |
---|---|
BuildState |
getBuildState()
Get the state of the completed build
|
LifeCycleState |
getLifeCycleState()
Get the lifeCycleState of build
|
getBuildNumber, getBuildResultKey, getPlanResultKey, toString
getBuildPlanKey, getPlanKey
getSource
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getPlanKey
protected final BuildState buildState
protected final LifeCycleState lifeCycleState
protected BuildStateResultEvent(Object source, PlanResultKey planResultKey, BuildState buildState, LifeCycleState lifeCycleState)
public BuildState getBuildState()
public LifeCycleState getLifeCycleState()
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.