CiBuildRun.Attributes
The attributes that describe a Build Runs resource.
Declaration
object CiBuildRun.AttributesProperties
| Name | Type | Description |
|---|---|---|
cancelReason | string | A string that indicates the reason for a canceled build. |
completionStatus | CiCompletionStatus | A string that indicates the status of a completed build. |
createdDate | date-time | The date and time when Xcode Cloud created the build. |
destinationCommit | CiBuildRun.Attributes.DestinationCommit | Detailed information about the commit of a pull request build’s target branch. This value is only available to builds from pull requests. |
executionProgress | CiExecutionProgress | A string that indicates the progress of the build action. |
finishedDate | date-time | The date and time when Xcode Cloud completed the build. |
isPullRequestBuild | boolean | A Boolean value that indicates whether the build was started by a change to a pull request. |
issueCounts | CiIssueCounts | An integer value that represents the number of issues Xcode Cloud encountered when it performed the build. |
number | integer | The Xcode Cloud build number. |
sourceCommit | CiBuildRun.Attributes.SourceCommit | Detailed information about the commit of a pull request build’s source branch. This value is only available to builds from pull requests. |
startedDate | date-time | The date and time when Xcode Cloud started the build. |
startReason | string | A string that indicates what started the build. |