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

Uses of JobInvocation in com.cloudbees.plugins.flow
 

Subclasses of JobInvocation in com.cloudbees.plugins.flow
static class JobInvocation.Start
           
 

Methods in com.cloudbees.plugins.flow that return JobInvocation
 JobInvocation FlowState.getLastBuild()
           
 JobInvocation JobInvocation.run(hudson.model.Cause cause, List<hudson.model.Action> actions)
           
 

Methods in com.cloudbees.plugins.flow that return types with arguments of type JobInvocation
 org.jgrapht.DirectedGraph<JobInvocation,String> FlowRun.getBuilds()
           
 Set<JobInvocation> FlowState.getLastCompleted()
           
 

Methods in com.cloudbees.plugins.flow with parameters of type JobInvocation
 void FlowRun.addBuild(JobInvocation build)
           
 void FlowState.setLastCompleted(JobInvocation lastCompleted)
           
 

Method parameters in com.cloudbees.plugins.flow with type arguments of type JobInvocation
 void FlowState.setLastCompleted(Set<JobInvocation> lastCompleted)
           
 

Constructors in com.cloudbees.plugins.flow with parameters of type JobInvocation
FlowState(hudson.model.Result result, JobInvocation previous)
           
 

Constructor parameters in com.cloudbees.plugins.flow with type arguments of type JobInvocation
FlowState(hudson.model.Result result, Set<JobInvocation> previous)
           
 



Copyright © 2004-2013. All Rights Reserved.