Class BranchApi.NotImplemented
- java.lang.Object
-
- com.google.gerrit.extensions.api.projects.BranchApi.NotImplemented
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.api.projects.BranchApi
BranchApi.NotImplemented
-
-
Constructor Summary
Constructors Constructor Description NotImplemented()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BranchApi
create(BranchInput in)
void
delete()
BinaryResult
file(String path)
Returns the content of a file from the HEAD revision.BranchInfo
get()
List<ReflogEntryInfo>
reflog()
-
-
-
Method Detail
-
create
public BranchApi create(BranchInput in) throws RestApiException
- Specified by:
create
in interfaceBranchApi
- Throws:
RestApiException
-
get
public BranchInfo get() throws RestApiException
- Specified by:
get
in interfaceBranchApi
- Throws:
RestApiException
-
delete
public void delete() throws RestApiException
- Specified by:
delete
in interfaceBranchApi
- Throws:
RestApiException
-
file
public BinaryResult file(String path) throws RestApiException
Description copied from interface:BranchApi
Returns the content of a file from the HEAD revision.- Specified by:
file
in interfaceBranchApi
- Throws:
RestApiException
-
reflog
public List<ReflogEntryInfo> reflog() throws RestApiException
- Specified by:
reflog
in interfaceBranchApi
- Throws:
RestApiException
-
-