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 EnvironmentStateResponse
EnvironmentDetailsResponse. state
Methods in org.jenkinsci.plugins.torque.api that return EnvironmentStateResponse Modifier and Type Method Description EnvironmentStateResponse
EnvironmentStateResponse. addErrorsItem(EnvironmentErrorResponse errorsItem)
EnvironmentStateResponse
EnvironmentStateResponse. addGrainsItem(EnvironmentGrainResponse grainsItem)
EnvironmentStateResponse
EnvironmentStateResponse. addOutputsItem(EnvironmentOutputResponse outputsItem)
EnvironmentStateResponse
EnvironmentStateResponse. currentState(String currentState)
EnvironmentStateResponse
EnvironmentStateResponse. errors(List<EnvironmentErrorResponse> errors)
EnvironmentStateResponse
EnvironmentStateResponse. execution(EnvironmentExecutionResponse execution)
EnvironmentStateResponse
EnvironmentDetailsResponse. getState()
Get stateEnvironmentStateResponse
EnvironmentStateResponse. grains(List<EnvironmentGrainResponse> grains)
EnvironmentStateResponse
EnvironmentStateResponse. outputs(List<EnvironmentOutputResponse> outputs)
Methods in org.jenkinsci.plugins.torque.api with parameters of type EnvironmentStateResponse Modifier and Type Method Description void
EnvironmentDetailsResponse. setState(EnvironmentStateResponse state)
EnvironmentDetailsResponse
EnvironmentDetailsResponse. state(EnvironmentStateResponse state)
-