public class DeployScriptBuilder
extends hudson.tasks.Builder
Modifier and Type | Class and Description |
---|---|
static class |
DeployScriptBuilder.ToadBuilderDescriptor
Descriptor for
DeployScriptBuilder . |
Constructor and Description |
---|
DeployScriptBuilder(String out,
String in) |
Modifier and Type | Method and Description |
---|---|
DeployScriptBuilder.ToadBuilderDescriptor |
getDescriptor() |
String |
getIn() |
String |
getOut() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public String getOut()
public String getIn()
public boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws IOException, InterruptedException
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
IOException
InterruptedException
public DeployScriptBuilder.ToadBuilderDescriptor getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Builder>
getDescriptor
in class hudson.tasks.Builder
Copyright © 2016–2024. All rights reserved.