public class OntrackDSLStep
extends hudson.tasks.Builder
| Modifier and Type | Class and Description |
|---|---|
static class |
OntrackDSLStep.OntrackDSLStepDescription |
| Constructor and Description |
|---|
OntrackDSLStep(ScriptLocation ontrackScriptLocation,
String injectEnvironment,
String injectProperties,
boolean ontrackLog) |
| Modifier and Type | Method and Description |
|---|---|
String |
getInjectEnvironment() |
String |
getInjectProperties() |
String |
getScriptPath() |
String |
getScriptText() |
boolean |
isOntrackLog() |
boolean |
isUsingText() |
boolean |
perform(hudson.model.AbstractBuild<?,?> theBuild,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getDescriptor, getRequiredMonitorService, prebuild@DataBoundConstructor public OntrackDSLStep(ScriptLocation ontrackScriptLocation, String injectEnvironment, String injectProperties, boolean ontrackLog)
public boolean isUsingText()
public String getScriptPath()
public String getScriptText()
public String getInjectEnvironment()
public String getInjectProperties()
public boolean isOntrackLog()
public boolean perform(hudson.model.AbstractBuild<?,?> theBuild,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionCopyright © 2004-2015. All Rights Reserved.