Interface CombinedStatus

CombinedStatus holds the combined state of several statuses for a single commit

Hierarchy

  • CombinedStatus

Properties

commit_url?: string
repository?: Repository

Repository represents a repository

sha?: string
state?: string

CommitStatusState holds the state of a CommitStatus It can be "pending", "success", "error", "failure", and "warning"

statuses?: CommitStatus[]
total_count?: number

Format

int64

url?: string

Generated using TypeDoc