public class PipelineRunOptions extends PipelineOptions
| Modifier and Type | Field and Description |
|---|---|
int |
buildNumber
BuildNumber of the Run.
|
String |
cause
Cause of the Run.
|
boolean |
isJTE |
String |
jobName
Job name for the Run.
|
boolean |
keepUndefinedParameters |
boolean |
noSandBox |
File |
pipelineConfiguration |
File |
runWorkspace
Workspace for the Run
|
File |
scm |
Map<String,String> |
workflowParameters |
jenkinsfile| Constructor and Description |
|---|
PipelineRunOptions() |
@CheckForNull public File runWorkspace
public String jobName
public String cause
public int buildNumber
public boolean noSandBox
public boolean keepUndefinedParameters
public File scm
public boolean isJTE
public File pipelineConfiguration
Copyright © 2004–2021. All rights reserved.