public enum ScriptRunners extends Enum<ScriptRunners>
| Modifier and Type | Method and Description |
|---|---|
void |
run(File scriptFile,
Map<String,String> variables,
GlobalPostScript.BadgeManager manager,
hudson.model.TaskListener listener) |
static ScriptRunners |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScriptRunners[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScriptRunners GROOVY
public static final ScriptRunners SHELL
public static ScriptRunners[] values()
for (ScriptRunners c : ScriptRunners.values()) System.out.println(c);
public static ScriptRunners valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic void run(File scriptFile, Map<String,String> variables, GlobalPostScript.BadgeManager manager, hudson.model.TaskListener listener)
Copyright © 2004-2016. All Rights Reserved.