public class DeleteEnvironmentBuilder
extends hudson.tasks.Builder
| Modifier and Type | Class and Description |
|---|---|
static class |
DeleteEnvironmentBuilder.DescriptorImpl |
| Constructor and Description |
|---|
DeleteEnvironmentBuilder(int systemId,
String environmentName) |
| Modifier and Type | Method and Description |
|---|---|
DeleteEnvironmentBuilder.DescriptorImpl |
getDescriptor() |
String |
getEnvironmentName() |
int |
getSystemId() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
@DataBoundConstructor
public DeleteEnvironmentBuilder(int systemId,
String environmentName)
public int getSystemId()
public String getEnvironmentName()
public 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 DeleteEnvironmentBuilder.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>getDescriptor in class hudson.tasks.BuilderCopyright © 2016–2018. All rights reserved.