Class LiveDeploymentConfigView

java.lang.Object
com.xebialabs.xlrelease.api.internal.views.LiveDeploymentConfigView

public class LiveDeploymentConfigView extends Object
  • Constructor Details

    • LiveDeploymentConfigView

      public LiveDeploymentConfigView()
  • Method Details

    • from

      public static LiveDeploymentConfigView from(String id, String name, String connectionType, String connectionLabel, String connectionTitle, String connectionUrl, String eventSourceId, String eventSourceType, Map<String,Object> filterProperties)
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getConnectionType

      public String getConnectionType()
    • setConnectionType

      public void setConnectionType(String connectionType)
    • getConnectionLabel

      public String getConnectionLabel()
    • setConnectionLabel

      public void setConnectionLabel(String connectionLabel)
    • getConnectionTitle

      public String getConnectionTitle()
    • setConnectionTitle

      public void setConnectionTitle(String connectionTitle)
    • getConnectionUrl

      public String getConnectionUrl()
    • setConnectionUrl

      public void setConnectionUrl(String connectionUrl)
    • getEventSourceId

      public String getEventSourceId()
    • setEventSourceId

      public void setEventSourceId(String eventSourceId)
    • getEventSourceType

      public String getEventSourceType()
    • setEventSourceType

      public void setEventSourceType(String eventSourceType)
    • getFilterProperties

      public Map<String,Object> getFilterProperties()
    • setFilterProperties

      public void setFilterProperties(Map<String,Object> filterProperties)