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 BlueprintInputParameterResponseBlueprintInputParameterResponse. defaultValue(String defaultValue)BlueprintInputParameterResponseBlueprintInputParameterResponse. description(String description)BlueprintInputParameterResponseBlueprintInputParameterResponse. displayStyle(String displayStyle)BlueprintInputParameterResponseBlueprintInputParameterResponse. hasDefaultValue(Boolean hasDefaultValue)BlueprintInputParameterResponseBlueprintInputParameterResponse. name(String name)BlueprintInputParameterResponseBlueprintInputParameterResponse. optional(Boolean optional)BlueprintInputParameterResponseBlueprintInputParameterResponse. 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 EnvironmentMetadataResponseEnvironmentMetadataResponse. addBlueprintInputsItem(BlueprintInputParameterResponse blueprintInputsItem)Method parameters in org.jenkinsci.plugins.torque.api with type arguments of type BlueprintInputParameterResponse Modifier and Type Method Description EnvironmentMetadataResponseEnvironmentMetadataResponse. blueprintInputs(List<BlueprintInputParameterResponse> blueprintInputs)voidEnvironmentMetadataResponse. setBlueprintInputs(List<BlueprintInputParameterResponse> blueprintInputs)
-