Contents

CiWorkflowUpdateRequest.Data.Attributes

The attributes of the Workflows resource you’re changing with the update request.

Declaration

object CiWorkflowUpdateRequest.Data.Attributes

Properties

NameTypeDescription
actions[CiAction]

The workflow’s actions.

cleanboolean

A Boolean value that indicates whether Xcode Cloud should perform a clean build.

containerFilePathstring

The path to your Xcode project or workspace.

descriptionstring

The workflow description.

isEnabledboolean

A Boolean value that indicates whether the workflow is active or deactivated.

namestring

The name of the workflow you want to create; for example, My Workflow.

isLockedForEditingboolean

A Boolean value that indicates whether edits to the workflow are restricted.

pullRequestStartConditionCiPullRequestStartCondition

The workflow’s start condition for pull request changes.

scheduledStartConditionCiScheduledStartCondition

The workflow’s start condition that starts new builds on a custom schedule.

branchStartConditionCiBranchStartCondition

The workflow’s start condition that starts new builds for changes to a branch.

tagStartConditionCiTagStartCondition

The workflow’s start condition that starts new builds for changes to a tag.

manualBranchStartConditionCiManualBranchStartCondition

manualPullRequestStartConditionCiManualPullRequestStartCondition

manualTagStartConditionCiManualTagStartCondition

See Also

Objects