com.cloudbees.plugins.flow
Class FlowState
java.lang.Object
com.cloudbees.plugins.flow.FlowState
public class FlowState
- extends Object
|
Constructor Summary |
FlowState(hudson.model.Result result,
hudson.model.Run previous)
|
FlowState(hudson.model.Result result,
Set<hudson.model.Run> previous)
|
| 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<hudson.model.Run> previous)
FlowState
public FlowState(hudson.model.Result result,
hudson.model.Run previous)
getResult
public hudson.model.Result getResult()
setResult
public void setResult(hudson.model.Result result)
getLastCompleted
public Set<hudson.model.Run> getLastCompleted()
setLastCompleted
public void setLastCompleted(hudson.model.Run lastCompleted)
setLastCompleted
public void setLastCompleted(Set<hudson.model.Run> lastCompleted)
getLastBuild
public hudson.model.Run getLastBuild()
Copyright © 2004-2012. All Rights Reserved.