Interface BuildInvocations

    • Method Detail

      • getTaskSelectors

        DomainObjectSet<? extends TaskSelector> getTaskSelectors()
        Returns tasks selectors that can be used to execute a build. Selector is a Launchable that requests to build all tasks with a given name in context of some project and all its subprojects.
        Returns:
        The task selectors.
        Since:
        1.12
      • getTasks

        DomainObjectSet<? extends Task> getTasks()
        Returns the tasks that can be used to execute a build.
        Returns:
        The tasks.
        Since:
        1.12