public static class RevisionApi.NotImplemented extends Object implements RevisionApi
RevisionApi.MergeListRequest, RevisionApi.NotImplemented
Constructor and Description |
---|
NotImplemented() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
delete, files, publish, rebase, submit, submitPreview
public ReviewResult review(ReviewInput in) throws RestApiException
review
in interface RevisionApi
RestApiException
public void submit(SubmitInput in) throws RestApiException
submit
in interface RevisionApi
RestApiException
public ChangeApi cherryPick(CherryPickInput in) throws RestApiException
cherryPick
in interface RevisionApi
RestApiException
public CherryPickChangeInfo cherryPickAsInfo(CherryPickInput in) throws RestApiException
cherryPickAsInfo
in interface RevisionApi
RestApiException
public ChangeApi rebase(RebaseInput in) throws RestApiException
rebase
in interface RevisionApi
RestApiException
public boolean canRebase() throws RestApiException
canRebase
in interface RevisionApi
RestApiException
public RevisionReviewerApi reviewer(String id) throws RestApiException
reviewer
in interface RevisionApi
RestApiException
public void setReviewed(String path, boolean reviewed) throws RestApiException
setReviewed
in interface RevisionApi
RestApiException
public Set<String> reviewed() throws RestApiException
reviewed
in interface RevisionApi
RestApiException
public MergeableInfo mergeable() throws RestApiException
mergeable
in interface RevisionApi
RestApiException
public MergeableInfo mergeableOtherBranches() throws RestApiException
mergeableOtherBranches
in interface RevisionApi
RestApiException
public Map<String,FileInfo> files(String base) throws RestApiException
files
in interface RevisionApi
RestApiException
public Map<String,FileInfo> files(int parentNum) throws RestApiException
files
in interface RevisionApi
RestApiException
public List<String> queryFiles(String query) throws RestApiException
queryFiles
in interface RevisionApi
RestApiException
public FileApi file(String path)
file
in interface RevisionApi
public CommitInfo commit(boolean addLinks) throws RestApiException
commit
in interface RevisionApi
RestApiException
public Map<String,List<CommentInfo>> comments() throws RestApiException
comments
in interface RevisionApi
RestApiException
public Map<String,List<RobotCommentInfo>> robotComments() throws RestApiException
robotComments
in interface RevisionApi
RestApiException
public List<CommentInfo> commentsAsList() throws RestApiException
commentsAsList
in interface RevisionApi
RestApiException
public List<CommentInfo> draftsAsList() throws RestApiException
draftsAsList
in interface RevisionApi
RestApiException
public List<RobotCommentInfo> robotCommentsAsList() throws RestApiException
robotCommentsAsList
in interface RevisionApi
RestApiException
public EditInfo applyFix(String fixId) throws RestApiException
RevisionApi
applyFix
in interface RevisionApi
fixId
- 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 RevisionApi
RestApiException
public DraftApi createDraft(DraftInput in) throws RestApiException
createDraft
in interface RevisionApi
RestApiException
public DraftApi draft(String id) throws RestApiException
draft
in interface RevisionApi
RestApiException
public CommentApi comment(String id) throws RestApiException
comment
in interface RevisionApi
RestApiException
public RobotCommentApi robotComment(String id) throws RestApiException
robotComment
in interface RevisionApi
RestApiException
public BinaryResult patch() throws RestApiException
RevisionApi
patch
in interface RevisionApi
RestApiException
public BinaryResult patch(String path) throws RestApiException
patch
in interface RevisionApi
RestApiException
public Map<String,ActionInfo> actions() throws RestApiException
actions
in interface RevisionApi
RestApiException
public SubmitType submitType() throws RestApiException
submitType
in interface RevisionApi
RestApiException
public BinaryResult submitPreview(String format) throws RestApiException
submitPreview
in interface RevisionApi
RestApiException
public SubmitType testSubmitType(TestSubmitRuleInput in) throws RestApiException
testSubmitType
in interface RevisionApi
RestApiException
public List<TestSubmitRuleInfo> testSubmitRule(TestSubmitRuleInput in) throws RestApiException
testSubmitRule
in interface RevisionApi
RestApiException
public RevisionApi.MergeListRequest getMergeList() throws RestApiException
getMergeList
in interface RevisionApi
RestApiException
public RelatedChangesInfo related() throws RestApiException
related
in interface RevisionApi
RestApiException
public com.google.common.collect.ListMultimap<String,ApprovalInfo> votes() throws RestApiException
RevisionApi
votes
in interface RevisionApi
RestApiException
public void description(String description) throws RestApiException
description
in interface RevisionApi
RestApiException
public String description() throws RestApiException
description
in interface RevisionApi
RestApiException
public String etag() throws RestApiException
etag
in interface RevisionApi
RestApiException