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 FlowCause.getAssociatedJob()
           
 JobInvocation FlowState.getLastBuild()
           
 JobInvocation FlowRun.JobEdge.getSource()
           
 JobInvocation FlowRun.getStartJob()
           
 JobInvocation FlowRun.JobEdge.getTarget()
           
 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,FlowRun.JobEdge> FlowRun.getJobsGraph()
           
 Set<JobInvocation> FlowState.getLastCompleted()
           
 

Methods in com.cloudbees.plugins.flow with parameters of type JobInvocation
 void FlowRun.addBuild(JobInvocation job)
           
 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
FlowCause(FlowRun flowRun, JobInvocation associatedJob)
           
FlowRun.JobEdge(JobInvocation source, JobInvocation target)
           
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-2014. All Rights Reserved.