Class PwdStep
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
-
- org.jenkinsci.plugins.workflow.steps.Step
-
- org.jenkinsci.plugins.workflow.steps.PwdStep
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class PwdStep extends org.jenkinsci.plugins.workflow.steps.Step
Returns the working directory path. Used like:node { def x = pwd() // where is my workspace? }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PwdStep.DescriptorImpl
static class
PwdStep.Execution
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description PwdStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isTmp()
void
setTmp(boolean tmp)
org.jenkinsci.plugins.workflow.steps.StepExecution
start(org.jenkinsci.plugins.workflow.steps.StepContext context)
-