Search
Branch
Branch
A project branch.
Branch instances are snapshots. Fetch the branch again after an operation to read its latest metadata.
Methods & Properties
Editor URL that opens this branch.
Whether the current user is a contributor to this branch.
ISO 8601 timestamp of the latest edit made directly to this branch.
User who created the branch, or null when they are no longer in the project.
The branch this branch was created from, or null when this is the main branch or its base no longer exists.
Switches the editor and subsequent plugin edits to this branch.
Gets the changes in this branch relative to its base branch.
Adds the current user as a contributor to this branch.
Removes the current user as a contributor to this branch when permitted.
Renames this branch when the current user has joined it.
Deletes this branch when the current user has joined it. Deleting the active branch switches the editor to its base branch.
Merges this branch into its base branch or a compatible target, then switches the editor to the merge target.