Class SumoLogicFileUploadStep
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
-
- org.jenkinsci.plugins.workflow.steps.Step
-
- com.sumologic.jenkins.jenkinssumologicplugin.sender.SumoLogicFileUploadStep
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class SumoLogicFileUploadStep extends org.jenkinsci.plugins.workflow.steps.Step
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SumoLogicFileUploadStep.DescriptorImpl
static class
SumoLogicFileUploadStep.Execution
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description SumoLogicFileUploadStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getExcludePathPattern()
HashMap<String,String>
getFields()
String
getFile()
String
getIncludePathPattern()
HashMap<String,Object>
getKeyValueMap()
String
getText()
String
getWorkingDir()
void
setExcludePathPattern(String excludePathPattern)
void
setFields(HashMap<String,String> fields)
void
setFile(String file)
void
setIncludePathPattern(String includePathPattern)
void
setKeyValueMap(HashMap<String,Object> keyValueMap)
void
setText(String text)
void
setWorkingDir(String workingDir)
org.jenkinsci.plugins.workflow.steps.StepExecution
start(org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
-
Method Detail
-
getFile
public String getFile()
-
setFile
@DataBoundSetter public void setFile(String file)
-
getIncludePathPattern
public String getIncludePathPattern()
-
setIncludePathPattern
@DataBoundSetter public void setIncludePathPattern(String includePathPattern)
-
getExcludePathPattern
public String getExcludePathPattern()
-
setExcludePathPattern
@DataBoundSetter public void setExcludePathPattern(String excludePathPattern)
-
getWorkingDir
public String getWorkingDir()
-
setWorkingDir
@DataBoundSetter public void setWorkingDir(String workingDir)
-
getText
public String getText()
-
setText
@DataBoundSetter public void setText(String text)
-
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context)
- Specified by:
start
in classorg.jenkinsci.plugins.workflow.steps.Step
-
-