Package | Description |
---|---|
hudson.util |
Other miscellaneous utility code
|
Modifier and Type | Field and Description |
---|---|
FormValidation.Kind |
FormValidation.kind |
Modifier and Type | Method and Description |
---|---|
static FormValidation.Kind |
FormValidation.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormValidation.Kind[] |
FormValidation.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static FormValidation |
FormValidation.respond(FormValidation.Kind kind,
String html)
Sends out an arbitrary HTML fragment as the output.
|
Copyright © 2014. All rights reserved.