Uses of Class
org.jenkinsci.plugins.torque.api.EnvironmentErrorResponse
-
Packages that use EnvironmentErrorResponse Package Description org.jenkinsci.plugins.torque.api -
-
Uses of EnvironmentErrorResponse in org.jenkinsci.plugins.torque.api
Methods in org.jenkinsci.plugins.torque.api that return EnvironmentErrorResponse Modifier and Type Method Description EnvironmentErrorResponse
EnvironmentErrorResponse. message(String message)
Methods in org.jenkinsci.plugins.torque.api that return types with arguments of type EnvironmentErrorResponse Modifier and Type Method Description List<EnvironmentErrorResponse>
EnvironmentStateResponse. getErrors()
Get errorsList<EnvironmentErrorResponse>
GrainActivityResponse. getErrors()
Get errorsMethods in org.jenkinsci.plugins.torque.api with parameters of type EnvironmentErrorResponse Modifier and Type Method Description EnvironmentStateResponse
EnvironmentStateResponse. addErrorsItem(EnvironmentErrorResponse errorsItem)
GrainActivityResponse
GrainActivityResponse. addErrorsItem(EnvironmentErrorResponse errorsItem)
Method parameters in org.jenkinsci.plugins.torque.api with type arguments of type EnvironmentErrorResponse Modifier and Type Method Description EnvironmentStateResponse
EnvironmentStateResponse. errors(List<EnvironmentErrorResponse> errors)
GrainActivityResponse
GrainActivityResponse. errors(List<EnvironmentErrorResponse> errors)
void
EnvironmentStateResponse. setErrors(List<EnvironmentErrorResponse> errors)
void
GrainActivityResponse. setErrors(List<EnvironmentErrorResponse> errors)
-