public class BranchApiImpl
extends java.lang.Object
implements com.google.gerrit.extensions.api.projects.BranchApi
| Modifier and Type | Method and Description |
|---|---|
com.google.gerrit.extensions.api.projects.BranchApi |
create(com.google.gerrit.extensions.api.projects.BranchInput input) |
void |
delete() |
com.google.gerrit.extensions.restapi.BinaryResult |
file(java.lang.String path) |
com.google.gerrit.extensions.api.projects.BranchInfo |
get() |
public com.google.gerrit.extensions.api.projects.BranchApi create(com.google.gerrit.extensions.api.projects.BranchInput input)
throws com.google.gerrit.extensions.restapi.RestApiException
create in interface com.google.gerrit.extensions.api.projects.BranchApicom.google.gerrit.extensions.restapi.RestApiExceptionpublic com.google.gerrit.extensions.api.projects.BranchInfo get()
throws com.google.gerrit.extensions.restapi.RestApiException
get in interface com.google.gerrit.extensions.api.projects.BranchApicom.google.gerrit.extensions.restapi.RestApiExceptionpublic void delete()
throws com.google.gerrit.extensions.restapi.RestApiException
delete in interface com.google.gerrit.extensions.api.projects.BranchApicom.google.gerrit.extensions.restapi.RestApiExceptionpublic com.google.gerrit.extensions.restapi.BinaryResult file(java.lang.String path)
throws com.google.gerrit.extensions.restapi.RestApiException
file in interface com.google.gerrit.extensions.api.projects.BranchApicom.google.gerrit.extensions.restapi.RestApiException