|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormValidation.Kind | |
---|---|
hudson.util | Other miscellaneous utility code |
org.jvnet.hudson.test | Test harness for Jenkins and its plugins. |
Uses of FormValidation.Kind in hudson.util |
---|
Fields in hudson.util declared as FormValidation.Kind | |
---|---|
FormValidation.Kind |
FormValidation.kind
|
Methods in hudson.util that return FormValidation.Kind | |
---|---|
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. |
Methods in hudson.util with parameters of type FormValidation.Kind | |
---|---|
static FormValidation |
FormValidation.respond(FormValidation.Kind kind,
String html)
Sends out an arbitrary HTML fragment as the output. |
Uses of FormValidation.Kind in org.jvnet.hudson.test |
---|
Methods in org.jvnet.hudson.test with parameters of type FormValidation.Kind | |
---|---|
static org.hamcrest.Matcher<FormValidation> |
JenkinsMatchers.hasKind(FormValidation.Kind kind)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |