|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<DynamicParameterConfiguration>
com.seitenbau.jenkins.plugins.dynamicparameter.config.DynamicParameterConfiguration
public enum DynamicParameterConfiguration
Dynamic parameter configuration options.
| Enum Constant Summary | |
|---|---|
INSTANCE
Single class instance. |
|
| Method Summary | |
|---|---|
String |
getBaseDirectory()
Get the base directory. |
File |
getBaseDirectoryFile()
Get the base directory as instance of File. |
void |
setBaseDirectory(String newBaseDirectory)
Set a new base directory. |
static DynamicParameterConfiguration |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DynamicParameterConfiguration[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final DynamicParameterConfiguration INSTANCE
| Method Detail |
|---|
public static DynamicParameterConfiguration[] values()
for (DynamicParameterConfiguration c : DynamicParameterConfiguration.values()) System.out.println(c);
public static DynamicParameterConfiguration valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic File getBaseDirectoryFile()
File.
public String getBaseDirectory()
throws IOException
IOException - if path can not be resolved
public void setBaseDirectory(String newBaseDirectory)
throws IOException
newBaseDirectory - new directory path
IOException - if configuration cannot be saved
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||