java.lang.Object
org.sentrysoftware.maven.metricshub.connector.Constants

public class Constants extends Object
Constants for the plugin.
  • Field Details

    • YAML_OBJECT_MAPPER

      public static final com.fasterxml.jackson.databind.ObjectMapper YAML_OBJECT_MAPPER
      ObjectMapper provides functionality for reading the connector (YAML file)
    • CONNECTOR_SUBDIRECTORY_NAME

      public static final String CONNECTOR_SUBDIRECTORY_NAME
      Name of the subdirectory that will contain the pages for each connector
      See Also:
    • TAG_SUBDIRECTORY_NAME

      public static final String TAG_SUBDIRECTORY_NAME
      Name of the subdirectory that will contain the pages for each tag
      See Also:
    • BOOTSTRAP_MEDIUM_3_CLASS

      public static final String BOOTSTRAP_MEDIUM_3_CLASS
      CSS class for a medium-sized Bootstrap column with a width of 3.
      See Also:
  • Constructor Details

    • Constants

      public Constants()