CiWorkflowCreateRequest.Data.Attributes
The attributes you set that describe the new Xcode Cloud workflow resource.
Declaration
object CiWorkflowCreateRequest.Data.AttributesProperties
| Name | Type | Description |
|---|---|---|
actions Required | [CiAction] | The workflow’s actions. |
clean Required | boolean | A Boolean value that indicates whether Xcode Cloud should perform a clean build. |
containerFilePath Required | string | The relative path to your Xcode project or workspace. |
description Required | string | The workflow description. |
isEnabled Required | boolean | A Boolean value that indicates whether the workflow is active or deactivated. |
name Required | string | The name of the workflow you want to create; for example, |
isLockedForEditing | boolean | A Boolean value that indicates whether edits to the workflow are restricted. |
pullRequestStartCondition | CiPullRequestStartCondition | A start condition that starts new builds for changes to a pull request. |
scheduledStartCondition | CiScheduledStartCondition | A start condition that starts new builds based on a custom schedule. |
branchStartCondition | CiBranchStartCondition | A start condition that starts new builds for changes to a branch. |
tagStartCondition | CiTagStartCondition | A start condition that starts new builds for changes to a tag. |
manualBranchStartCondition | CiManualBranchStartCondition | |
manualPullRequestStartCondition | CiManualPullRequestStartCondition | |
manualTagStartCondition | CiManualTagStartCondition |