public abstract class AbstractJobWrapper extends Object implements JobWrapper
| Constructor and Description |
|---|
AbstractJobWrapper(Job job) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomJobName() |
EnvVars |
getEnvironment(Node node,
TaskListener taskListener) |
Job |
getJob() |
String |
getJobName() |
ParametersDefinitionProperty |
getProperty(Class<ParametersDefinitionProperty> propertyClass) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetScms, getSomeBuildEnvironments, getSomeWorkspacepublic AbstractJobWrapper(Job job)
public Job getJob()
getJob in interface JobWrapperpublic ParametersDefinitionProperty getProperty(Class<ParametersDefinitionProperty> propertyClass)
getProperty in interface JobWrapperpublic EnvVars getEnvironment(Node node, TaskListener taskListener) throws IOException, InterruptedException
getEnvironment in interface JobWrapperIOExceptionInterruptedExceptionpublic String getJobName()
getJobName in interface JobWrapperpublic String getCustomJobName()
getCustomJobName in interface JobWrapperCopyright © 2016–2022. All rights reserved.