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