public static enum PluginImpl.InstallMode extends Enum<PluginImpl.InstallMode>
| Modifier and Type | Field and Description |
|---|---|
com.cloudbees.jenkins.plugins.enterpriseplugins.PluginImpl.Dependency[] |
dependencies
The plugins that can and/or should be installed/upgraded.
|
| Modifier and Type | Method and Description |
|---|---|
static PluginImpl.InstallMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluginImpl.InstallMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PluginImpl.InstallMode MINIMAL
public static final PluginImpl.InstallMode OC
public static final PluginImpl.InstallMode FULL
public final com.cloudbees.jenkins.plugins.enterpriseplugins.PluginImpl.Dependency[] dependencies
public static PluginImpl.InstallMode[] values()
for (PluginImpl.InstallMode c : PluginImpl.InstallMode.values()) System.out.println(c);
public static PluginImpl.InstallMode 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 nullCopyright © 2004-2015. All Rights Reserved.