All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy