Contents

CiBuildAction.Attributes

The attributes that describe a Build Actions resource.

Declaration

object CiBuildAction.Attributes

Properties

NameTypeDescription
actionTypeCiActionType

The type of the build action.

completionStatusCiCompletionStatus

The status of the action.

executionProgressCiExecutionProgress

A string that indicates the progress of the build action.

finishedDatedate-time

The date and time when Xcode Cloud finished performing the action.

isRequiredToPassboolean

A Boolean value that indicates whether the action must succeed in order for a build to succeed.

issueCountsCiIssueCounts

An integer value that represents the number of issues Xcode Cloud encountered when it performed the action.

namestring

The name of the build action; for example, Archive iOS.

startedDatedate-time

The date and time when Xcode Cloud started performing the action.

Topics

Types

See Also

Objects