Class TriggerDataPurgeSettings

java.lang.Object
com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
com.xebialabs.xlrelease.domain.BaseConfiguration
com.xebialabs.xlrelease.domain.BaseSettings
com.xebialabs.xlrelease.configuration.TriggerDataPurgeSettings
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="Triggers data purging", description="Release will use these settings to purge trigger execution data.") public class TriggerDataPurgeSettings extends BaseSettings
See Also:
  • Field Details

  • Constructor Details

    • TriggerDataPurgeSettings

      public TriggerDataPurgeSettings()
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getTriggersDataPurgeAgeThreshold

      public Integer getTriggersDataPurgeAgeThreshold()
    • setTriggersDataPurgeAgeThreshold

      public void setTriggersDataPurgeAgeThreshold(Integer triggersDataPurgeAgeThreshold)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem