Class AppInsightsConstants
- java.lang.Object
-
- com.microsoft.jenkins.azurecommons.telemetry.AppInsightsConstants
-
public final class AppInsightsConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
AZURE_APP_INSIGHTS
static String
AZURE_BLOB_STORAGE
static String
AZURE_CONTAINER_SERVICE
static String
AZURE_FILE_STORAGE
static String
AZURE_LOCATION
static String
AZURE_REST
static String
AZURE_SUBSCRIPTION_ID
static String
DEFAULT_EVENT_PREFIX
static String
DOCKER
static String
EVENT_NAME_SEPARATOR
static String
JENKINS
static String
LOAD
static String
PING
static String
PLUGIN
static String
PROP_JENKINS_INSTANCE_ID
static String
PROP_JENKINS_VERSION
static String
PROP_PLUGIN_NAME
static String
PROP_PLUGIN_VERSION
static String
RESTART
-
-
-
Field Detail
-
DEFAULT_EVENT_PREFIX
public static final String DEFAULT_EVENT_PREFIX
- See Also:
- Constant Field Values
-
EVENT_NAME_SEPARATOR
public static final String EVENT_NAME_SEPARATOR
- See Also:
- Constant Field Values
-
PROP_JENKINS_INSTANCE_ID
public static final String PROP_JENKINS_INSTANCE_ID
- See Also:
- Constant Field Values
-
PROP_JENKINS_VERSION
public static final String PROP_JENKINS_VERSION
- See Also:
- Constant Field Values
-
PROP_PLUGIN_NAME
public static final String PROP_PLUGIN_NAME
- See Also:
- Constant Field Values
-
PROP_PLUGIN_VERSION
public static final String PROP_PLUGIN_VERSION
- See Also:
- Constant Field Values
-
JENKINS
public static final String JENKINS
- See Also:
- Constant Field Values
-
PLUGIN
public static final String PLUGIN
- See Also:
- Constant Field Values
-
RESTART
public static final String RESTART
- See Also:
- Constant Field Values
-
LOAD
public static final String LOAD
- See Also:
- Constant Field Values
-
PING
public static final String PING
- See Also:
- Constant Field Values
-
AZURE_SUBSCRIPTION_ID
public static final String AZURE_SUBSCRIPTION_ID
- See Also:
- Constant Field Values
-
AZURE_APP_INSIGHTS
public static final String AZURE_APP_INSIGHTS
- See Also:
- Constant Field Values
-
AZURE_BLOB_STORAGE
public static final String AZURE_BLOB_STORAGE
- See Also:
- Constant Field Values
-
AZURE_FILE_STORAGE
public static final String AZURE_FILE_STORAGE
- See Also:
- Constant Field Values
-
AZURE_REST
public static final String AZURE_REST
- See Also:
- Constant Field Values
-
AZURE_LOCATION
public static final String AZURE_LOCATION
- See Also:
- Constant Field Values
-
AZURE_CONTAINER_SERVICE
public static final String AZURE_CONTAINER_SERVICE
- See Also:
- Constant Field Values
-
DOCKER
public static final String DOCKER
- See Also:
- Constant Field Values
-
-