public class OntrackDSLStep
extends hudson.tasks.Builder
Modifier and Type | Class and Description |
---|---|
static class |
OntrackDSLStep.OntrackDSLStepDescription |
Constructor and Description |
---|
OntrackDSLStep(ScriptLocation ontrackScriptLocation,
boolean sandbox,
String injectEnvironment,
String injectProperties,
boolean ontrackLog,
boolean ignoreFailure) |
Modifier and Type | Method and Description |
---|---|
String |
getInjectEnvironment() |
String |
getInjectProperties() |
String |
getScriptPath() |
String |
getScriptText() |
boolean |
isIgnoreFailure() |
boolean |
isOntrackLog() |
boolean |
isSandbox() |
boolean |
isUsingText() |
boolean |
perform(hudson.model.AbstractBuild<?,?> theBuild,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getDescriptor, getRequiredMonitorService, prebuild
@DataBoundConstructor public OntrackDSLStep(ScriptLocation ontrackScriptLocation, boolean sandbox, String injectEnvironment, String injectProperties, boolean ontrackLog, boolean ignoreFailure)
public boolean isUsingText()
public String getScriptPath()
public String getScriptText()
public String getInjectEnvironment()
public String getInjectProperties()
public boolean isOntrackLog()
public boolean isSandbox()
public boolean isIgnoreFailure()
public boolean perform(hudson.model.AbstractBuild<?,?> theBuild, hudson.Launcher launcher, hudson.model.BuildListener listener) throws InterruptedException, IOException
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
InterruptedException
IOException
Copyright © 2016–2023. All rights reserved.