public class P4UnshelveStep
extends org.jenkinsci.plugins.workflow.steps.Step
Modifier and Type | Class and Description |
---|---|
static class |
P4UnshelveStep.DescriptorImpl |
static class |
P4UnshelveStep.P4UnshelveStepExecution |
Constructor and Description |
---|
P4UnshelveStep(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) |
Modifier and Type | Method and Description |
---|---|
String |
getCredential() |
String |
getResolve() |
String |
getShelf() |
Workspace |
getWorkspace() |
boolean |
isIgnoreEmpty() |
boolean |
isTidy() |
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
@DataBoundConstructor public P4UnshelveStep(String credential, Workspace workspace, String shelf, String resolve, boolean tidy, boolean ignoreEmpty)
@Deprecated public P4UnshelveStep(String credential, Workspace workspace, String shelf, String resolve, boolean tidy)
@Deprecated public P4UnshelveStep(String shelf, String resolve)
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) throws Exception
start
in class org.jenkinsci.plugins.workflow.steps.Step
Exception
public String getCredential()
public Workspace getWorkspace()
public String getShelf()
public String getResolve()
public boolean isTidy()
public boolean isIgnoreEmpty()
Copyright © 2016–2017. All rights reserved.