Class SumoConstants
- java.lang.Object
-
- com.sumologic.jenkins.jenkinssumologicplugin.constants.SumoConstants
-
public class SumoConstants extends Object
Sumo Logic plugin for Jenkins model.Sumo Constants
Created by Sourabh Jain on 5/2019.
-
-
Field Summary
Fields Modifier and Type Field Description static String
CARBON_CONTENT_TYPE
static String
COMMA_SEPARATOR
static String
CONSOLE_ERROR
static org.apache.commons.lang.time.FastDateFormat
DATETIME_FORMATTER
static int
DIVIDER_FOR_MESSAGES
static String
END_OF_PIPELINE
static String
GENERATION_ERROR
static String
GRAPHITE_CONTENT_TYPE
static String
IGNORE_PATTERN
static String
JENKINS_MAIN
static String
MAIN
static int
MAX_DATA_SIZE
static String
MONITOR_PATTERN_MATCHER
static String
PIPELINE
static String
SCM_ERROR
static List<String>
skipLoggerNames
static String
START_OF_PIPELINE
static String
SUMO_PIPELINE
-
-
-
Field Detail
-
SUMO_PIPELINE
public static final String SUMO_PIPELINE
- See Also:
- Constant Field Values
-
COMMA_SEPARATOR
public static final String COMMA_SEPARATOR
- See Also:
- Constant Field Values
-
MAIN
public static final String MAIN
- See Also:
- Constant Field Values
-
JENKINS_MAIN
public static final String JENKINS_MAIN
- See Also:
- Constant Field Values
-
DATETIME_FORMATTER
public static final org.apache.commons.lang.time.FastDateFormat DATETIME_FORMATTER
-
GENERATION_ERROR
public static final String GENERATION_ERROR
- See Also:
- Constant Field Values
-
CONSOLE_ERROR
public static final String CONSOLE_ERROR
- See Also:
- Constant Field Values
-
SCM_ERROR
public static final String SCM_ERROR
- See Also:
- Constant Field Values
-
GRAPHITE_CONTENT_TYPE
public static final String GRAPHITE_CONTENT_TYPE
- See Also:
- Constant Field Values
-
CARBON_CONTENT_TYPE
public static final String CARBON_CONTENT_TYPE
- See Also:
- Constant Field Values
-
IGNORE_PATTERN
public static final String IGNORE_PATTERN
- See Also:
- Constant Field Values
-
DIVIDER_FOR_MESSAGES
public static final int DIVIDER_FOR_MESSAGES
- See Also:
- Constant Field Values
-
MONITOR_PATTERN_MATCHER
public static final String MONITOR_PATTERN_MATCHER
- See Also:
- Constant Field Values
-
PIPELINE
public static final String PIPELINE
- See Also:
- Constant Field Values
-
START_OF_PIPELINE
public static final String START_OF_PIPELINE
- See Also:
- Constant Field Values
-
END_OF_PIPELINE
public static final String END_OF_PIPELINE
- See Also:
- Constant Field Values
-
MAX_DATA_SIZE
public static final int MAX_DATA_SIZE
- See Also:
- Constant Field Values
-
-