Interface BinaryTasksCollection

    • Method Detail

      • taskName

        java.lang.String taskName​(java.lang.String verb)
        Generates a name for a task that performs some action on the binary.
      • taskName

        java.lang.String taskName​(java.lang.String verb,
                                  java.lang.String object)
        Generates a name for a task that performs some action on the binary.
      • getBuild

        Task getBuild()
        The task that can be used to assemble this binary.
      • getCheck

        Task getCheck()
        The task that can be used to check this binary.
      • create

        <T extends Task> void create​(java.lang.String name,
                                     java.lang.Class<T> type,
                                     Action<? super T> config)