Class WorkflowJobWrapper
- java.lang.Object
-
- net.uaznia.lukanus.hudson.plugins.gitparameter.jobs.AbstractJobWrapper
-
- net.uaznia.lukanus.hudson.plugins.gitparameter.jobs.WorkflowJobWrapper
-
- All Implemented Interfaces:
JobWrapper
public class WorkflowJobWrapper extends AbstractJobWrapper
-
-
Constructor Summary
Constructors Constructor Description WorkflowJobWrapper(Job job)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SCM>
getScms()
EnvVars
getSomeBuildEnvironments()
FilePath
getSomeWorkspace()
-
Methods inherited from class net.uaznia.lukanus.hudson.plugins.gitparameter.jobs.AbstractJobWrapper
getCustomJobName, getEnvironment, getJob, getJobName, getProperty
-
-
-
-
Constructor Detail
-
WorkflowJobWrapper
public WorkflowJobWrapper(Job job)
-
-
Method Detail
-
getSomeWorkspace
public FilePath getSomeWorkspace() throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
getSomeBuildEnvironments
public EnvVars getSomeBuildEnvironments()
-
-