Interface ExecutionPlan


  • @ProviderType
    public interface ExecutionPlan
    Holds a list of tasks that perform package installation related operations.
    • Method Detail

      • getId

        @Nonnull
        String getId()
        An id of the execution plan.
        Returns:
        the id.
      • isExecuted

        boolean isExecuted()
        Checks if this plan has finished.
        Returns:
        true if executed.
      • hasErrors

        boolean hasErrors()
        checks if this plan has error
        Returns:
        true if it has errors.