Class DeployFromCatalogExecution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Object>
com.vmware.vra.jenkinsplugin.pipeline.DeployFromCatalogExecution
- All Implemented Interfaces:
Serializable
public class DeployFromCatalogExecution extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Object> implements Serializable
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeployFromCatalogExecution.Config
-
Constructor Summary
Constructors Modifier Constructor Description protected
DeployFromCatalogExecution(DeployFromCatalogStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
-
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution
blocksRestart, getStatus, onResume, start, stop
-
Constructor Details
-
DeployFromCatalogExecution
protected DeployFromCatalogExecution(@Nonnull DeployFromCatalogStep step, @Nonnull org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
Method Details