Uses of Class
org.jenkinsci.test.acceptance.po.FormValidation
Packages that use FormValidation
-
Uses of FormValidation in org.jenkinsci.test.acceptance.po
Methods in org.jenkinsci.test.acceptance.po that return FormValidationModifier and TypeMethodDescriptionstatic FormValidation
static FormValidation
Control.getFormValidation()
Control.getSilentFormValidation()
Methods in org.jenkinsci.test.acceptance.po that return types with arguments of type FormValidationModifier and TypeMethodDescriptionstatic Matcher<FormValidation>
FormValidation.reports
(FormValidation.Kind kind, String message) static Matcher<FormValidation>
FormValidation.reports
(FormValidation.Kind kind, org.hamcrest.Matcher<String> message) static Matcher<FormValidation>
FormValidation.silent()
When either there is no validation or empty OK was returned (there is no way to tell that apart).