Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 595 Bytes

File metadata and controls

17 lines (9 loc) · 595 Bytes

CreateStatusOption

CreateStatusOption holds the information needed to create a new CommitStatus for a Commit

Properties

Name Type Description Notes
context String [optional]
description String [optional]
state String CommitStatusState holds the state of a CommitStatus It can be "pending", "success", "error", "failure", and "warning" [optional]
targetUrl String [optional]