Class EnvironmentLabelForm
- java.lang.Object
-
- com.xebialabs.xlrelease.api.v1.form.EnvironmentLabelForm
-
public class EnvironmentLabelForm extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EnvironmentLabelForm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetColor()java.lang.StringgetTitle()voidsetColor(java.lang.String color)voidsetTitle(java.lang.String title)EnvironmentLabeltoLabel()
-
-
-
Method Detail
-
toLabel
public EnvironmentLabel toLabel()
-
getTitle
public java.lang.String getTitle()
-
setTitle
public void setTitle(java.lang.String title)
-
getColor
public java.lang.String getColor()
-
setColor
public void setColor(java.lang.String color)
-
-