Interface IncludedBuild

  • All Known Subinterfaces:
    ConfigurableIncludedBuild

    public interface IncludedBuild
    A build that is included in the composite.
    Since:
    3.1
    • Method Detail

      • getName

        String getName()
        The name of the included build.
      • getProjectDir

        File getProjectDir()
        The root directory of the included build.
      • task

        TaskReference task​(String path)
        Produces a reference to a task in the included build.