CiWorkflowUpdateRequest.Data.Attributes
The attributes of the Workflows resource you’re changing with the update request.
Declaration
object CiWorkflowUpdateRequest.Data.AttributesProperties
| Name | Type | Description |
|---|---|---|
actions | [CiAction] | The workflow’s actions. |
clean | boolean | A Boolean value that indicates whether Xcode Cloud should perform a clean build. |
containerFilePath | string | The path to your Xcode project or workspace. |
description | string | The workflow description. |
isEnabled | boolean | A Boolean value that indicates whether the workflow is active or deactivated. |
name | 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 | The workflow’s start condition for pull request changes. |
scheduledStartCondition | CiScheduledStartCondition | The workflow’s start condition that starts new builds on a custom schedule. |
branchStartCondition | CiBranchStartCondition | The workflow’s start condition that starts new builds for changes to a branch. |
tagStartCondition | CiTagStartCondition | The workflow’s start condition that starts new builds for changes to a tag. |
manualBranchStartCondition | CiManualBranchStartCondition | |
manualPullRequestStartCondition | CiManualPullRequestStartCondition | |
manualTagStartCondition | CiManualTagStartCondition |