Package | Description |
---|---|
org.jenkinsci.plugins.postbuildscript |
Modifier and Type | Method and Description |
---|---|
ExecuteOn |
MatrixPostBuildScript.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 |
---|
ConfigurableMatrixAggregator(hudson.matrix.MatrixBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
ProcessorFactory processorFactory,
ExecuteOn executeOn) |
MatrixPostBuildScript(Collection<ScriptFile> genericScriptFiles,
Collection<ScriptFile> groovyScriptFiles,
Collection<Script> groovyScripts,
Collection<PostBuildStep> buildSteps,
boolean markBuildUnstable,
ExecuteOn executeOn) |
Copyright © 2011–2017. All rights reserved.