Uses of Class
hudson.util.FormFillFailure
-
Packages that use FormFillFailure Package Description hudson.util Other miscellaneous utility code -
-
Uses of FormFillFailure in hudson.util
Methods in hudson.util that return FormFillFailure Modifier and Type Method Description static FormFillFailure
FormFillFailure. error(String message)
Sends out a string error message that indicates an error.static FormFillFailure
FormFillFailure. error(String format, Object... args)
Sends out a string error message that indicates an error, by formatting it withString.format(String, Object[])
static FormFillFailure
FormFillFailure. error(Throwable e, String message)
Sends out a string error message, with optional "show details" link that expands to the full stack trace.static FormFillFailure
FormFillFailure. error(Throwable e, String format, Object... args)
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
FormFillFailure. warning(String message)
static FormFillFailure
FormFillFailure. warning(String format, Object... args)
static FormFillFailure
FormFillFailure. warning(Throwable e, String message)
static FormFillFailure
FormFillFailure. warning(Throwable e, String format, Object... args)
static FormFillFailure
FormFillFailure. warningWithMarkup(String message)
FormFillFailure
FormFillFailure. withSelectionCleared()
Flags this failure as requiring that the select options should be cleared out.
-