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

com.capitalone.dashboard.status.DeployAuditStatus Maven / Gradle / Ivy

There is a newer version: 4.0.2
Show newest version
package com.capitalone.dashboard.status;

public enum DeployAuditStatus {
    DEPLOY_SCRIPTS_FOUND_TESTED,
    DEPLOY_SCRIPTS_FOUND_NOT_TESTED,
    DEPLOYMENT_SCRIPTS_TEST_NOT_FOUND,
    DASHBOARD_DEPLOYMENT_SCRIPTS_NOT_CONFIGURED,
    NO_ACTIVITY,
    COLLECTOR_ITEM_ERROR,
    UNAVAILABLE;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy