Uses of Class
com.oracle.cloud.baremetal.jenkins.FormFillFailure
-
Packages that use FormFillFailure Package Description com.oracle.cloud.baremetal.jenkins -
-
Uses of FormFillFailure in com.oracle.cloud.baremetal.jenkins
Methods in com.oracle.cloud.baremetal.jenkins that return FormFillFailure Modifier and Type Method Description static FormFillFailure
FormFillFailure. errorWithValue(FormValidation fv, String value)
CallserrorWithValue(String, String)
with the message from the specifiedFormValidation
.static FormFillFailure
FormFillFailure. errorWithValue(String message, String value)
Creates a newFormFillFailure
with the specified message and with the specified value.
-