Interface CheckableComponentSpec

    • Method Detail

      • getCheckTask

        @Nullable
        Task getCheckTask()
        Returns the task responsible for checking this component.
      • setCheckTask

        void setCheckTask​(@Nullable
                          Task checkTask)
        Specifies the task responsible for checking this component.
      • checkedBy

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