public class OntrackDSLNotifier
extends hudson.tasks.Notifier
Modifier and Type | Class and Description |
---|---|
static class |
OntrackDSLNotifier.OntrackDSLNotifierDescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl
Constructor and Description |
---|
OntrackDSLNotifier(ScriptLocation ontrackScriptLocation,
boolean sandbox,
String injectEnvironment,
String injectProperties,
boolean ontrackLog,
boolean ignoreFailure) |
Modifier and Type | Method and Description |
---|---|
String |
getInjectEnvironment() |
String |
getInjectProperties() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
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, getProjectAction, needsToRunAfterFinalized, prebuild
@DataBoundConstructor public OntrackDSLNotifier(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 hudson.tasks.BuildStepMonitor getRequiredMonitorService()
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.