Package org.gradle.jvm.test
Interface JvmTestSuiteBinarySpec.JvmTestSuiteTasks
-
- All Superinterfaces:
BinaryTasksCollection
,Collection<Task>
,DomainObjectCollection<Task>
,DomainObjectSet<Task>
,Iterable<Task>
,Set<Task>
,TestSuiteTaskCollection
- Enclosing interface:
- JvmTestSuiteBinarySpec
public static interface JvmTestSuiteBinarySpec.JvmTestSuiteTasks extends TestSuiteTaskCollection
Provides direct access to important build tasks of JVM test suites.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Test
getRun()
The run task.-
Methods inherited from interface org.gradle.platform.base.BinaryTasksCollection
create, getBuild, getCheck, taskName, taskName
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface org.gradle.api.DomainObjectCollection
all, all, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType
-
Methods inherited from interface org.gradle.api.DomainObjectSet
findAll, matching, matching, withType
-
-
-
-
Method Detail
-
getRun
Test getRun()
Description copied from interface:TestSuiteTaskCollection
The run task.- Specified by:
getRun
in interfaceTestSuiteTaskCollection
-
-