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) |
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() |
SubmitType |
testSubmitType(TestSubmitRuleInput in) |
@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(java.lang.String id) throws RestApiException
reviewer in interface RevisionApiRestApiExceptionpublic void setReviewed(java.lang.String path,
boolean reviewed)
throws RestApiException
setReviewed in interface RevisionApiRestApiExceptionpublic java.util.Set<java.lang.String> reviewed()
throws RestApiException
reviewed in interface RevisionApiRestApiExceptionpublic MergeableInfo mergeable() throws RestApiException
mergeable in interface RevisionApiRestApiExceptionpublic MergeableInfo mergeableOtherBranches() throws RestApiException
mergeableOtherBranches in interface RevisionApiRestApiExceptionpublic java.util.Map<java.lang.String,FileInfo> files(java.lang.String base) throws RestApiException
files in interface RevisionApiRestApiExceptionpublic java.util.Map<java.lang.String,FileInfo> files(int parentNum) throws RestApiException
files in interface RevisionApiRestApiExceptionpublic java.util.Map<java.lang.String,FileInfo> files() throws RestApiException
files in interface RevisionApiRestApiExceptionpublic java.util.List<java.lang.String> queryFiles(java.lang.String query)
throws RestApiException
queryFiles in interface RevisionApiRestApiExceptionpublic FileApi file(java.lang.String path)
file in interface RevisionApipublic CommitInfo commit(boolean addLinks) throws RestApiException
commit in interface RevisionApiRestApiExceptionpublic java.util.Map<java.lang.String,java.util.List<CommentInfo>> comments() throws RestApiException
comments in interface RevisionApiRestApiExceptionpublic java.util.Map<java.lang.String,java.util.List<RobotCommentInfo>> robotComments() throws RestApiException
robotComments in interface RevisionApiRestApiExceptionpublic java.util.List<CommentInfo> commentsAsList() throws RestApiException
commentsAsList in interface RevisionApiRestApiExceptionpublic java.util.List<CommentInfo> draftsAsList() throws RestApiException
draftsAsList in interface RevisionApiRestApiExceptionpublic java.util.List<RobotCommentInfo> robotCommentsAsList() throws RestApiException
robotCommentsAsList in interface RevisionApiRestApiExceptionpublic EditInfo applyFix(java.lang.String fixId) throws RestApiException
RevisionApiapplyFix in interface RevisionApifixId - 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 RevisionApiRestApiExceptionpublic DraftApi createDraft(DraftInput in) throws RestApiException
createDraft in interface RevisionApiRestApiExceptionpublic DraftApi draft(java.lang.String id) throws RestApiException
draft in interface RevisionApiRestApiExceptionpublic CommentApi comment(java.lang.String id) throws RestApiException
comment in interface RevisionApiRestApiExceptionpublic RobotCommentApi robotComment(java.lang.String id) throws RestApiException
robotComment in interface RevisionApiRestApiExceptionpublic BinaryResult patch() throws RestApiException
RevisionApipatch in interface RevisionApiRestApiExceptionpublic BinaryResult patch(java.lang.String path) throws RestApiException
patch in interface RevisionApiRestApiExceptionpublic java.util.Map<java.lang.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(java.lang.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 void description(java.lang.String description)
throws RestApiException
description in interface RevisionApiRestApiExceptionpublic java.lang.String description()
throws RestApiException
description in interface RevisionApiRestApiExceptionpublic java.lang.String etag()
throws RestApiException
etag in interface RevisionApiRestApiException