public abstract class BuildStateResultEvent extends BuildResultEvent
BuildResultEvent that is aware of BuildState| Modifier and Type | Field and Description |
|---|---|
protected BuildState |
buildState |
protected LifeCycleState |
lifeCycleState |
planResultKeysource| 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, toStringgetBuildPlanKey, getPlanKeygetSourceclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetPlanKeyprotected final BuildState buildState
protected final LifeCycleState lifeCycleState
protected BuildStateResultEvent(Object source, PlanResultKey planResultKey, BuildState buildState, LifeCycleState lifeCycleState)
public BuildState getBuildState()
public LifeCycleState getLifeCycleState()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.