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 EnvironmentMetadataResponse
addBlueprintInputsItem(BlueprintInputParameterResponse blueprintInputsItem)
EnvironmentMetadataResponse
automation(Boolean automation)
EnvironmentMetadataResponse
blueprintInputs(List<BlueprintInputParameterResponse> blueprintInputs)
EnvironmentMetadataResponse
blueprintName(String blueprintName)
boolean
equals(Object o)
String
getBlueprint()
Get blueprintList<BlueprintInputParameterResponse>
getBlueprintInputs()
Get blueprintInputsString
getBlueprintName()
Get blueprintNameString
getName()
Get nameint
hashCode()
Boolean
isAutomation()
Get automationEnvironmentMetadataResponse
name(String name)
void
setAutomation(Boolean automation)
void
setBlueprintInputs(List<BlueprintInputParameterResponse> blueprintInputs)
void
setBlueprintName(String blueprintName)
void
setName(String name)
String
toString()
-
-
-
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)
-
-