com.cloudbees.plugins.flow
Class FlowRun.JobEdge

java.lang.Object
  extended by com.cloudbees.plugins.flow.FlowRun.JobEdge
Enclosing class:
FlowRun

public static class FlowRun.JobEdge
extends Object


Constructor Summary
FlowRun.JobEdge(JobInvocation source, JobInvocation target)
           
 
Method Summary
 JobInvocation getSource()
           
 JobInvocation getTarget()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowRun.JobEdge

public FlowRun.JobEdge(JobInvocation source,
                       JobInvocation target)
Method Detail

getSource

public JobInvocation getSource()

getTarget

public JobInvocation getTarget()


Copyright © 2004-2014. All Rights Reserved.