Package io.jenkins.plugins.job
Class JobHelper
- java.lang.Object
-
- io.jenkins.plugins.job.JobHelper
-
public class JobHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description JobHelper(DctSdkUtil dctSdkUtil, TaskListener listener, String jobId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
waitForGetVDB(Run<?,?> run, String vdbId)
boolean
waitForPolling(Run<?,?> run)
-
-
-
Constructor Detail
-
JobHelper
public JobHelper(DctSdkUtil dctSdkUtil, TaskListener listener, String jobId)
-
-
Method Detail
-
waitForPolling
public boolean waitForPolling(Run<?,?> run) throws com.delphix.dct.ApiException, Exception
- Throws:
com.delphix.dct.ApiException
Exception
-
waitForGetVDB
public boolean waitForGetVDB(Run<?,?> run, String vdbId) throws InterruptedException
- Throws:
InterruptedException
-
-