Interface CheckableComponentSpec
- All Superinterfaces:
ComponentSpec, ModelElement, Named
- All Known Subinterfaces:
ApplicationBinarySpec, BinarySpec, CUnitTestSuiteBinarySpec, GoogleTestTestSuiteBinarySpec, LibraryBinarySpec, NativeBinarySpec, NativeExecutableBinarySpec, NativeLibraryBinarySpec, NativeTestSuiteBinarySpec, SharedLibraryBinarySpec, StaticLibraryBinarySpec, TestSuiteBinarySpec
- All Known Implementing Classes:
org.gradle.api.internal.AbstractBuildableComponentSpec, org.gradle.language.base.internal.AbstractLanguageSourceSet, BaseBinarySpec, BaseLanguageSourceSet
Deprecated.
A
ComponentSpec that is directly checkable via a specified task.-
Nested Class Summary
Nested classes/interfaces inherited from interface Named
Named.Namer -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Adds tasks required to check this component.@Nullable TaskDeprecated.Returns the task responsible for checking this component.voidsetCheckTask(@Nullable Task checkTask) Deprecated.Specifies the task responsible for checking this component.Methods inherited from interface ComponentSpec
getProjectPathMethods inherited from interface ModelElement
getDisplayName, getName
-
Method Details
-
getCheckTask
-
setCheckTask
Deprecated.Specifies the task responsible for checking this component. -
checkedBy
Deprecated.Adds tasks required to check this component. Tasks added this way are subsequently added as dependencies of this component'scheck task.
-