public static class RevisionApi.NotImplemented extends Object implements RevisionApi
RevisionApi.MergeListRequest, RevisionApi.NotImplemented| Constructor and Description |
|---|
NotImplemented() |
public void delete()
delete in interface RevisionApipublic void review(ReviewInput in)
review in interface RevisionApipublic void submit()
submit in interface RevisionApipublic void submit(SubmitInput in)
submit in interface RevisionApipublic void publish()
publish in interface RevisionApipublic ChangeApi cherryPick(CherryPickInput in)
cherryPick in interface RevisionApipublic ChangeApi rebase()
rebase in interface RevisionApipublic ChangeApi rebase(RebaseInput in)
rebase in interface RevisionApipublic boolean canRebase()
canRebase in interface RevisionApipublic RevisionReviewerApi reviewer(String id)
reviewer in interface RevisionApipublic void setReviewed(String path, boolean reviewed)
setReviewed in interface RevisionApipublic Set<String> reviewed()
reviewed in interface RevisionApipublic MergeableInfo mergeable()
mergeable in interface RevisionApipublic MergeableInfo mergeableOtherBranches()
mergeableOtherBranches in interface RevisionApipublic Map<String,FileInfo> files(int parentNum)
files in interface RevisionApipublic Map<String,FileInfo> files()
files in interface RevisionApipublic FileApi file(String path)
file in interface RevisionApipublic Map<String,List<CommentInfo>> comments()
comments in interface RevisionApipublic Map<String,List<RobotCommentInfo>> robotComments()
robotComments in interface RevisionApipublic List<CommentInfo> commentsAsList()
commentsAsList in interface RevisionApipublic List<CommentInfo> draftsAsList()
draftsAsList in interface RevisionApipublic List<RobotCommentInfo> robotCommentsAsList()
robotCommentsAsList in interface RevisionApipublic Map<String,List<CommentInfo>> drafts()
drafts in interface RevisionApipublic DraftApi createDraft(DraftInput in)
createDraft in interface RevisionApipublic DraftApi draft(String id)
draft in interface RevisionApipublic CommentApi comment(String id)
comment in interface RevisionApipublic RobotCommentApi robotComment(String id)
robotComment in interface RevisionApipublic BinaryResult patch()
RevisionApipatch in interface RevisionApipublic BinaryResult patch(String path)
patch in interface RevisionApipublic Map<String,ActionInfo> actions()
actions in interface RevisionApipublic SubmitType submitType()
submitType in interface RevisionApipublic BinaryResult submitPreview()
submitPreview in interface RevisionApipublic BinaryResult submitPreview(String format)
submitPreview in interface RevisionApipublic SubmitType testSubmitType(TestSubmitRuleInput in)
testSubmitType in interface RevisionApipublic RevisionApi.MergeListRequest getMergeList()
getMergeList in interface RevisionApipublic void description(String description)
description in interface RevisionApipublic String description()
description in interface RevisionApipublic String etag()
etag in interface RevisionApi