com.boozallen.drift.detection.policy.AlertOptions Maven / Gradle / Ivy
package com.boozallen.drift.detection.policy;
/*-
* #%L
* Drift Detection::Core
* %%
* Copyright (C) 2021 Booz Allen
* %%
* This software package is licensed under the Booz Allen Public License. All Rights Reserved.
* #L%
*/
public enum AlertOptions {
ALWAYS, ON_DRIFT, NEVER
}