Interface BranchApi
public interface BranchApi
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(BranchInput in) void
delete()
Returns the content of a file from the HEAD revision.get()
reflog()
suggestCcs
(String query) suggestReviewers
(String query)
-
Method Details
-
create
- Throws:
RestApiException
-
get
- Throws:
RestApiException
-
delete
- Throws:
RestApiException
-
file
Returns the content of a file from the HEAD revision.- Throws:
RestApiException
-
reflog
- Throws:
RestApiException
-
suggestReviewers
- Throws:
RestApiException
-
getValidationOptions
- Throws:
RestApiException
-
suggestReviewers
- Throws:
RestApiException
-
suggestCcs
- Throws:
RestApiException
-