Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.9 KB

Commitstatus.md

File metadata and controls

19 lines (16 loc) · 1.9 KB

Itofinity.Bitbucket.Rest.Model.Commitstatus

Properties

Name Type Description Notes
Type string
Links CommitstatusLinks [optional]
Uuid string The commit status' id. [optional]
Key string An identifier for the status that's unique to its type (current "build" is the only supported type) and the vendor, e.g. BB-DEPLOY [optional]
Refname string The name of the ref that pointed to this commit at the time the status object was created. Note that this the ref may since have moved off of the commit. This optional field can be useful for build systems whose build triggers and configuration are branch-dependent (e.g. a Pipeline build). It is legitimate for this field to not be set, or even apply (e.g. a static linting job). [optional]
Url string A URL linking back to the vendor or build system, for providing more information about whatever process produced this status. Accepts context variables `repository` and `commit` that Bitbucket will evaluate at runtime whenever at runtime. For example, one could use https://foo.com/builds/{repository.full_name} which Bitbucket will turn into https://foo.com/builds/foo/bar at render time. [optional]
State string Provides some indication of the status of this commit [optional]
Name string An identifier for the build itself, e.g. BB-DEPLOY-1 [optional]
Description string A description of the build (e.g. "Unit tests in Bamboo") [optional]
CreatedOn DateTime? [optional]
UpdatedOn DateTime? [optional]

[Back to Model list] [Back to API list] [Back to README]