Class AbstractJobWrapper
java.lang.Object
net.uaznia.lukanus.hudson.plugins.gitparameter.jobs.AbstractJobWrapper
- All Implemented Interfaces:
JobWrapper
- Direct Known Subclasses:
AbstractProjectJobWrapper,WorkflowJobWrapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEnvironment(Node node, TaskListener taskListener) getJob()getProperty(Class<ParametersDefinitionProperty> propertyClass) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.uaznia.lukanus.hudson.plugins.gitparameter.jobs.JobWrapper
getScms, getSomeBuildEnvironments, getSomeWorkspace
-
Constructor Details
-
AbstractJobWrapper
-
-
Method Details
-
getJob
- Specified by:
getJobin interfaceJobWrapper
-
getProperty
- Specified by:
getPropertyin interfaceJobWrapper
-
getEnvironment
public EnvVars getEnvironment(Node node, TaskListener taskListener) throws IOException, InterruptedException - Specified by:
getEnvironmentin interfaceJobWrapper- Throws:
IOExceptionInterruptedException
-
getJobName
- Specified by:
getJobNamein interfaceJobWrapper
-
getCustomJobName
- Specified by:
getCustomJobNamein interfaceJobWrapper
-