com.cloudbees.plugins.flow
Class JobInvocation

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

public class JobInvocation
extends java.lang.Object


Constructor Summary
JobInvocation(java.lang.String name)
           
 
Method Summary
 hudson.model.Run getBuild()
           
 hudson.model.Result getResult()
           
 java.lang.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(java.lang.String name)
Method Detail

getResult

public hudson.model.Result getResult()
                              throws java.util.concurrent.ExecutionException,
                                     java.lang.InterruptedException
Throws:
java.util.concurrent.ExecutionException
java.lang.InterruptedException

getBuild

public hudson.model.Run getBuild()
                          throws java.util.concurrent.ExecutionException,
                                 java.lang.InterruptedException
Throws:
java.util.concurrent.ExecutionException
java.lang.InterruptedException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

waitForCompletion

public void waitForCompletion()
                       throws java.util.concurrent.ExecutionException,
                              java.lang.InterruptedException
Throws:
java.util.concurrent.ExecutionException
java.lang.InterruptedException


Copyright © 2004-2012. All Rights Reserved.