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

com.capitalone.dashboard.util.FeatureCollectorConstants Maven / Gradle / Ivy

There is a newer version: 4.0.2
Show newest version

package com.capitalone.dashboard.util;

/**
 * This class is established to house any globally-referenced constant values.
 * Most values that can or should be modifiable at deploy-time should be kept in
 * a properties file, but valid use cases for constant values should be added
 * here.
 *
 * @author kfk884
 *
 */
public final class FeatureCollectorConstants {
        public static final String JIRA = "Jira";
        public static final String VERSIONONE = "VersionOne";
        @SuppressWarnings("PMD.AvoidUsingHardCodedIP")
        // not an IP
        public static final String AGENT_VER = "01.00.00.01";
        public static final String AGENT_NAME = "Hygieia Dashboard - VersionOne Feature Collector";

        private FeatureCollectorConstants() {
                // This class should not be instantiable
        }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy