Package | Description |
---|---|
org.jenkinsci.plugins.spoontrigger.validation |
Modifier and Type | Method and Description |
---|---|
static Level |
Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Level[] |
Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Validator<String> |
StringValidators.isNotNull(String failureMsg,
Level level) |
static Validator<File> |
FileValidators.isPathAbsolute(String failureMsg,
Level level) |
static Validator<File> |
FileValidators.notExist(String failureMsg,
Level level) |
Constructor and Description |
---|
PredicateValidator(com.google.common.base.Predicate<T> predicate,
String failureMsg,
Level level) |
Copyright © 2004-2016. All Rights Reserved.