public static class RevisionApi.NotImplemented extends java.lang.Object implements RevisionApi
RevisionApi.MergeListRequest, RevisionApi.NotImplemented
Constructor and Description |
---|
NotImplemented() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ActionInfo> |
actions() |
EditInfo |
applyFix(java.lang.String fixId)
Applies the indicated fix by creating a new change edit or integrating the fix with the
existing change edit.
|
boolean |
canRebase() |
ChangeApi |
cherryPick(CherryPickInput in) |
CherryPickChangeInfo |
cherryPickAsInfo(CherryPickInput in) |
CommentApi |
comment(java.lang.String id) |
java.util.Map<java.lang.String,java.util.List<CommentInfo>> |
comments() |
java.util.List<CommentInfo> |
commentsAsList() |
CommitInfo |
commit(boolean addLinks) |
DraftApi |
createDraft(DraftInput in) |
void |
delete()
Deprecated.
|
java.lang.String |
description() |
void |
description(java.lang.String description) |
DraftApi |
draft(java.lang.String id) |
java.util.Map<java.lang.String,java.util.List<CommentInfo>> |
drafts() |
java.util.List<CommentInfo> |
draftsAsList() |
java.lang.String |
etag() |
FileApi |
file(java.lang.String path) |
java.util.Map<java.lang.String,FileInfo> |
files() |
java.util.Map<java.lang.String,FileInfo> |
files(int parentNum) |
java.util.Map<java.lang.String,FileInfo> |
files(java.lang.String base) |
RevisionApi.MergeListRequest |
getMergeList() |
MergeableInfo |
mergeable() |
MergeableInfo |
mergeableOtherBranches() |
BinaryResult |
patch()
Returns patch of revision.
|
BinaryResult |
patch(java.lang.String path) |
void |
publish()
Deprecated.
|
java.util.List<java.lang.String> |
queryFiles(java.lang.String query) |
ChangeApi |
rebase() |
ChangeApi |
rebase(RebaseInput in) |
ReviewResult |
review(ReviewInput in) |
java.util.Set<java.lang.String> |
reviewed() |
RevisionReviewerApi |
reviewer(java.lang.String id) |
RobotCommentApi |
robotComment(java.lang.String id) |
java.util.Map<java.lang.String,java.util.List<RobotCommentInfo>> |
robotComments() |
java.util.List<RobotCommentInfo> |
robotCommentsAsList() |
void |
setReviewed(java.lang.String path,
boolean reviewed) |
void |
submit() |
void |
submit(SubmitInput in) |
BinaryResult |
submitPreview() |
BinaryResult |
submitPreview(java.lang.String format) |
SubmitType |
submitType() |
java.util.List<TestSubmitRuleInfo> |
testSubmitRule(TestSubmitRuleInput in) |
SubmitType |
testSubmitType(TestSubmitRuleInput in) |
@Deprecated public void delete() throws RestApiException
delete
in interface RevisionApi
RestApiException
public ReviewResult review(ReviewInput in) throws RestApiException
review
in interface RevisionApi
RestApiException
public void submit() throws RestApiException
submit
in interface RevisionApi
RestApiException
public void submit(SubmitInput in) throws RestApiException
submit
in interface RevisionApi
RestApiException
@Deprecated public void publish() throws RestApiException
publish
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() throws RestApiException
rebase
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(java.lang.String id) throws RestApiException
reviewer
in interface RevisionApi
RestApiException
public void setReviewed(java.lang.String path, boolean reviewed) throws RestApiException
setReviewed
in interface RevisionApi
RestApiException
public java.util.Set<java.lang.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 java.util.Map<java.lang.String,FileInfo> files(java.lang.String base) throws RestApiException
files
in interface RevisionApi
RestApiException
public java.util.Map<java.lang.String,FileInfo> files(int parentNum) throws RestApiException
files
in interface RevisionApi
RestApiException
public java.util.Map<java.lang.String,FileInfo> files() throws RestApiException
files
in interface RevisionApi
RestApiException
public java.util.List<java.lang.String> queryFiles(java.lang.String query) throws RestApiException
queryFiles
in interface RevisionApi
RestApiException
public FileApi file(java.lang.String path)
file
in interface RevisionApi
public CommitInfo commit(boolean addLinks) throws RestApiException
commit
in interface RevisionApi
RestApiException
public java.util.Map<java.lang.String,java.util.List<CommentInfo>> comments() throws RestApiException
comments
in interface RevisionApi
RestApiException
public java.util.Map<java.lang.String,java.util.List<RobotCommentInfo>> robotComments() throws RestApiException
robotComments
in interface RevisionApi
RestApiException
public java.util.List<CommentInfo> commentsAsList() throws RestApiException
commentsAsList
in interface RevisionApi
RestApiException
public java.util.List<CommentInfo> draftsAsList() throws RestApiException
draftsAsList
in interface RevisionApi
RestApiException
public java.util.List<RobotCommentInfo> robotCommentsAsList() throws RestApiException
robotCommentsAsList
in interface RevisionApi
RestApiException
public EditInfo applyFix(java.lang.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 java.util.Map<java.lang.String,java.util.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(java.lang.String id) throws RestApiException
draft
in interface RevisionApi
RestApiException
public CommentApi comment(java.lang.String id) throws RestApiException
comment
in interface RevisionApi
RestApiException
public RobotCommentApi robotComment(java.lang.String id) throws RestApiException
robotComment
in interface RevisionApi
RestApiException
public BinaryResult patch() throws RestApiException
RevisionApi
patch
in interface RevisionApi
RestApiException
public BinaryResult patch(java.lang.String path) throws RestApiException
patch
in interface RevisionApi
RestApiException
public java.util.Map<java.lang.String,ActionInfo> actions() throws RestApiException
actions
in interface RevisionApi
RestApiException
public SubmitType submitType() throws RestApiException
submitType
in interface RevisionApi
RestApiException
public BinaryResult submitPreview() throws RestApiException
submitPreview
in interface RevisionApi
RestApiException
public BinaryResult submitPreview(java.lang.String format) throws RestApiException
submitPreview
in interface RevisionApi
RestApiException
public SubmitType testSubmitType(TestSubmitRuleInput in) throws RestApiException
testSubmitType
in interface RevisionApi
RestApiException
public java.util.List<TestSubmitRuleInfo> testSubmitRule(TestSubmitRuleInput in) throws RestApiException
testSubmitRule
in interface RevisionApi
RestApiException
public RevisionApi.MergeListRequest getMergeList() throws RestApiException
getMergeList
in interface RevisionApi
RestApiException
public void description(java.lang.String description) throws RestApiException
description
in interface RevisionApi
RestApiException
public java.lang.String description() throws RestApiException
description
in interface RevisionApi
RestApiException
public java.lang.String etag() throws RestApiException
etag
in interface RevisionApi
RestApiException