Class P4UnshelveStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
org.jenkinsci.plugins.p4.workflow.P4UnshelveStep
- All Implemented Interfaces:
ExtensionPoint,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class P4UnshelveStep
extends org.jenkinsci.plugins.workflow.steps.Step
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic classNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
ConstructorsConstructorDescriptionP4UnshelveStep(String shelf, String resolve) Deprecated.P4UnshelveStep(String credential, Workspace workspace, String shelf, String resolve, boolean tidy) Deprecated.P4UnshelveStep(String credential, Workspace workspace, String shelf, String resolve, boolean tidy, boolean ignoreEmpty) -
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Constructor Details
-
P4UnshelveStep
-
P4UnshelveStep
@Deprecated public P4UnshelveStep(String credential, Workspace workspace, String shelf, String resolve, boolean tidy) Deprecated. -
P4UnshelveStep
Deprecated.
-
-
Method Details
-
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
-
getCredential
-
getWorkspace
-
getShelf
-
getResolve
-
isTidy
public boolean isTidy() -
isIgnoreEmpty
public boolean isIgnoreEmpty()
-