Uses of Class
hudson.util.FormFillFailure
-
Uses of FormFillFailure in hudson.util
Modifier and TypeMethodDescriptionstatic FormFillFailure
Sends out a string error message that indicates an error.static FormFillFailure
Sends out a string error message that indicates an error, by formatting it withString.format(String, Object[])
static FormFillFailure
Sends out a string error message, with optional "show details" link that expands to the full stack trace.static FormFillFailure
static FormFillFailure
FormFillFailure.errorWithMarkup
(String message) Sends out an HTML fragment that indicates an error.static FormFillFailure
FormFillFailure.respond
(FormValidation.Kind kind, String html) Sends out an arbitrary HTML fragment as the output.static FormFillFailure
static FormFillFailure
static FormFillFailure
static FormFillFailure
static FormFillFailure
FormFillFailure.warningWithMarkup
(String message) FormFillFailure.withSelectionCleared()
Flags this failure as requiring that the select options should be cleared out.