public class vRADeploymentDestroyPostBuildAction
extends hudson.tasks.Notifier
| Modifier and Type | Class and Description |
|---|---|
static class |
vRADeploymentDestroyPostBuildAction.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Modifier and Type | Field and Description |
|---|---|
protected List<Deployment> |
deployments |
static vRADeploymentDestroyPostBuildAction.DescriptorImpl |
DESCRIPTOR |
protected List<DestroyParam> |
destroyParams |
| Constructor and Description |
|---|
vRADeploymentDestroyPostBuildAction(List<DestroyParam> destroyParams) |
| Modifier and Type | Method and Description |
|---|---|
hudson.tasks.BuildStepDescriptor |
getDescriptor() |
List<DestroyParam> |
getDestroyParams() |
hudson.model.Action |
getProjectAction(hudson.model.AbstractProject<?,?> project) |
Collection<? extends hudson.model.Action> |
getProjectActions(hudson.model.AbstractProject<?,?> project) |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
boolean |
prebuild(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener) |
protected List<DestroyParam> destroyParams
protected List<Deployment> deployments
@Extension public static final vRADeploymentDestroyPostBuildAction.DescriptorImpl DESCRIPTOR
@DataBoundConstructor public vRADeploymentDestroyPostBuildAction(List<DestroyParam> destroyParams)
public List<DestroyParam> getDestroyParams()
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public boolean prebuild(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
prebuild in interface hudson.tasks.BuildStepprebuild in class hudson.tasks.BuildStepCompatibilityLayerpublic hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
getProjectAction in interface hudson.tasks.BuildStepgetProjectAction in class hudson.tasks.BuildStepCompatibilityLayerpublic Collection<? extends hudson.model.Action> getProjectActions(hudson.model.AbstractProject<?,?> project)
getProjectActions in interface hudson.tasks.BuildStepgetProjectActions in class hudson.tasks.BuildStepCompatibilityLayerpublic boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic hudson.tasks.BuildStepDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.NotifierCopyright © 2004-2016. All Rights Reserved.