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() |
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() |
DraftApi |
createDraft(DraftInput in) |
void |
delete() |
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() |
ChangeApi |
rebase() |
ChangeApi |
rebase(RebaseInput in) |
void |
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) |
public void delete() throws RestApiException
delete
in interface RevisionApi
RestApiException
public void 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
public void publish() throws RestApiException
publish
in interface RevisionApi
RestApiException
public ChangeApi cherryPick(CherryPickInput in) throws RestApiException
cherryPick
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 FileApi file(java.lang.String path)
file
in interface RevisionApi
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 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 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