com.cloudbees.plugins.flow
Class JobInvocation

java.lang.Object
  extended by com.cloudbees.plugins.flow.JobInvocation

public class JobInvocation
extends Object


Constructor Summary
JobInvocation(FlowRun run, String name)
           
 
Method Summary
 hudson.model.Run getBuild()
           
 hudson.model.AbstractProject<?,? extends hudson.model.AbstractBuild<?,?>> getProject()
           
 hudson.model.Result getResult()
           
 String toString()
           
 void waitForCompletion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JobInvocation

public JobInvocation(FlowRun run,
                     String name)
Method Detail

getResult

public hudson.model.Result getResult()
                              throws ExecutionException,
                                     InterruptedException
Throws:
ExecutionException
InterruptedException

getBuild

public hudson.model.Run getBuild()
                          throws ExecutionException,
                                 InterruptedException
Throws:
ExecutionException
InterruptedException

getProject

public hudson.model.AbstractProject<?,? extends hudson.model.AbstractBuild<?,?>> getProject()

toString

public String toString()
Overrides:
toString in class Object

waitForCompletion

public void waitForCompletion()
                       throws ExecutionException,
                              InterruptedException
Throws:
ExecutionException
InterruptedException


Copyright © 2004-2012. All Rights Reserved.