com.cloudbees.plugins.flow
Class FlowState

java.lang.Object
  extended by 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)
           
 
Method Summary
 hudson.model.Run getLastBuild()
           
 Set<hudson.model.Run> getLastCompleted()
           
 hudson.model.Result getResult()
           
 void setLastCompleted(hudson.model.Run lastCompleted)
           
 void setLastCompleted(Set<hudson.model.Run> lastCompleted)
           
 void setResult(hudson.model.Result result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowState

public FlowState(hudson.model.Result result,
                 Set<hudson.model.Run> previous)

FlowState

public FlowState(hudson.model.Result result,
                 hudson.model.Run previous)
Method Detail

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.