Class ProcHelper
java.lang.Object
io.jenkins.plugins.projectenv.proc.ProcHelper
- 
Method SummaryModifier and TypeMethodDescriptionstatic ProcResultstatic StringexecuteAndGetStdOut(org.jenkinsci.plugins.workflow.steps.StepContext context, String... commands) 
- 
Method Details- 
executeAndGetStdOutpublic static String executeAndGetStdOut(org.jenkinsci.plugins.workflow.steps.StepContext context, String... commands) throws Exception - Throws:
- Exception
 
- 
executepublic static ProcResult execute(org.jenkinsci.plugins.workflow.steps.StepContext context, String... commands) throws Exception - Throws:
- Exception
 
 
-