public interface RevisionApi
| Modifier and Type | Interface and Description |
|---|---|
static class |
RevisionApi.MergeListRequest |
static class |
RevisionApi.NotImplemented
A default implementation which allows source compatibility when adding new methods to the
interface.
|
@Deprecated void delete() throws RestApiException
RestApiExceptionString description() throws RestApiException
RestApiExceptionvoid description(String description) throws RestApiException
RestApiExceptionReviewResult review(ReviewInput in) throws RestApiException
RestApiExceptionvoid submit()
throws RestApiException
RestApiExceptionvoid submit(SubmitInput in) throws RestApiException
RestApiExceptionBinaryResult submitPreview() throws RestApiException
RestApiExceptionBinaryResult submitPreview(String format) throws RestApiException
RestApiException@Deprecated void publish() throws RestApiException
RestApiExceptionChangeApi cherryPick(CherryPickInput in) throws RestApiException
RestApiExceptionCherryPickChangeInfo cherryPickAsInfo(CherryPickInput in) throws RestApiException
RestApiExceptionChangeApi rebase() throws RestApiException
RestApiExceptionChangeApi rebase(RebaseInput in) throws RestApiException
RestApiExceptionboolean canRebase()
throws RestApiException
RestApiExceptionRevisionReviewerApi reviewer(String id) throws RestApiException
RestApiExceptionvoid setReviewed(String path, boolean reviewed) throws RestApiException
RestApiExceptionSet<String> reviewed() throws RestApiException
RestApiExceptionMap<String,FileInfo> files() throws RestApiException
RestApiExceptionMap<String,FileInfo> files(String base) throws RestApiException
RestApiExceptionMap<String,FileInfo> files(int parentNum) throws RestApiException
RestApiExceptionList<String> queryFiles(String query) throws RestApiException
RestApiExceptionCommitInfo commit(boolean addLinks) throws RestApiException
RestApiExceptionMergeableInfo mergeable() throws RestApiException
RestApiExceptionMergeableInfo mergeableOtherBranches() throws RestApiException
RestApiExceptionMap<String,List<CommentInfo>> comments() throws RestApiException
RestApiExceptionMap<String,List<RobotCommentInfo>> robotComments() throws RestApiException
RestApiExceptionMap<String,List<CommentInfo>> drafts() throws RestApiException
RestApiExceptionList<CommentInfo> commentsAsList() throws RestApiException
RestApiExceptionList<CommentInfo> draftsAsList() throws RestApiException
RestApiExceptionList<RobotCommentInfo> robotCommentsAsList() throws RestApiException
RestApiExceptionEditInfo applyFix(String fixId) throws RestApiException
fixId - the ID of the fix which should be appliedRestApiException - if the fix couldn't be appliedDraftApi createDraft(DraftInput in) throws RestApiException
RestApiExceptionDraftApi draft(String id) throws RestApiException
RestApiExceptionCommentApi comment(String id) throws RestApiException
RestApiExceptionRobotCommentApi robotComment(String id) throws RestApiException
RestApiExceptionString etag() throws RestApiException
RestApiExceptionBinaryResult patch() throws RestApiException
RestApiExceptionBinaryResult patch(String path) throws RestApiException
RestApiExceptionMap<String,ActionInfo> actions() throws RestApiException
RestApiExceptionSubmitType submitType() throws RestApiException
RestApiExceptionSubmitType testSubmitType(TestSubmitRuleInput in) throws RestApiException
RestApiExceptionList<TestSubmitRuleInfo> testSubmitRule(TestSubmitRuleInput in) throws RestApiException
RestApiExceptionRevisionApi.MergeListRequest getMergeList() throws RestApiException
RestApiExceptionRelatedChangesInfo related() throws RestApiException
RestApiExceptioncom.google.common.collect.ListMultimap<String,ApprovalInfo> votes() throws RestApiException
RestApiException