Uses of Class
io.jenkins.plugins.commons.model.ErrorMessage
-
Packages that use ErrorMessage Package Description io.jenkins.plugins.commons.model -
-
Uses of ErrorMessage in io.jenkins.plugins.commons.model
Methods in io.jenkins.plugins.commons.model that return ErrorMessage Modifier and Type Method Description ErrorMessageFieldValidation. getErrorMessage()Methods in io.jenkins.plugins.commons.model with parameters of type ErrorMessage Modifier and Type Method Description voidFieldValidation. setErrorMessage(ErrorMessage errorMessage)Constructors in io.jenkins.plugins.commons.model with parameters of type ErrorMessage Constructor Description FieldValidation(boolean isValid, ErrorMessage errorMessage)
-