Package org.jacoco.core
Class JaCoCo
java.lang.Object
org.jacoco.core.JaCoCo
Static Meta information about JaCoCo.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Commit ID of the source tree of JaCoCo core.static final String
Shortened (7 digit) commit ID of the source tree of JaCoCo core.static final String
Absolute URL of the current JaCoCo home pagestatic final String
Name of the runtime package of this buildstatic final String
Qualified version of JaCoCo core. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
VERSION
Qualified version of JaCoCo core. -
COMMITID
Commit ID of the source tree of JaCoCo core. -
COMMITID_SHORT
Shortened (7 digit) commit ID of the source tree of JaCoCo core. -
HOMEURL
Absolute URL of the current JaCoCo home page -
RUNTIMEPACKAGE
Name of the runtime package of this build
-
-
Constructor Details
-
JaCoCo
private JaCoCo()
-