public class ReconfigureBox extends InstanceBuildStep implements IInstanceProvider
| Modifier and Type | Class and Description |
|---|---|
static class |
ReconfigureBox.DescriptorImpl
Deprecated.
|
InstanceBuildStep.Descriptor| Constructor and Description |
|---|
ReconfigureBox(String id,
String cloud,
String workspace,
String box,
String instance,
String variables,
String buildStep,
String buildStepVariables)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBuildStepVariables()
Deprecated.
|
ElasticBoxCloud |
getElasticBoxCloud()
Deprecated.
|
String |
getId()
Deprecated.
Gets the unique ID of the build step.
|
String |
getInstanceId(hudson.model.AbstractBuild build)
Deprecated.
Gets the ID of an instance that can be used in a subsequent build step of a build.
|
String |
getVariables()
Deprecated.
|
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
Deprecated.
|
protected Object |
readResolve()
Deprecated.
|
getBox, getBuildStep, getCloud, getInstance, getInstanceProvider, getWorkspaceall, getDescriptor, getRequiredMonitorService, prebuildpublic 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 String getId()
IInstanceProvidergetId in interface IInstanceProviderpublic String getVariables()
public String getBuildStepVariables()
public String getInstanceId(hudson.model.AbstractBuild build)
IInstanceProvidergetInstanceId in interface IInstanceProviderbuild - that is being handlednullpublic ElasticBoxCloud getElasticBoxCloud()
getElasticBoxCloud in interface IInstanceProviderprotected Object readResolve()
readResolve in class InstanceBuildStepCopyright © 2016–2019. All rights reserved.