Class ReportsSettings

java.lang.Object
com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.udm.ConfigurationItem, Serializable, Comparable<com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem>

@Metadata(root=CONFIGURATION, versioned=false, label="Value Stream reports", description="Release will use these settings in the Release Value Stream report.") public class ReportsSettings extends BaseSettings
See Also:
  • Field Details

  • Constructor Details

    • ReportsSettings

      public ReportsSettings()
  • Method Details

    • validate

      public void validate()
    • getWarningThreshold

      public Integer getWarningThreshold()
    • setWarningThreshold

      public void setWarningThreshold(Integer warningThreshold)
    • getErrorThreshold

      public Integer getErrorThreshold()
    • setErrorThreshold

      public void setErrorThreshold(Integer errorThreshold)
    • getCriticalPhaseThreshold

      public Integer getCriticalPhaseThreshold()
    • setCriticalPhaseThreshold

      public void setCriticalPhaseThreshold(Integer criticalPhaseThreshold)