Interface ExecutionStatusProvider

    • Method Detail

      • numberOfExecutions

        int numberOfExecutions​(@NotNull
                               @NotNull PlanKey planKey)
        Returns the number of current ExecutionStatuss available for PlanKey
        Parameters:
        planKey -
        Returns:
        noOfExecutions
      • getJobExecution

        @Nullable
        @Nullable BuildExecution getJobExecution​(@NotNull
                                                 @NotNull PlanResultKey planResultKey)
        Get the state of a single Job being executed
        Parameters:
        planResultKey -
        Returns: