CiAction
The data structure that represents an Xcode Cloud workflow action resource.
Declaration
object CiActionProperties
| Name | Type | Description |
|---|---|---|
actionType | CiActionType | The type of the action. |
buildDistributionAudience | BuildAudienceType | A type that indicates whether a build’s artifact is eligible for release on the App Store. |
destination | string | A string that describes the destination Xcode Cloud uses for an action. |
isRequiredToPass | boolean | A Boolean value that indicates whether the action must succeed in order for a build to succeed. |
name | string | The name of the action; for example, archive or test. |
platform | string | The platform Xcode Cloud uses for the action. |
scheme | string | The name of the scheme that Xcode Cloud uses to perform the action. |
testConfiguration | CiAction.TestConfiguration | An action’s test configuration. Only set this field for test actions. |