Interface NativeExecutableBinarySpec.TasksCollection

All Superinterfaces:
BinaryTasksCollection, Collection<Task>, DomainObjectCollection<Task>, DomainObjectSet<Task>, Iterable<Task>, Set<Task>
Enclosing interface:
NativeExecutableBinarySpec

public static interface NativeExecutableBinarySpec.TasksCollection extends BinaryTasksCollection
Provides access to key tasks used for building the binary.
  • Method Details

    • getLink

      Task getLink()
      The link task.
    • getInstall

      Task getInstall()
      The install task.