Package org.gradle.api.attributes
Interface VerificationType
- All Superinterfaces:
Named
Attribute to be used on variants containing the output verification checks (Test data, Jacoco results, etc) which specify the
type of verification data.
This attribute is usually found on variants that have the Category
attribute valued at Category.VERIFICATION
.
- Since:
- 7.4
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
Named.Namer
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Binary results of running tests containing pass/fail informationstatic final String
A list of directories containing source code, includes code in transitive dependenciesstatic final String
Binary test coverage data gathered by JaCoCostatic final Attribute<VerificationType>
-
Method Summary
-
Field Details
-
VERIFICATION_TYPE_ATTRIBUTE
-
MAIN_SOURCES
A list of directories containing source code, includes code in transitive dependencies- See Also:
-
JACOCO_RESULTS
Binary results of running tests containing pass/fail information- See Also:
-
TEST_RESULTS
Binary test coverage data gathered by JaCoCo- See Also:
-