https://platform.codeclimate.com/schemas/delivery-workflow
A configuration for running a Build within a CI system.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | DeliveryWorkflow.schema.json |
object
(DeliveryWorkflow)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
_type | string |
Required | cannot be null | DeliveryWorkflow |
id | string |
Required | cannot be null | DeliveryWorkflow |
self | string |
Required | cannot be null | DeliveryWorkflow |
name | string |
Required | cannot be null | DeliveryWorkflow |
htmlUrl | string |
Optional | cannot be null | DeliveryWorkflow |
createdAt | string |
Optional | cannot be null | DeliveryWorkflow |
updatedAt | string |
Optional | cannot be null | DeliveryWorkflow |
deletedAt | string |
Optional | cannot be null | DeliveryWorkflow |
_type
- is required
- Type:
string
- cannot be null
- defined in: DeliveryWorkflow
string
constant: the value of this property must be equal to:
"DeliveryWorkflow"
The unique ID of this Workflow.
id
- is required
- Type:
string
- cannot be null
- defined in: DeliveryWorkflow
string
The canonical URI for this record.
self
- is required
- Type:
string
- cannot be null
- defined in: DeliveryWorkflow
string
URI: the string must be a URI, according to RFC 3986
The name of this Workflow.
name
- is required
- Type:
string
- cannot be null
- defined in: DeliveryWorkflow
string
The URL to view this Workflow.
htmlUrl
- is optional
- Type:
string
- cannot be null
- defined in: DeliveryWorkflow
string
URI: the string must be a URI, according to RFC 3986
The time this Workflow was created.
createdAt
- is optional
- Type:
string
- cannot be null
- defined in: DeliveryWorkflow
string
date time: the string must be a date time string, according to RFC 3339, section 5.6
The time this Workflow was last updated.
updatedAt
- is optional
- Type:
string
- cannot be null
- defined in: DeliveryWorkflow
string
date time: the string must be a date time string, according to RFC 3339, section 5.6
The time Workflow was deleted.
deletedAt
- is optional
- Type:
string
- cannot be null
- defined in: DeliveryWorkflow
string
date time: the string must be a date time string, according to RFC 3339, section 5.6