Class SumoLogicFileUploadStep.Execution
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.steps.StepExecution
-
- org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<String>
-
- com.sumologic.jenkins.jenkinssumologicplugin.sender.SumoLogicFileUploadStep.Execution
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SumoLogicFileUploadStep
public static class SumoLogicFileUploadStep.Execution extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<String>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected static long
serialVersionUID
protected SumoLogicFileUploadStep
step
-
Constructor Summary
Constructors Constructor Description Execution(SumoLogicFileUploadStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
run()
void
sendTextData(String text, String sourceName, HashMap<String,String> fields)
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution
blocksRestart, getStatus, onResume, start, stop
-
-
-
-
Field Detail
-
serialVersionUID
protected static final long serialVersionUID
- See Also:
- Constant Field Values
-
step
protected final transient SumoLogicFileUploadStep step
-
-
Constructor Detail
-
Execution
public Execution(SumoLogicFileUploadStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-