com.cloudbees.plugins.flow
Class JobInvocation
java.lang.Object
com.cloudbees.plugins.flow.JobInvocation
public class JobInvocation
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JobInvocation
public JobInvocation(java.lang.String name)
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.