| Package | Description |
|---|---|
| org.jenkinsci.plugins.postbuildscript |
| Modifier and Type | Method and Description |
|---|---|
ExecuteOn |
PostBuildScript.getExecuteOn() |
static ExecuteOn |
ExecuteOn.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecuteOn[] |
ExecuteOn.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PostBuildScript(List<GenericScript> genericScriptFile,
List<GroovyScriptFile> groovyScriptFile,
List<GroovyScriptContent> groovyScriptContent,
boolean scriptOnlyIfSuccess,
boolean scriptOnlyIfFailure,
boolean markBuildUnstable,
ExecuteOn executeOn,
List<hudson.tasks.BuildStep> buildStep) |
Copyright © 2016–2017. All rights reserved.