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 EnvironmentErrorResponseEnvironmentErrorResponse. 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 EnvironmentStateResponseEnvironmentStateResponse. addErrorsItem(EnvironmentErrorResponse errorsItem)GrainActivityResponseGrainActivityResponse. addErrorsItem(EnvironmentErrorResponse errorsItem)Method parameters in org.jenkinsci.plugins.torque.api with type arguments of type EnvironmentErrorResponse Modifier and Type Method Description EnvironmentStateResponseEnvironmentStateResponse. errors(List<EnvironmentErrorResponse> errors)GrainActivityResponseGrainActivityResponse. errors(List<EnvironmentErrorResponse> errors)voidEnvironmentStateResponse. setErrors(List<EnvironmentErrorResponse> errors)voidGrainActivityResponse. setErrors(List<EnvironmentErrorResponse> errors)
-