java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
org.jenkinsci.plugins.workflow.support.steps.stash.StashStep
All Implemented Interfaces:
ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

public class StashStep extends org.jenkinsci.plugins.workflow.steps.Step
  • Constructor Details

    • StashStep

      @DataBoundConstructor public StashStep(@NonNull String name)
  • Method Details

    • getName

      @NonNull public String getName()
    • getIncludes

      @CheckForNull public String getIncludes()
    • setIncludes

      @DataBoundSetter public void setIncludes(String includes)
    • getExcludes

      @CheckForNull public String getExcludes()
    • setExcludes

      @DataBoundSetter public void setExcludes(String excludes)
    • isUseDefaultExcludes

      public boolean isUseDefaultExcludes()
    • setUseDefaultExcludes

      @DataBoundSetter public void setUseDefaultExcludes(boolean useDefaultExcludes)
    • isAllowEmpty

      public boolean isAllowEmpty()
    • setAllowEmpty

      @DataBoundSetter public void setAllowEmpty(boolean allowEmpty)
    • start

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