Interface ImmutableChainResultsSummary

    • Method Detail

      • getFailedJobResults

        @NotNull
        @NotNull List<BuildResultsSummary> getFailedJobResults()
        Get a list of all failed job Results in this chain result
        Returns:
        a list of all failed job Results in this chain result
      • getTotalJobCount

        int getTotalJobCount()
        Returns:
        how many job results exist
      • getOrderedJobResultSummaries

        @NotNull
        @NotNull List<ResultsSummary> getOrderedJobResultSummaries()
        Returns all jobs ResultsSummary related to chain result summary Summaries are ordered by stages
        Returns:
      • isContinuable

        boolean isContinuable()
        Indicates that Chain execution has been stopped on manual stage and is waiting for user action
        Returns:
      • isRestartable

        boolean isRestartable()
        Indicates that Chain execution has been failed and could be restarted from failure place
        Returns:
      • getMergeResult

        @Nullable
        @Nullable MergeResultSummary getMergeResult()
        Note: this API is experimental.
        Since:
        4.0
      • getFixedInResult

        @Nullable
        @Nullable Integer getFixedInResult()
        Get build result that this build was fixed in. If the build is succussful it will be null. If there is no successful build after this it will also be null. If the fixed in build is deleted. This will still reference the deleted result.
        Returns:
      • isSpecsResult

        boolean isSpecsResult()
        Since:
        7.1