public class FlowState extends Object
| Constructor and Description |
|---|
FlowState(hudson.model.Result result,
JobInvocation previous) |
FlowState(hudson.model.Result result,
Set<JobInvocation> previous) |
| Modifier and Type | Method and Description |
|---|---|
JobInvocation |
getLastBuild() |
Set<JobInvocation> |
getLastCompleted() |
hudson.model.Result |
getResult() |
void |
setLastCompleted(JobInvocation lastCompleted) |
void |
setLastCompleted(Set<JobInvocation> lastCompleted) |
void |
setResult(hudson.model.Result result) |
public FlowState(hudson.model.Result result,
Set<JobInvocation> previous)
public FlowState(hudson.model.Result result,
JobInvocation previous)
public hudson.model.Result getResult()
public void setResult(hudson.model.Result result)
public Set<JobInvocation> getLastCompleted()
public void setLastCompleted(JobInvocation lastCompleted)
public void setLastCompleted(Set<JobInvocation> lastCompleted)
public JobInvocation getLastBuild()
Copyright © 2004-2013. All Rights Reserved.