Class SumoLogicFileUploadStep

  • All Implemented Interfaces:
    ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

    public class SumoLogicFileUploadStep
    extends org.jenkinsci.plugins.workflow.steps.Step
    • Constructor Detail

      • SumoLogicFileUploadStep

        @DataBoundConstructor
        public SumoLogicFileUploadStep()
    • 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)
      • setKeyValueMap

        @DataBoundSetter
        public void setKeyValueMap​(HashMap<String,​Object> keyValueMap)
      • start

        public org.jenkinsci.plugins.workflow.steps.StepExecution start​(org.jenkinsci.plugins.workflow.steps.StepContext context)
        Specified by:
        start in class org.jenkinsci.plugins.workflow.steps.Step