public interface JobWrapper
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomJobName() |
EnvVars |
getEnvironment(Node node,
TaskListener taskListener) |
Job |
getJob() |
String |
getJobName() |
ParametersDefinitionProperty |
getProperty(Class<ParametersDefinitionProperty> parametersDefinitionPropertyClass) |
List<SCM> |
getScms() |
EnvVars |
getSomeBuildEnvironments() |
FilePath |
getSomeWorkspace() |
Job getJob()
ParametersDefinitionProperty getProperty(Class<ParametersDefinitionProperty> parametersDefinitionPropertyClass)
FilePath getSomeWorkspace() throws IOException, InterruptedException
IOExceptionInterruptedExceptionEnvVars getEnvironment(Node node, TaskListener taskListener) throws IOException, InterruptedException
IOExceptionInterruptedExceptionEnvVars getSomeBuildEnvironments()
String getJobName()
String getCustomJobName()
Copyright © 2016–2022. All rights reserved.