Class EnvironmentLabelView

java.lang.Object
com.xebialabs.xlrelease.api.v1.views.EnvironmentLabelView

public class EnvironmentLabelView extends Object
  • Constructor Details

    • EnvironmentLabelView

      public EnvironmentLabelView()
  • Method Details

    • fromEnvironmentLabel

      public static EnvironmentLabelView fromEnvironmentLabel(com.xebialabs.xlrelease.domain.environments.EnvironmentLabel environmentLabel)
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getColor

      public String getColor()
    • setColor

      public void setColor(String color)