Class StashStep
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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()booleanbooleanvoidsetAllowEmpty(boolean allowEmpty) voidsetExcludes(String excludes) voidsetIncludes(String includes) voidsetUseDefaultExcludes(boolean useDefaultExcludes) org.jenkinsci.plugins.workflow.steps.StepExecutionstart(org.jenkinsci.plugins.workflow.steps.StepContext context) Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Constructor Details
-
StashStep
-
-
Method Details
-
getName
-
getIncludes
-
setIncludes
-
getExcludes
-
setExcludes
-
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:
startin classorg.jenkinsci.plugins.workflow.steps.Step- Throws:
Exception
-