Package org.jenkinsci.plugins.torque.api
Class EnvironmentMetadataResponse
- java.lang.Object
-
- org.jenkinsci.plugins.torque.api.EnvironmentMetadataResponse
-
public class EnvironmentMetadataResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description EnvironmentMetadataResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnvironmentMetadataResponseaddBlueprintInputsItem(BlueprintInputParameterResponse blueprintInputsItem)EnvironmentMetadataResponseautomation(Boolean automation)EnvironmentMetadataResponseblueprintInputs(List<BlueprintInputParameterResponse> blueprintInputs)EnvironmentMetadataResponseblueprintName(String blueprintName)booleanequals(Object o)StringgetBlueprint()Get blueprintList<BlueprintInputParameterResponse>getBlueprintInputs()Get blueprintInputsStringgetBlueprintName()Get blueprintNameStringgetName()Get nameinthashCode()BooleanisAutomation()Get automationEnvironmentMetadataResponsename(String name)voidsetAutomation(Boolean automation)voidsetBlueprintInputs(List<BlueprintInputParameterResponse> blueprintInputs)voidsetBlueprintName(String blueprintName)voidsetName(String name)StringtoString()
-
-
-
Method Detail
-
name
public EnvironmentMetadataResponse name(String name)
-
getName
public String getName()
Get name- Returns:
- name
-
setName
public void setName(String name)
-
automation
public EnvironmentMetadataResponse automation(Boolean automation)
-
isAutomation
public Boolean isAutomation()
Get automation- Returns:
- automation
-
setAutomation
public void setAutomation(Boolean automation)
-
getBlueprint
public String getBlueprint()
Get blueprint- Returns:
- blueprint
-
blueprintName
public EnvironmentMetadataResponse blueprintName(String blueprintName)
-
getBlueprintName
public String getBlueprintName()
Get blueprintName- Returns:
- blueprintName
-
setBlueprintName
public void setBlueprintName(String blueprintName)
-
blueprintInputs
public EnvironmentMetadataResponse blueprintInputs(List<BlueprintInputParameterResponse> blueprintInputs)
-
addBlueprintInputsItem
public EnvironmentMetadataResponse addBlueprintInputsItem(BlueprintInputParameterResponse blueprintInputsItem)
-
getBlueprintInputs
public List<BlueprintInputParameterResponse> getBlueprintInputs()
Get blueprintInputs- Returns:
- blueprintInputs
-
setBlueprintInputs
public void setBlueprintInputs(List<BlueprintInputParameterResponse> blueprintInputs)
-
-