Uses of Class
org.jenkinsci.plugins.torque.api.BlueprintInputParameterResponse
-
Packages that use BlueprintInputParameterResponse Package Description org.jenkinsci.plugins.torque.api -
-
Uses of BlueprintInputParameterResponse in org.jenkinsci.plugins.torque.api
Methods in org.jenkinsci.plugins.torque.api that return BlueprintInputParameterResponse Modifier and Type Method Description BlueprintInputParameterResponse
BlueprintInputParameterResponse. defaultValue(String defaultValue)
BlueprintInputParameterResponse
BlueprintInputParameterResponse. description(String description)
BlueprintInputParameterResponse
BlueprintInputParameterResponse. displayStyle(String displayStyle)
BlueprintInputParameterResponse
BlueprintInputParameterResponse. hasDefaultValue(Boolean hasDefaultValue)
BlueprintInputParameterResponse
BlueprintInputParameterResponse. name(String name)
BlueprintInputParameterResponse
BlueprintInputParameterResponse. optional(Boolean optional)
BlueprintInputParameterResponse
BlueprintInputParameterResponse. sensitive(Boolean sensitive)
Methods in org.jenkinsci.plugins.torque.api that return types with arguments of type BlueprintInputParameterResponse Modifier and Type Method Description List<BlueprintInputParameterResponse>
EnvironmentMetadataResponse. getBlueprintInputs()
Get blueprintInputsMethods in org.jenkinsci.plugins.torque.api with parameters of type BlueprintInputParameterResponse Modifier and Type Method Description EnvironmentMetadataResponse
EnvironmentMetadataResponse. addBlueprintInputsItem(BlueprintInputParameterResponse blueprintInputsItem)
Method parameters in org.jenkinsci.plugins.torque.api with type arguments of type BlueprintInputParameterResponse Modifier and Type Method Description EnvironmentMetadataResponse
EnvironmentMetadataResponse. blueprintInputs(List<BlueprintInputParameterResponse> blueprintInputs)
void
EnvironmentMetadataResponse. setBlueprintInputs(List<BlueprintInputParameterResponse> blueprintInputs)
-