Class Constants
java.lang.Object
org.sentrysoftware.maven.metricshub.connector.Constants
Constants for the plugin.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
CSS class for a medium-sized Bootstrap column with a width of 3.static final String
Name of the subdirectory that will contain the pages for each connectorstatic final String
Name of the subdirectory that will contain the pages for each tagstatic final com.fasterxml.jackson.databind.ObjectMapper
ObjectMapper provides functionality for reading the connector (YAML file) -
Constructor Summary
-
Method Summary
-
Field Details
-
YAML_OBJECT_MAPPER
public static final com.fasterxml.jackson.databind.ObjectMapper YAML_OBJECT_MAPPERObjectMapper provides functionality for reading the connector (YAML file) -
CONNECTOR_SUBDIRECTORY_NAME
Name of the subdirectory that will contain the pages for each connector- See Also:
-
TAG_SUBDIRECTORY_NAME
Name of the subdirectory that will contain the pages for each tag- See Also:
-
BOOTSTRAP_MEDIUM_3_CLASS
CSS class for a medium-sized Bootstrap column with a width of 3.- See Also:
-
-
Constructor Details
-
Constants
public Constants()
-