@Deprecated public class SplunkMessageStep extends org.jenkinsci.plugins.workflow.steps.Step
| Modifier and Type | Class and Description |
|---|---|
static class |
SplunkMessageStep.DescriptorImpl
Deprecated.
|
static class |
SplunkMessageStep.SplunkLogFileStepExecution
Deprecated.
|
| Constructor and Description |
|---|
SplunkMessageStep()
Deprecated.
|
SplunkMessageStep(boolean globalScriptEnabled,
String scriptText)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getScriptText()
Deprecated.
|
boolean |
isGlobalScriptEnabled()
Deprecated.
|
void |
setGlobalScriptEnabled(boolean globalScriptEnabled)
Deprecated.
|
void |
setScriptText(String scriptText)
Deprecated.
|
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context)
Deprecated.
|
@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–2018. All rights reserved.