Interface BuildableComponentSpec

    • Method Detail

      • getBuildTask

        @Nullable
        Task getBuildTask()
        Returns the task responsible for building this component.
      • setBuildTask

        void setBuildTask​(@Nullable
                          Task buildTask)
        Specifies the task responsible for building this component.
      • builtBy

        void builtBy​(java.lang.Object... tasks)
        Adds tasks required to build this component. Tasks added this way are subsequently added as dependencies of this component's build task.
      • hasBuildDependencies

        boolean hasBuildDependencies()