Class ExecutionLogPurgeSettings

All Implemented Interfaces:
ConfigurationItem, Serializable, Comparable<BaseConfigurationItem>

@Metadata(root=CONFIGURATION, versioned=false, label="Task execution log purging", description="Release will use this setting to delete task execution logs that have been stored on the server. After deletion, task execution logs can no longer be visible or downloaded.") public class ExecutionLogPurgeSettings extends BaseSettings
See Also:
  • Field Details

  • Constructor Details

    • ExecutionLogPurgeSettings

      public ExecutionLogPurgeSettings()
  • Method Details

    • validate

      public void validate()
    • getExecutionLogsRetentionPeriod

      public Integer getExecutionLogsRetentionPeriod()
    • setExecutionLogsRetentionPeriod

      public void setExecutionLogsRetentionPeriod(Integer executionLogsRetentionPeriod)