Interface BinaryTasksCollection

    • Method Detail

      • taskName

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

        String taskName​(String verb,
                        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.