public class SplunkMessageStep
extends org.jenkinsci.plugins.workflow.steps.Step
| Modifier and Type | Class and Description |
|---|---|
static class |
SplunkMessageStep.DescriptorImpl |
static class |
SplunkMessageStep.SplunkLogFileStepExecution |
| Constructor and Description |
|---|
SplunkMessageStep() |
SplunkMessageStep(boolean globalScriptEnabled,
String scriptText) |
| Modifier and Type | Method and Description |
|---|---|
String |
getScriptText() |
boolean |
isGlobalScriptEnabled() |
void |
setGlobalScriptEnabled(boolean globalScriptEnabled) |
void |
setScriptText(String scriptText) |
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
@DataBoundConstructor
public SplunkMessageStep(boolean globalScriptEnabled,
String scriptText)
public SplunkMessageStep()
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context)
throws Exception
start in class org.jenkinsci.plugins.workflow.steps.StepExceptionpublic String getScriptText()
public void setScriptText(String scriptText)
public boolean isGlobalScriptEnabled()
public void setGlobalScriptEnabled(boolean globalScriptEnabled)
Copyright © 2016–2017. All rights reserved.