Contents

CiWorkflowCreateRequest.Data.Attributes

The attributes you set that describe the new Xcode Cloud workflow resource.

Declaration

object CiWorkflowCreateRequest.Data.Attributes

Properties

NameTypeDescription
actions Required[CiAction]

The workflow’s actions.

clean Requiredboolean

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

containerFilePath Requiredstring

The relative path to your Xcode project or workspace.

description Requiredstring

The workflow description.

isEnabled Requiredboolean

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

name Requiredstring

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

isLockedForEditingboolean

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

pullRequestStartConditionCiPullRequestStartCondition

A start condition that starts new builds for changes to a pull request.

scheduledStartConditionCiScheduledStartCondition

A start condition that starts new builds based on a custom schedule.

branchStartConditionCiBranchStartCondition

A start condition that starts new builds for changes to a branch.

tagStartConditionCiTagStartCondition

A start condition that starts new builds for changes to a tag.

manualBranchStartConditionCiManualBranchStartCondition

manualPullRequestStartConditionCiManualPullRequestStartCondition

manualTagStartConditionCiManualTagStartCondition

See Also

Objects