Contents

CiWorkflow.Attributes

The attributes that describe a Workflows resource.

Declaration

object CiWorkflow.Attributes

Properties

NameTypeDescription
actions[CiAction]

The actions that are part of the workflow.

cleanboolean

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

containerFilePathstring

The relative path to your Xcode project or workspace.

descriptionstring

The workflow’s description.

isEnabledboolean

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

isLockedForEditingboolean

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

lastModifiedDatedate-time

The date and time when the workflow was last modified.

namestring

The name of the Xcode Cloud workflow; for example, My Workflow.

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

Topics

Objects

See Also

Objects