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 SummaryNested classes/interfaces inherited from interface org.gradle.api.NamedNamed.Namer
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringBinary test coverage data gathered by JaCoCostatic final StringA list of directories containing source code, includes code in transitive dependenciesstatic final StringBinary results of running tests containing pass/fail informationstatic final Attribute<VerificationType> 
- 
Method Summary
- 
Field Details- 
VERIFICATION_TYPE_ATTRIBUTE
- 
MAIN_SOURCESA list of directories containing source code, includes code in transitive dependencies- See Also:
 
- 
JACOCO_RESULTSBinary test coverage data gathered by JaCoCo- See Also:
 
- 
TEST_RESULTSBinary results of running tests containing pass/fail information- See Also:
 
 
-