public static enum FileResolver.Probe extends Enum<FileResolver.Probe>
Enum Constant and Description |
---|
MODULE |
WORKING_DIR |
WORKSPACE |
Modifier and Type | Method and Description |
---|---|
abstract com.google.common.base.Optional<hudson.FilePath> |
resolve(String filePath,
hudson.model.AbstractBuild build,
hudson.model.TaskListener listener) |
static FileResolver.Probe |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileResolver.Probe[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileResolver.Probe WORKING_DIR
public static final FileResolver.Probe MODULE
public static final FileResolver.Probe WORKSPACE
public static FileResolver.Probe[] values()
for (FileResolver.Probe c : FileResolver.Probe.values()) System.out.println(c);
public static FileResolver.Probe 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 com.google.common.base.Optional<hudson.FilePath> resolve(String filePath, hudson.model.AbstractBuild build, hudson.model.TaskListener listener)
Copyright © 2004-2016. All Rights Reserved.