public static enum CmakeBuilderImpl.PreparePathOptions extends Enum<CmakeBuilderImpl.PreparePathOptions>
| Enum Constant and Description |
|---|
CHECK_PATH_EXISTS |
CREATE_IF_NOT_EXISTING |
CREATE_NEW_IF_EXISTS |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
process(hudson.FilePath file) |
static CmakeBuilderImpl.PreparePathOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CmakeBuilderImpl.PreparePathOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmakeBuilderImpl.PreparePathOptions CHECK_PATH_EXISTS
public static final CmakeBuilderImpl.PreparePathOptions CREATE_IF_NOT_EXISTING
public static final CmakeBuilderImpl.PreparePathOptions CREATE_NEW_IF_EXISTS
public static CmakeBuilderImpl.PreparePathOptions[] values()
for (CmakeBuilderImpl.PreparePathOptions c : CmakeBuilderImpl.PreparePathOptions.values()) System.out.println(c);
public static CmakeBuilderImpl.PreparePathOptions 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 abstract void process(hudson.FilePath file)
throws IOException
IOExceptionCopyright © 2004-2015. All Rights Reserved.