Branches
Create a new project branch
projects.branches.create(**kwargs) -> ProjectBranch { branch, config_commit, latest_build, 3 more }
POST/v0/projects/{project}/branches
Retrieve a project branch
projects.branches.retrieve(branch, **kwargs) -> ProjectBranch { branch, config_commit, latest_build, 3 more }
GET/v0/projects/{project}/branches/{branch}
List project branches
projects.branches.list(**kwargs) -> Page<BranchListResponse { branch, config_commit, latest_build_id, 3 more } >
GET/v0/projects/{project}/branches
Delete a project branch
projects.branches.delete(branch, **kwargs) -> BranchDeleteResponse
DELETE/v0/projects/{project}/branches/{branch}
Rebase a project branch
projects.branches.rebase(branch, **kwargs) -> ProjectBranch { branch, config_commit, latest_build, 3 more }
PUT/v0/projects/{project}/branches/{branch}/rebase
Reset
projects.branches.reset(branch, **kwargs) -> ProjectBranch { branch, config_commit, latest_build, 3 more }
PUT/v0/projects/{project}/branches/{branch}/reset
ModelsExpand Collapse
class ProjectBranch { branch, config_commit, latest_build, 3 more }
class ProjectBranch { branch, config_commit, latest_build, 3 more }
A project branch names a line of development for a project. Like a Git branch, it points to a Git commit with a set of config files. In addition, a project branch also points to a set of custom code changes, corresponding to Git branches in the staging repos.
targets: { cli, csharp, go, 10 more}
targets: { cli, csharp, go, 10 more}
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
commit: { status} | { status} | { status} | { commit, completed, completed_at, 3 more}
class BranchListResponse { branch, config_commit, latest_build_id, 3 more }
class BranchListResponse { branch, config_commit, latest_build_id, 3 more }
A project branch names a line of development for a project. Like a Git branch, it points to a Git commit with a set of config files. In addition, a project branch also points to a set of custom code changes, corresponding to Git branches in the staging repos.