Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.19 KB

File metadata and controls

36 lines (25 loc) · 1.19 KB

Branch

Properties

Name Type Description Notes
baseProjectId String [optional]
branchProjectId String [optional]
name String [optional]
base String Name of the base branch this branch was created from. Only present for branches created with the newer branching system. [optional]
createdAt OffsetDateTime [optional]
updatedAt OffsetDateTime [optional]
mergedAt OffsetDateTime [optional]
mergedBy UserPreview [optional]
createdBy UserPreview [optional]
state StateEnum [optional]
childBranches List<String> [optional]

Enum: StateEnum

Name Value
CREATING_BRANCH "creating_branch"
MERGING_BRANCH "merging_branch"
SYNCING_BRANCH "syncing_branch"
MERGED "merged"
SUCCESS "success"
BRANCH_ERROR "branch_error"
MERGE_CONFLICT "merge_conflict"