Contents

CiAction

The data structure that represents an Xcode Cloud workflow action resource.

Declaration

object CiAction

Properties

NameTypeDescription
actionTypeCiActionType

The type of the action.

buildDistributionAudienceBuildAudienceType

A type that indicates whether a build’s artifact is eligible for release on the App Store.

destinationstring

A string that describes the destination Xcode Cloud uses for an action.

isRequiredToPassboolean

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

namestring

The name of the action; for example, archive or test.

platformstring

The platform Xcode Cloud uses for the action.

schemestring

The name of the scheme that Xcode Cloud uses to perform the action.

testConfigurationCiAction.TestConfiguration

An action’s test configuration. Only set this field for test actions.

Topics

Objects

See Also

Objects and Types