Class StepContextHelper
java.lang.Object
io.jenkins.plugins.projectenv.context.StepContextHelper
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic ComputergetComputer(org.jenkinsci.plugins.workflow.steps.StepContext stepContext) static EnvVarsgetEnvVars(org.jenkinsci.plugins.workflow.steps.StepContext stepContext) static LaunchergetLauncher(org.jenkinsci.plugins.workflow.steps.StepContext stepContext) static TaskListenergetTaskListener(org.jenkinsci.plugins.workflow.steps.StepContext stepContext) static FilePathgetTemporaryDirectory(org.jenkinsci.plugins.workflow.steps.StepContext stepContext) static FilePathgetWorkspace(org.jenkinsci.plugins.workflow.steps.StepContext stepContext) 
- 
Constructor Details- 
StepContextHelperpublic StepContextHelper()
 
- 
- 
Method Details- 
getComputerpublic static Computer getComputer(org.jenkinsci.plugins.workflow.steps.StepContext stepContext) throws Exception - Throws:
- Exception
 
- 
getLauncherpublic static Launcher getLauncher(org.jenkinsci.plugins.workflow.steps.StepContext stepContext) throws Exception - Throws:
- Exception
 
- 
getEnvVarspublic static EnvVars getEnvVars(org.jenkinsci.plugins.workflow.steps.StepContext stepContext) throws Exception - Throws:
- Exception
 
- 
getTaskListenerpublic static TaskListener getTaskListener(org.jenkinsci.plugins.workflow.steps.StepContext stepContext) throws Exception - Throws:
- Exception
 
- 
getWorkspacepublic static FilePath getWorkspace(org.jenkinsci.plugins.workflow.steps.StepContext stepContext) throws Exception - Throws:
- Exception
 
- 
getTemporaryDirectorypublic static FilePath getTemporaryDirectory(org.jenkinsci.plugins.workflow.steps.StepContext stepContext) throws Exception - Throws:
- Exception
 
 
-