com.cloudbees.plugins.flow
Class FlowState
java.lang.Object
com.cloudbees.plugins.flow.FlowState
public class FlowState
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlowState
public FlowState(hudson.model.Result result,
Set<JobInvocation> previous)
FlowState
public FlowState(hudson.model.Result result,
JobInvocation previous)
getResult
public hudson.model.Result getResult()
setResult
public void setResult(hudson.model.Result result)
getLastCompleted
public Set<JobInvocation> getLastCompleted()
setLastCompleted
public void setLastCompleted(JobInvocation lastCompleted)
setLastCompleted
public void setLastCompleted(Set<JobInvocation> lastCompleted)
getLastBuild
public JobInvocation getLastBuild()
Copyright © 2004-2014. All Rights Reserved.