Interface CommitStatus

  • All Known Implementing Classes:
    ImmutableCommitStatus

    @Immutable
    public interface CommitStatus
    Single repository commit status resource
    See Also:
    "https://developer.github.com/v3/repos/statuses/#get-the-combined-status-for-a-specific-ref"
    • Method Detail

      • state

        @Nullable
        String state()
        The result of the status. Can be success, failure or pending.
        Returns:
        the string
      • statuses

        @Nullable
        List<Status> statuses()
        Statuses list.
        Returns:
        the list
      • sha

        @Nullable
        String sha()
        The commit SHA.
        Returns:
        the string