Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CombinedStatus

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

export
interface

CombinedStatus

Hierarchy

  • CombinedStatus

Index

Properties

commit_url?: string
memberof

CombinedStatus

repository?: Repository
memberof

CombinedStatus

sha?: string
memberof

CombinedStatus

state?: string

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

memberof

CombinedStatus

statuses?: CommitStatus[]
memberof

CombinedStatus

total_count?: number
memberof

CombinedStatus

url?: string
memberof

CombinedStatus

Generated using TypeDoc