Constant Field Values

Contents

org.apache.*

  • org.apache.maven.plugin.failsafe.util.FailsafeSummaryXmlUtils 
    Modifier and Type Constant Field Value
    private static final java.lang.String FAILSAFE_SUMMARY_XML_NIL_ATTR " xsi:nil=\"true\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\""
    private static final java.lang.String FAILSAFE_SUMMARY_XML_SCHEMA_LOCATION "https://maven.apache.org/surefire/maven-surefire-plugin/xsd/failsafe-summary.xsd"
    private static final java.lang.String FAILSAFE_SUMMARY_XML_TEMPLATE "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<failsafe-summary xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:noNamespaceSchemaLocation=\"https://maven.apache.org/surefire/maven-surefire-plugin/xsd/failsafe-summary.xsd\" result=\"%s\" timeout=\"%s\">\n <completed>%d</completed>\n <errors>%d</errors>\n <failures>%d</failures>\n <skipped>%d</skipped>\n <failureMessage%s>%s</failureMessage>\n</failsafe-summary>"
  • org.apache.maven.plugin.surefire.HelpMojo 
    Modifier and Type Constant Field Value
    private static final int DEFAULT_LINE_LENGTH 80
    private static final java.lang.String PLUGIN_HELP_PATH "/META-INF/maven/org.apache.maven.plugins/maven-surefire-plugin/plugin-help.xml"
  • org.apache.maven.plugins.surefire.report.HelpMojo 
    Modifier and Type Constant Field Value
    private static final int DEFAULT_LINE_LENGTH 80
    private static final java.lang.String PLUGIN_HELP_PATH "/META-INF/maven/org.apache.maven.plugins/maven-surefire-report-plugin/plugin-help.xml"
  • org.apache.maven.plugins.surefire.report.SurefireReportGenerator 
    Modifier and Type Constant Field Value
    private static final int LEFT 1