Package com.splunk.splunkjenkins
Class SplunkLogFileStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
com.splunk.splunkjenkins.SplunkLogFileStep
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class SplunkLogFileStep
extends org.jenkinsci.plugins.workflow.steps.Step
Send logs to splunk
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setExcludes
(String excludes) void
setIncludes
(String includes) void
setPublishFromSlave
(boolean publishFromSlave) void
setSizeLimit
(String sizeLimit) org.jenkinsci.plugins.workflow.steps.StepExecution
start
(org.jenkinsci.plugins.workflow.steps.StepContext context) Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Constructor Details
-
SplunkLogFileStep
-
-
Method Details
-
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) throws Exception - Specified by:
start
in classorg.jenkinsci.plugins.workflow.steps.Step
- Throws:
Exception
-
getIncludes
-
setIncludes
-
getExcludes
-
setExcludes
-
isPublishFromSlave
public boolean isPublishFromSlave() -
setPublishFromSlave
public void setPublishFromSlave(boolean publishFromSlave) -
getSizeLimit
-
setSizeLimit
-