Package | Description |
---|---|
hudson.util |
Other miscellaneous utility code
|
Modifier and Type | Method and 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 with
String.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.
|
Copyright © 2004–2021. All rights reserved.