Uses of Class
com.cloudbees.plugins.flow.FlowRun

Uses of FlowRun in com.cloudbees.plugins.flow
 

Methods in com.cloudbees.plugins.flow that return FlowRun
 FlowRun BuildFlowAction.getFlow()
           
 FlowRun FlowDelegate.getFlowRun()
           
 FlowRun FlowCause.getFlowRun()
           
 

Methods in com.cloudbees.plugins.flow that return types with arguments of type FlowRun
protected  Class<FlowRun> BuildFlow.getBuildClass()
           
 

Methods in com.cloudbees.plugins.flow with parameters of type FlowRun
 void FlowDSL.executeFlowScript(FlowRun flowRun, String dsl, hudson.model.BuildListener listener)
           
 void FlowDelegate.setFlowRun(FlowRun value)
           
 

Constructors in com.cloudbees.plugins.flow with parameters of type FlowRun
BuildFlowAction(FlowRun flow)
           
FlowAbortedCause(FlowRun flowRun)
           
FlowCause(FlowRun flowRun, JobInvocation associatedJob)
           
FlowDelegate(FlowRun flowRun, hudson.model.BuildListener listener, Object upstream, Object env)
           
JobInvocation.Start(FlowRun run)
           
JobInvocation(FlowRun run, hudson.model.AbstractProject project)
           
JobInvocation(FlowRun run, String name)
           
 



Copyright © 2004-2014. All Rights Reserved.