Class ReportsSettings

All Implemented Interfaces:
ConfigurationItem, Serializable, Comparable<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)