public static class RevisionApi.NotImplemented extends Object implements RevisionApi
RevisionApi.MergeListRequest, RevisionApi.NotImplemented| Constructor and Description |
|---|
NotImplemented() |
@Deprecated public void delete() throws RestApiException
delete in interface RevisionApiRestApiExceptionpublic ReviewResult review(ReviewInput in) throws RestApiException
review in interface RevisionApiRestApiExceptionpublic void submit()
throws RestApiException
submit in interface RevisionApiRestApiExceptionpublic void submit(SubmitInput in) throws RestApiException
submit in interface RevisionApiRestApiException@Deprecated public void publish() throws RestApiException
publish in interface RevisionApiRestApiExceptionpublic ChangeApi cherryPick(CherryPickInput in) throws RestApiException
cherryPick in interface RevisionApiRestApiExceptionpublic ChangeApi rebase() throws RestApiException
rebase in interface RevisionApiRestApiExceptionpublic ChangeApi rebase(RebaseInput in) throws RestApiException
rebase in interface RevisionApiRestApiExceptionpublic boolean canRebase()
throws RestApiException
canRebase in interface RevisionApiRestApiExceptionpublic RevisionReviewerApi reviewer(String id) throws RestApiException
reviewer in interface RevisionApiRestApiExceptionpublic void setReviewed(String path, boolean reviewed) throws RestApiException
setReviewed in interface RevisionApiRestApiExceptionpublic Set<String> reviewed() throws RestApiException
reviewed in interface RevisionApiRestApiExceptionpublic MergeableInfo mergeable() throws RestApiException
mergeable in interface RevisionApiRestApiExceptionpublic MergeableInfo mergeableOtherBranches() throws RestApiException
mergeableOtherBranches in interface RevisionApiRestApiExceptionpublic Map<String,FileInfo> files(String base) throws RestApiException
files in interface RevisionApiRestApiExceptionpublic Map<String,FileInfo> files(int parentNum) throws RestApiException
files in interface RevisionApiRestApiExceptionpublic Map<String,FileInfo> files() throws RestApiException
files in interface RevisionApiRestApiExceptionpublic List<String> queryFiles(String query) throws RestApiException
queryFiles in interface RevisionApiRestApiExceptionpublic FileApi file(String path)
file in interface RevisionApipublic CommitInfo commit(boolean addLinks) throws RestApiException
commit in interface RevisionApiRestApiExceptionpublic Map<String,List<CommentInfo>> comments() throws RestApiException
comments in interface RevisionApiRestApiExceptionpublic Map<String,List<RobotCommentInfo>> robotComments() throws RestApiException
robotComments in interface RevisionApiRestApiExceptionpublic List<CommentInfo> commentsAsList() throws RestApiException
commentsAsList in interface RevisionApiRestApiExceptionpublic List<CommentInfo> draftsAsList() throws RestApiException
draftsAsList in interface RevisionApiRestApiExceptionpublic List<RobotCommentInfo> robotCommentsAsList() throws RestApiException
robotCommentsAsList in interface RevisionApiRestApiExceptionpublic EditInfo applyFix(String fixId) throws RestApiException
RevisionApiapplyFix in interface RevisionApifixId - the ID of the fix which should be appliedRestApiException - if the fix couldn't be appliedpublic Map<String,List<CommentInfo>> drafts() throws RestApiException
drafts in interface RevisionApiRestApiExceptionpublic DraftApi createDraft(DraftInput in) throws RestApiException
createDraft in interface RevisionApiRestApiExceptionpublic DraftApi draft(String id) throws RestApiException
draft in interface RevisionApiRestApiExceptionpublic CommentApi comment(String id) throws RestApiException
comment in interface RevisionApiRestApiExceptionpublic RobotCommentApi robotComment(String id) throws RestApiException
robotComment in interface RevisionApiRestApiExceptionpublic BinaryResult patch() throws RestApiException
RevisionApipatch in interface RevisionApiRestApiExceptionpublic BinaryResult patch(String path) throws RestApiException
patch in interface RevisionApiRestApiExceptionpublic Map<String,ActionInfo> actions() throws RestApiException
actions in interface RevisionApiRestApiExceptionpublic SubmitType submitType() throws RestApiException
submitType in interface RevisionApiRestApiExceptionpublic BinaryResult submitPreview() throws RestApiException
submitPreview in interface RevisionApiRestApiExceptionpublic BinaryResult submitPreview(String format) throws RestApiException
submitPreview in interface RevisionApiRestApiExceptionpublic SubmitType testSubmitType(TestSubmitRuleInput in) throws RestApiException
testSubmitType in interface RevisionApiRestApiExceptionpublic RevisionApi.MergeListRequest getMergeList() throws RestApiException
getMergeList in interface RevisionApiRestApiExceptionpublic RelatedChangesInfo related() throws RestApiException
related in interface RevisionApiRestApiExceptionpublic com.google.common.collect.ListMultimap<String,ApprovalInfo> votes() throws RestApiException
RevisionApivotes in interface RevisionApiRestApiExceptionpublic void description(String description) throws RestApiException
description in interface RevisionApiRestApiExceptionpublic String description() throws RestApiException
description in interface RevisionApiRestApiExceptionpublic String etag() throws RestApiException
etag in interface RevisionApiRestApiException