Package org.gradle.jvm
Interface JarBinarySpec.TasksCollection
-
- All Superinterfaces:
BinaryTasksCollection,Collection<Task>,DomainObjectCollection<Task>,DomainObjectSet<Task>,Iterable<Task>,Set<Task>
- Enclosing interface:
- JarBinarySpec
public static interface JarBinarySpec.TasksCollection extends BinaryTasksCollection
Provides access to key tasks used for building the binary.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TaskgetJar()The jar task used to create an archive for this binary.-
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
addAllLater, addLater, all, all, configureEach, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType
-
Methods inherited from interface org.gradle.api.DomainObjectSet
findAll, matching, matching, withType
-
-
-
-
Method Detail
-
getJar
Task getJar()
The jar task used to create an archive for this binary.
-
-