Uses of Class
org.jenkinsci.plugins.torque.api.EnvironmentStateResponse
-
Packages that use EnvironmentStateResponse Package Description org.jenkinsci.plugins.torque.api -
-
Uses of EnvironmentStateResponse in org.jenkinsci.plugins.torque.api
Fields in org.jenkinsci.plugins.torque.api declared as EnvironmentStateResponse Modifier and Type Field Description EnvironmentStateResponseEnvironmentDetailsResponse. stateMethods in org.jenkinsci.plugins.torque.api that return EnvironmentStateResponse Modifier and Type Method Description EnvironmentStateResponseEnvironmentStateResponse. addErrorsItem(EnvironmentErrorResponse errorsItem)EnvironmentStateResponseEnvironmentStateResponse. addGrainsItem(EnvironmentGrainResponse grainsItem)EnvironmentStateResponseEnvironmentStateResponse. addOutputsItem(EnvironmentOutputResponse outputsItem)EnvironmentStateResponseEnvironmentStateResponse. currentState(String currentState)EnvironmentStateResponseEnvironmentStateResponse. errors(List<EnvironmentErrorResponse> errors)EnvironmentStateResponseEnvironmentStateResponse. execution(EnvironmentExecutionResponse execution)EnvironmentStateResponseEnvironmentDetailsResponse. getState()Get stateEnvironmentStateResponseEnvironmentStateResponse. grains(List<EnvironmentGrainResponse> grains)EnvironmentStateResponseEnvironmentStateResponse. outputs(List<EnvironmentOutputResponse> outputs)Methods in org.jenkinsci.plugins.torque.api with parameters of type EnvironmentStateResponse Modifier and Type Method Description voidEnvironmentDetailsResponse. setState(EnvironmentStateResponse state)EnvironmentDetailsResponseEnvironmentDetailsResponse. state(EnvironmentStateResponse state)
-