Uses of Class
org.jenkinsci.plugins.torque.api.EnvironmentMetadataResponse
-
Packages that use EnvironmentMetadataResponse Package Description org.jenkinsci.plugins.torque.api -
-
Uses of EnvironmentMetadataResponse in org.jenkinsci.plugins.torque.api
Methods in org.jenkinsci.plugins.torque.api that return EnvironmentMetadataResponse Modifier and Type Method Description EnvironmentMetadataResponse
EnvironmentMetadataResponse. addBlueprintInputsItem(BlueprintInputParameterResponse blueprintInputsItem)
EnvironmentMetadataResponse
EnvironmentMetadataResponse. automation(Boolean automation)
EnvironmentMetadataResponse
EnvironmentMetadataResponse. blueprintInputs(List<BlueprintInputParameterResponse> blueprintInputs)
EnvironmentMetadataResponse
EnvironmentMetadataResponse. blueprintName(String blueprintName)
EnvironmentMetadataResponse
EnvironmentDefinitionResponse. getMetadata()
Get metadataEnvironmentMetadataResponse
EnvironmentMetadataResponse. name(String name)
Methods in org.jenkinsci.plugins.torque.api with parameters of type EnvironmentMetadataResponse Modifier and Type Method Description EnvironmentDefinitionResponse
EnvironmentDefinitionResponse. metadata(EnvironmentMetadataResponse metadata)
void
EnvironmentDefinitionResponse. setMetadata(EnvironmentMetadataResponse metadata)
-