CiBuildAction.Attributes
The attributes that describe a Build Actions resource.
Declaration
object CiBuildAction.AttributesProperties
| Name | Type | Description |
|---|---|---|
actionType | CiActionType | The type of the build action. |
completionStatus | CiCompletionStatus | The status of the action. |
executionProgress | CiExecutionProgress | A string that indicates the progress of the build action. |
finishedDate | date-time | The date and time when Xcode Cloud finished performing the action. |
isRequiredToPass | boolean | A Boolean value that indicates whether the action must succeed in order for a build to succeed. |
issueCounts | CiIssueCounts | An integer value that represents the number of issues Xcode Cloud encountered when it performed the action. |
name | string | The name of the build action; for example, |
startedDate | date-time | The date and time when Xcode Cloud started performing the action. |