| Modifier and Type | Method and Description |
|---|---|
void |
AccountApi.addEmail(EmailInput input) |
void |
AccountApi.NotImplemented.addEmail(EmailInput input) |
SshKeyInfo |
AccountApi.addSshKey(String key) |
SshKeyInfo |
AccountApi.NotImplemented.addSshKey(String key) |
AccountApi |
Accounts.create(AccountInput input)
Create a new account.
|
AccountApi |
Accounts.NotImplemented.create(AccountInput input) |
AccountApi |
Accounts.create(String username)
Create a new account with the given username and default options.
|
AccountApi |
Accounts.NotImplemented.create(String username) |
EmailApi |
AccountApi.createEmail(EmailInput emailInput) |
EmailApi |
AccountApi.NotImplemented.createEmail(EmailInput input) |
void |
EmailApi.delete() |
void |
EmailApi.NotImplemented.delete() |
void |
GpgKeyApi.delete() |
void |
GpgKeyApi.NotImplemented.delete() |
void |
AccountApi.deleteEmail(String email) |
void |
AccountApi.NotImplemented.deleteEmail(String email) |
void |
AccountApi.deleteExternalIds(List<String> externalIds) |
void |
AccountApi.NotImplemented.deleteExternalIds(List<String> externalIds) |
void |
AccountApi.deleteSshKey(int seq) |
void |
AccountApi.NotImplemented.deleteSshKey(int seq) |
void |
AccountApi.deleteWatchedProjects(List<ProjectWatchInfo> in) |
void |
AccountApi.NotImplemented.deleteWatchedProjects(List<ProjectWatchInfo> in) |
EmailApi |
AccountApi.email(String email) |
EmailApi |
AccountApi.NotImplemented.email(String email) |
EmailInfo |
EmailApi.get() |
EmailInfo |
EmailApi.NotImplemented.get() |
GpgKeyInfo |
GpgKeyApi.get() |
GpgKeyInfo |
GpgKeyApi.NotImplemented.get() |
abstract List<AccountInfo> |
Accounts.SuggestAccountsRequest.get()
Execute query and return a list of accounts.
|
abstract List<AccountInfo> |
Accounts.QueryRequest.get()
Execute query and return a list of accounts.
|
AccountInfo |
AccountApi.get() |
AccountInfo |
AccountApi.NotImplemented.get() |
boolean |
AccountApi.getActive() |
boolean |
AccountApi.NotImplemented.getActive() |
String |
AccountApi.getAvatarUrl(int size) |
String |
AccountApi.NotImplemented.getAvatarUrl(int size) |
DiffPreferencesInfo |
AccountApi.getDiffPreferences() |
DiffPreferencesInfo |
AccountApi.NotImplemented.getDiffPreferences() |
EditPreferencesInfo |
AccountApi.getEditPreferences() |
EditPreferencesInfo |
AccountApi.NotImplemented.getEditPreferences() |
List<EmailInfo> |
AccountApi.getEmails() |
List<EmailInfo> |
AccountApi.NotImplemented.getEmails() |
List<AccountExternalIdInfo> |
AccountApi.getExternalIds() |
List<AccountExternalIdInfo> |
AccountApi.NotImplemented.getExternalIds() |
List<GroupInfo> |
AccountApi.getGroups() |
List<GroupInfo> |
AccountApi.NotImplemented.getGroups() |
GeneralPreferencesInfo |
AccountApi.getPreferences() |
GeneralPreferencesInfo |
AccountApi.NotImplemented.getPreferences() |
List<ChangeInfo> |
AccountApi.getStarredChanges() |
List<ChangeInfo> |
AccountApi.NotImplemented.getStarredChanges() |
SortedSet<String> |
AccountApi.getStars(String changeId) |
SortedSet<String> |
AccountApi.NotImplemented.getStars(String changeId) |
List<ProjectWatchInfo> |
AccountApi.getWatchedProjects() |
List<ProjectWatchInfo> |
AccountApi.NotImplemented.getWatchedProjects() |
GpgKeyApi |
AccountApi.gpgKey(String id) |
GpgKeyApi |
AccountApi.NotImplemented.gpgKey(String id) |
AccountApi |
Accounts.id(int id) |
AccountApi |
Accounts.NotImplemented.id(int id) |
AccountApi |
Accounts.id(String id)
Look up an account by ID.
|
AccountApi |
Accounts.NotImplemented.id(String id) |
void |
AccountApi.index() |
void |
AccountApi.NotImplemented.index() |
List<AgreementInfo> |
AccountApi.listAgreements() |
List<AgreementInfo> |
AccountApi.NotImplemented.listAgreements() |
Map<String,GpgKeyInfo> |
AccountApi.listGpgKeys() |
Map<String,GpgKeyInfo> |
AccountApi.NotImplemented.listGpgKeys() |
List<SshKeyInfo> |
AccountApi.listSshKeys() |
List<SshKeyInfo> |
AccountApi.NotImplemented.listSshKeys() |
Map<String,GpgKeyInfo> |
AccountApi.putGpgKeys(List<String> add,
List<String> remove) |
Map<String,GpgKeyInfo> |
AccountApi.NotImplemented.putGpgKeys(List<String> add,
List<String> remove) |
Accounts.QueryRequest |
Accounts.query()
Query users.
|
Accounts.QueryRequest |
Accounts.NotImplemented.query() |
Accounts.QueryRequest |
Accounts.query(String query)
Query users.
|
Accounts.QueryRequest |
Accounts.NotImplemented.query(String query) |
AccountApi |
Accounts.self()
Look up the account of the current in-scope user.
|
AccountApi |
Accounts.NotImplemented.self() |
void |
AccountApi.setActive(boolean active) |
void |
AccountApi.NotImplemented.setActive(boolean active) |
DiffPreferencesInfo |
AccountApi.setDiffPreferences(DiffPreferencesInfo in) |
DiffPreferencesInfo |
AccountApi.NotImplemented.setDiffPreferences(DiffPreferencesInfo in) |
EditPreferencesInfo |
AccountApi.setEditPreferences(EditPreferencesInfo in) |
EditPreferencesInfo |
AccountApi.NotImplemented.setEditPreferences(EditPreferencesInfo in) |
GeneralPreferencesInfo |
AccountApi.setPreferences(GeneralPreferencesInfo in) |
GeneralPreferencesInfo |
AccountApi.NotImplemented.setPreferences(GeneralPreferencesInfo in) |
void |
EmailApi.setPreferred() |
void |
EmailApi.NotImplemented.setPreferred() |
void |
AccountApi.setStars(String changeId,
StarsInput input) |
void |
AccountApi.NotImplemented.setStars(String changeId,
StarsInput input) |
void |
AccountApi.setStatus(String status) |
void |
AccountApi.NotImplemented.setStatus(String status) |
List<ProjectWatchInfo> |
AccountApi.setWatchedProjects(List<ProjectWatchInfo> in) |
List<ProjectWatchInfo> |
AccountApi.NotImplemented.setWatchedProjects(List<ProjectWatchInfo> in) |
void |
AccountApi.signAgreement(String agreementName) |
void |
AccountApi.NotImplemented.signAgreement(String agreementName) |
void |
AccountApi.starChange(String changeId) |
void |
AccountApi.NotImplemented.starChange(String changeId) |
Accounts.SuggestAccountsRequest |
Accounts.suggestAccounts()
Suggest users for a given query.
|
Accounts.SuggestAccountsRequest |
Accounts.NotImplemented.suggestAccounts() |
Accounts.SuggestAccountsRequest |
Accounts.suggestAccounts(String query)
Suggest users for a given query.
|
Accounts.SuggestAccountsRequest |
Accounts.NotImplemented.suggestAccounts(String query) |
void |
AccountApi.unstarChange(String changeId) |
void |
AccountApi.NotImplemented.unstarChange(String changeId) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeApi.abandon() |
void |
ChangeApi.NotImplemented.abandon() |
void |
ChangeApi.abandon(AbandonInput in) |
void |
ChangeApi.NotImplemented.abandon(AbandonInput in) |
Map<String,ActionInfo> |
RevisionApi.actions() |
Map<String,ActionInfo> |
RevisionApi.NotImplemented.actions() |
AddReviewerResult |
ChangeApi.addReviewer(AddReviewerInput in) |
AddReviewerResult |
ChangeApi.NotImplemented.addReviewer(AddReviewerInput in) |
AddReviewerResult |
ChangeApi.addReviewer(String in) |
AddReviewerResult |
ChangeApi.NotImplemented.addReviewer(String in) |
EditInfo |
RevisionApi.applyFix(String fixId)
Applies the indicated fix by creating a new change edit or integrating the fix with the
existing change edit.
|
EditInfo |
RevisionApi.NotImplemented.applyFix(String fixId) |
boolean |
RevisionApi.canRebase() |
boolean |
RevisionApi.NotImplemented.canRebase() |
ChangeInfo |
ChangeApi.check() |
ChangeInfo |
ChangeApi.NotImplemented.check() |
ChangeInfo |
ChangeApi.check(FixInput fix) |
ChangeInfo |
ChangeApi.NotImplemented.check(FixInput fix) |
ChangeApi |
RevisionApi.cherryPick(CherryPickInput in) |
ChangeApi |
RevisionApi.NotImplemented.cherryPick(CherryPickInput in) |
CommentApi |
RevisionApi.comment(String id) |
CommentApi |
RevisionApi.NotImplemented.comment(String id) |
Map<String,List<CommentInfo>> |
ChangeApi.comments()
Get all published comments on a change.
|
Map<String,List<CommentInfo>> |
ChangeApi.NotImplemented.comments() |
Map<String,List<CommentInfo>> |
RevisionApi.comments() |
Map<String,List<CommentInfo>> |
RevisionApi.NotImplemented.comments() |
List<CommentInfo> |
RevisionApi.commentsAsList() |
List<CommentInfo> |
RevisionApi.NotImplemented.commentsAsList() |
CommitInfo |
RevisionApi.commit(boolean addLinks) |
CommitInfo |
RevisionApi.NotImplemented.commit(boolean addLinks) |
BinaryResult |
FileApi.content() |
BinaryResult |
FileApi.NotImplemented.content() |
void |
ChangeEditApi.create()
Creates a new change edit.
|
void |
ChangeEditApi.NotImplemented.create() |
ChangeApi |
Changes.create(ChangeInput in) |
ChangeApi |
Changes.NotImplemented.create(ChangeInput in) |
DraftApi |
RevisionApi.createDraft(DraftInput in) |
DraftApi |
RevisionApi.NotImplemented.createDraft(DraftInput in) |
ChangeInfo |
ChangeApi.createMergePatchSet(MergePatchSetInput in)
Create a merge patch set for the change.
|
ChangeInfo |
ChangeApi.NotImplemented.createMergePatchSet(MergePatchSetInput in) |
RevisionApi |
ChangeApi.current()
Look up the current revision for the change.
|
RevisionApi |
ChangeApi.NotImplemented.current() |
void |
ChangeApi.delete()
Deletes a change.
|
void |
ChangeApi.NotImplemented.delete() |
void |
ChangeEditApi.delete()
Deletes the change edit.
|
void |
ChangeEditApi.NotImplemented.delete() |
void |
DraftApi.delete() |
void |
DraftApi.NotImplemented.delete() |
void |
RevisionApi.delete()
Deprecated.
|
void |
RevisionApi.NotImplemented.delete()
Deprecated.
|
CommentInfo |
CommentApi.delete(DeleteCommentInput input)
Deletes a published comment of a revision.
|
CommentInfo |
CommentApi.NotImplemented.delete(DeleteCommentInput input) |
AccountInfo |
ChangeApi.deleteAssignee()
Delete the assignee of a change.
|
AccountInfo |
ChangeApi.NotImplemented.deleteAssignee() |
void |
ChangeEditApi.deleteFile(String filePath)
Deletes the specified file from the change edit.
|
void |
ChangeEditApi.NotImplemented.deleteFile(String filePath) |
void |
RevisionReviewerApi.deleteVote(DeleteVoteInput input) |
void |
RevisionReviewerApi.NotImplemented.deleteVote(DeleteVoteInput input) |
void |
ReviewerApi.deleteVote(DeleteVoteInput input) |
void |
ReviewerApi.NotImplemented.deleteVote(DeleteVoteInput input) |
void |
RevisionReviewerApi.deleteVote(String label) |
void |
RevisionReviewerApi.NotImplemented.deleteVote(String label) |
void |
ReviewerApi.deleteVote(String label) |
void |
ReviewerApi.NotImplemented.deleteVote(String label) |
String |
RevisionApi.description() |
String |
RevisionApi.NotImplemented.description() |
void |
RevisionApi.description(String description) |
void |
RevisionApi.NotImplemented.description(String description) |
DiffInfo |
FileApi.diff()
Diff against the revision's parent version of the file.
|
DiffInfo |
FileApi.NotImplemented.diff() |
DiffInfo |
FileApi.diff(int parent) |
DiffInfo |
FileApi.NotImplemented.diff(int parent) |
DiffInfo |
FileApi.diff(String base) |
DiffInfo |
FileApi.NotImplemented.diff(String base) |
FileApi.DiffRequest |
FileApi.diffRequest()
Creates a request to retrieve the diff.
|
FileApi.DiffRequest |
FileApi.NotImplemented.diffRequest() |
DraftApi |
RevisionApi.draft(String id) |
DraftApi |
RevisionApi.NotImplemented.draft(String id) |
Map<String,List<CommentInfo>> |
ChangeApi.drafts()
Get all draft comments for the current user on a change.
|
Map<String,List<CommentInfo>> |
ChangeApi.NotImplemented.drafts() |
Map<String,List<CommentInfo>> |
RevisionApi.drafts() |
Map<String,List<CommentInfo>> |
RevisionApi.NotImplemented.drafts() |
List<CommentInfo> |
RevisionApi.draftsAsList() |
List<CommentInfo> |
RevisionApi.NotImplemented.draftsAsList() |
ChangeEditApi |
ChangeApi.edit()
Provides access to an API regarding the change edit of this change.
|
ChangeEditApi |
ChangeApi.NotImplemented.edit() |
String |
RevisionApi.etag() |
String |
RevisionApi.NotImplemented.etag() |
Map<String,FileInfo> |
RevisionApi.files() |
Map<String,FileInfo> |
RevisionApi.NotImplemented.files() |
Map<String,FileInfo> |
RevisionApi.files(int parentNum) |
Map<String,FileInfo> |
RevisionApi.NotImplemented.files(int parentNum) |
Map<String,FileInfo> |
RevisionApi.files(String base) |
Map<String,FileInfo> |
RevisionApi.NotImplemented.files(String base) |
ChangeInfo |
ChangeApi.get()
get with ListChangesOption set to all except CHECK. |
abstract List<SuggestedReviewerInfo> |
ChangeApi.SuggestedReviewersRequest.get() |
ChangeInfo |
ChangeApi.NotImplemented.get() |
ChangeMessageInfo |
ChangeMessageApi.get()
Gets one change message.
|
ChangeMessageInfo |
ChangeMessageApi.NotImplemented.get() |
abstract DiffInfo |
FileApi.DiffRequest.get() |
com.google.common.base.Optional<EditInfo> |
ChangeEditApi.get()
Retrieves details regarding the change edit.
|
com.google.common.base.Optional<EditInfo> |
ChangeEditApi.NotImplemented.get() |
RobotCommentInfo |
RobotCommentApi.get() |
RobotCommentInfo |
RobotCommentApi.NotImplemented.get() |
abstract List<CommitInfo> |
RevisionApi.MergeListRequest.get() |
CommentInfo |
CommentApi.get() |
CommentInfo |
CommentApi.NotImplemented.get() |
abstract List<ChangeInfo> |
Changes.QueryRequest.get() |
ChangeInfo |
ChangeApi.get(EnumSet<ListChangesOption> options) |
ChangeInfo |
ChangeApi.NotImplemented.get(EnumSet<ListChangesOption> options) |
AccountInfo |
ChangeApi.getAssignee()
Get the assignee of a change.
|
AccountInfo |
ChangeApi.NotImplemented.getAssignee() |
String |
ChangeEditApi.getCommitMessage()
Retrieves the commit message of the change edit.
|
String |
ChangeEditApi.NotImplemented.getCommitMessage() |
EditInfo |
ChangeApi.getEdit()
Deprecated.
Replaced by
ChangeApi.edit() in combination with ChangeEditApi.get(). |
EditInfo |
ChangeApi.NotImplemented.getEdit() |
com.google.common.base.Optional<BinaryResult> |
ChangeEditApi.getFile(String filePath)
Retrieves the contents of the specified file from the change edit.
|
com.google.common.base.Optional<BinaryResult> |
ChangeEditApi.NotImplemented.getFile(String filePath) |
Set<String> |
ChangeApi.getHashtags()
Get hashtags on a change.
|
Set<String> |
ChangeApi.NotImplemented.getHashtags() |
RevisionApi.MergeListRequest |
RevisionApi.getMergeList() |
RevisionApi.MergeListRequest |
RevisionApi.NotImplemented.getMergeList() |
List<AccountInfo> |
ChangeApi.getPastAssignees()
Get all past assignees.
|
List<AccountInfo> |
ChangeApi.NotImplemented.getPastAssignees() |
ChangeApi |
Changes.id(int id)
Look up a change by numeric ID.
|
ChangeApi |
Changes.NotImplemented.id(int id) |
ChangeApi |
Changes.id(String id)
Look up a change by string ID.
|
ChangeApi |
Changes.NotImplemented.id(String triplet) |
ChangeApi |
Changes.id(String project,
int id)
Look up a change by project and numeric ID.
|
ChangeApi |
Changes.NotImplemented.id(String project,
int id) |
ChangeApi |
Changes.id(String project,
String branch,
String id)
Look up a change by project, branch, and change ID.
|
ChangeApi |
Changes.NotImplemented.id(String project,
String branch,
String id) |
void |
ChangeApi.ignore(boolean ignore)
Ignore or un-ignore this change.
|
void |
ChangeApi.NotImplemented.ignore(boolean ignore) |
boolean |
ChangeApi.ignored()
Check if this change is ignored.
|
boolean |
ChangeApi.NotImplemented.ignored() |
IncludedInInfo |
ChangeApi.includedIn() |
IncludedInInfo |
ChangeApi.NotImplemented.includedIn() |
void |
ChangeApi.index() |
void |
ChangeApi.NotImplemented.index() |
ChangeInfo |
ChangeApi.info()
get with ListChangesOption set to none. |
ChangeInfo |
ChangeApi.NotImplemented.info() |
List<ReviewerInfo> |
ChangeApi.listReviewers() |
List<ReviewerInfo> |
ChangeApi.NotImplemented.listReviewers() |
void |
ChangeApi.markAsReviewed(boolean reviewed)
Mark this change as reviewed/unreviewed.
|
void |
ChangeApi.NotImplemented.markAsReviewed(boolean reviewed) |
MergeableInfo |
RevisionApi.mergeable() |
MergeableInfo |
RevisionApi.NotImplemented.mergeable() |
MergeableInfo |
RevisionApi.mergeableOtherBranches() |
MergeableInfo |
RevisionApi.NotImplemented.mergeableOtherBranches() |
ChangeMessageApi |
ChangeApi.message(String id)
Look up a change message of a change by its id.
|
ChangeMessageApi |
ChangeApi.NotImplemented.message(String id) |
List<ChangeMessageInfo> |
ChangeApi.messages()
Get all messages of a change with detailed account info.
|
List<ChangeMessageInfo> |
ChangeApi.NotImplemented.messages() |
void |
ChangeEditApi.modifyCommitMessage(String newCommitMessage)
Modifies the commit message of the change edit.
|
void |
ChangeEditApi.NotImplemented.modifyCommitMessage(String newCommitMessage) |
void |
ChangeEditApi.modifyFile(String filePath,
RawInput newContent)
Modify the contents of the specified file of the change edit.
|
void |
ChangeEditApi.NotImplemented.modifyFile(String filePath,
RawInput newContent) |
void |
ChangeApi.move(MoveInput in) |
void |
ChangeApi.NotImplemented.move(MoveInput in) |
void |
ChangeApi.move(String destination) |
void |
ChangeApi.NotImplemented.move(String destination) |
BinaryResult |
RevisionApi.patch()
Returns patch of revision.
|
BinaryResult |
RevisionApi.NotImplemented.patch() |
BinaryResult |
RevisionApi.patch(String path) |
BinaryResult |
RevisionApi.NotImplemented.patch(String path) |
void |
ChangeApi.publish()
Deprecated.
|
void |
ChangeApi.NotImplemented.publish() |
void |
ChangeEditApi.publish()
Publishes the change edit using default settings.
|
void |
ChangeEditApi.NotImplemented.publish() |
void |
RevisionApi.publish()
Deprecated.
|
void |
RevisionApi.NotImplemented.publish()
Deprecated.
|
void |
ChangeEditApi.publish(PublishChangeEditInput publishChangeEditInput)
Publishes the change edit.
|
void |
ChangeEditApi.NotImplemented.publish(PublishChangeEditInput publishChangeEditInput) |
PureRevertInfo |
ChangeApi.pureRevert()
Check if this change is a pure revert of the change stored in revertOf.
|
PureRevertInfo |
ChangeApi.NotImplemented.pureRevert() |
PureRevertInfo |
ChangeApi.pureRevert(String claimedOriginal)
Check if this change is a pure revert of claimedOriginal (SHA1 in 40 digit hex).
|
PureRevertInfo |
ChangeApi.NotImplemented.pureRevert(String claimedOriginal) |
List<String> |
RevisionApi.queryFiles(String query) |
List<String> |
RevisionApi.NotImplemented.queryFiles(String query) |
void |
ChangeApi.rebase()
Rebase the current revision of a change using default options.
|
void |
ChangeApi.NotImplemented.rebase()
Deprecated.
|
void |
ChangeEditApi.rebase()
Rebases the change edit on top of the latest patch set of this change.
|
void |
ChangeEditApi.NotImplemented.rebase() |
ChangeApi |
RevisionApi.rebase() |
ChangeApi |
RevisionApi.NotImplemented.rebase() |
void |
ChangeApi.rebase(RebaseInput in)
Rebase the current revision of a change.
|
void |
ChangeApi.NotImplemented.rebase(RebaseInput in) |
ChangeApi |
RevisionApi.rebase(RebaseInput in) |
ChangeApi |
RevisionApi.NotImplemented.rebase(RebaseInput in) |
void |
ReviewerApi.remove() |
void |
ReviewerApi.NotImplemented.remove() |
void |
ReviewerApi.remove(DeleteReviewerInput input) |
void |
ReviewerApi.NotImplemented.remove(DeleteReviewerInput input) |
void |
ChangeEditApi.renameFile(String oldFilePath,
String newFilePath)
Renames a file of the change edit or moves the file to another directory.
|
void |
ChangeEditApi.NotImplemented.renameFile(String oldFilePath,
String newFilePath) |
void |
ChangeApi.restore() |
void |
ChangeApi.NotImplemented.restore() |
void |
ChangeApi.restore(RestoreInput in) |
void |
ChangeApi.NotImplemented.restore(RestoreInput in) |
void |
ChangeEditApi.restoreFile(String filePath)
Restores a file of the change edit to the state in which it was before the patch set on which
the change edit is based.
|
void |
ChangeEditApi.NotImplemented.restoreFile(String filePath) |
ChangeApi |
ChangeApi.revert()
Create a new change that reverts this change.
|
ChangeApi |
ChangeApi.NotImplemented.revert() |
ChangeApi |
ChangeApi.revert(RevertInput in)
Create a new change that reverts this change.
|
ChangeApi |
ChangeApi.NotImplemented.revert(RevertInput in) |
ReviewResult |
RevisionApi.review(ReviewInput in) |
ReviewResult |
RevisionApi.NotImplemented.review(ReviewInput in) |
Set<String> |
RevisionApi.reviewed() |
Set<String> |
RevisionApi.NotImplemented.reviewed() |
ReviewerApi |
ChangeApi.reviewer(String id)
Look up the reviewer of the change.
|
ReviewerApi |
ChangeApi.NotImplemented.reviewer(String id) |
RevisionReviewerApi |
RevisionApi.reviewer(String id) |
RevisionReviewerApi |
RevisionApi.NotImplemented.reviewer(String id) |
RevisionApi |
ChangeApi.revision(int id)
Look up a revision of a change by number.
|
RevisionApi |
ChangeApi.NotImplemented.revision(int id) |
RevisionApi |
ChangeApi.revision(String id)
Look up a revision of a change by commit SHA-1.
|
RevisionApi |
ChangeApi.NotImplemented.revision(String id) |
RobotCommentApi |
RevisionApi.robotComment(String id) |
RobotCommentApi |
RevisionApi.NotImplemented.robotComment(String id) |
Map<String,List<RobotCommentInfo>> |
ChangeApi.robotComments()
Get all robot comments on a change.
|
Map<String,List<RobotCommentInfo>> |
ChangeApi.NotImplemented.robotComments() |
Map<String,List<RobotCommentInfo>> |
RevisionApi.robotComments() |
Map<String,List<RobotCommentInfo>> |
RevisionApi.NotImplemented.robotComments() |
List<RobotCommentInfo> |
RevisionApi.robotCommentsAsList() |
List<RobotCommentInfo> |
RevisionApi.NotImplemented.robotCommentsAsList() |
AccountInfo |
ChangeApi.setAssignee(AssigneeInput input)
Set the assignee of a change.
|
AccountInfo |
ChangeApi.NotImplemented.setAssignee(AssigneeInput input) |
void |
ChangeApi.setHashtags(HashtagsInput input)
Set hashtags on a change
|
void |
ChangeApi.NotImplemented.setHashtags(HashtagsInput input) |
void |
ChangeApi.setMessage(CommitMessageInput in)
Create a new patch set with a new commit message.
|
void |
ChangeApi.NotImplemented.setMessage(CommitMessageInput in) |
void |
ChangeApi.setMessage(String message)
Create a new patch set with a new commit message.
|
void |
ChangeApi.NotImplemented.setMessage(String message) |
void |
ChangeApi.setPrivate(boolean value,
String message) |
void |
ChangeApi.NotImplemented.setPrivate(boolean value,
String message) |
void |
ChangeApi.setReadyForReview(String message) |
void |
ChangeApi.NotImplemented.setReadyForReview(String message) |
void |
RevisionApi.setReviewed(String path,
boolean reviewed) |
void |
RevisionApi.NotImplemented.setReviewed(String path,
boolean reviewed) |
void |
ChangeApi.setWorkInProgress(String message) |
void |
ChangeApi.NotImplemented.setWorkInProgress(String message) |
void |
RevisionApi.submit() |
void |
RevisionApi.NotImplemented.submit() |
void |
RevisionApi.submit(SubmitInput in) |
void |
RevisionApi.NotImplemented.submit(SubmitInput in) |
BinaryResult |
RevisionApi.submitPreview() |
BinaryResult |
RevisionApi.NotImplemented.submitPreview() |
BinaryResult |
RevisionApi.submitPreview(String format) |
BinaryResult |
RevisionApi.NotImplemented.submitPreview(String format) |
List<ChangeInfo> |
ChangeApi.submittedTogether() |
List<ChangeInfo> |
ChangeApi.NotImplemented.submittedTogether() |
SubmittedTogetherInfo |
ChangeApi.submittedTogether(EnumSet<ListChangesOption> listOptions,
EnumSet<SubmittedTogetherOption> submitOptions) |
SubmittedTogetherInfo |
ChangeApi.NotImplemented.submittedTogether(EnumSet<ListChangesOption> a,
EnumSet<SubmittedTogetherOption> b) |
SubmittedTogetherInfo |
ChangeApi.submittedTogether(EnumSet<SubmittedTogetherOption> options) |
SubmittedTogetherInfo |
ChangeApi.NotImplemented.submittedTogether(EnumSet<SubmittedTogetherOption> options) |
SubmitType |
RevisionApi.submitType() |
SubmitType |
RevisionApi.NotImplemented.submitType() |
ChangeApi.SuggestedReviewersRequest |
ChangeApi.suggestReviewers() |
ChangeApi.SuggestedReviewersRequest |
ChangeApi.NotImplemented.suggestReviewers() |
ChangeApi.SuggestedReviewersRequest |
ChangeApi.suggestReviewers(String query) |
ChangeApi.SuggestedReviewersRequest |
ChangeApi.NotImplemented.suggestReviewers(String query) |
SubmitType |
RevisionApi.testSubmitType(TestSubmitRuleInput in) |
SubmitType |
RevisionApi.NotImplemented.testSubmitType(TestSubmitRuleInput in) |
String |
ChangeApi.topic() |
String |
ChangeApi.NotImplemented.topic() |
void |
ChangeApi.topic(String topic) |
void |
ChangeApi.NotImplemented.topic(String topic) |
CommentInfo |
DraftApi.update(DraftInput in) |
CommentInfo |
DraftApi.NotImplemented.update(DraftInput in) |
Map<String,Short> |
RevisionReviewerApi.votes() |
Map<String,Short> |
RevisionReviewerApi.NotImplemented.votes() |
Map<String,Short> |
ReviewerApi.votes() |
Map<String,Short> |
ReviewerApi.NotImplemented.votes() |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupApi.addGroups(String... groups)
Adds subgroups to this group.
|
void |
GroupApi.NotImplemented.addGroups(String... groups) |
void |
GroupApi.addMembers(String... members)
Add members to a group.
|
void |
GroupApi.NotImplemented.addMembers(String... members) |
List<? extends GroupAuditEventInfo> |
GroupApi.auditLog()
Returns the audit log of the group.
|
List<? extends GroupAuditEventInfo> |
GroupApi.NotImplemented.auditLog() |
GroupApi |
Groups.create(GroupInput input)
Create a new group.
|
GroupApi |
Groups.NotImplemented.create(GroupInput input) |
GroupApi |
Groups.create(String name)
Create a new group with the given name and default options.
|
GroupApi |
Groups.NotImplemented.create(String name) |
String |
GroupApi.description() |
String |
GroupApi.NotImplemented.description() |
void |
GroupApi.description(String description)
Set group decsription.
|
void |
GroupApi.NotImplemented.description(String description) |
GroupInfo |
GroupApi.detail() |
GroupInfo |
GroupApi.NotImplemented.detail() |
List<GroupInfo> |
Groups.ListRequest.get() |
abstract List<GroupInfo> |
Groups.QueryRequest.get()
Execute query and returns the matched groups as list.
|
GroupInfo |
GroupApi.get() |
GroupInfo |
GroupApi.NotImplemented.get() |
abstract Map<String,GroupInfo> |
Groups.ListRequest.getAsMap() |
GroupApi |
Groups.id(String id)
Look up a group by ID.
|
GroupApi |
Groups.NotImplemented.id(String id) |
List<GroupInfo> |
GroupApi.includedGroups()
Lists the subgroups of this group.
|
List<GroupInfo> |
GroupApi.NotImplemented.includedGroups() |
void |
GroupApi.index()
Reindexes the group.
|
void |
GroupApi.NotImplemented.index() |
List<AccountInfo> |
GroupApi.members()
List group members, non-recursively.
|
List<AccountInfo> |
GroupApi.NotImplemented.members() |
List<AccountInfo> |
GroupApi.members(boolean recursive)
List group members.
|
List<AccountInfo> |
GroupApi.NotImplemented.members(boolean recursive) |
String |
GroupApi.name() |
String |
GroupApi.NotImplemented.name() |
void |
GroupApi.name(String name)
Set group name.
|
void |
GroupApi.NotImplemented.name(String name) |
GroupOptionsInfo |
GroupApi.options() |
GroupOptionsInfo |
GroupApi.NotImplemented.options() |
void |
GroupApi.options(GroupOptionsInfo options)
Set group options.
|
void |
GroupApi.NotImplemented.options(GroupOptionsInfo options) |
GroupInfo |
GroupApi.owner() |
GroupInfo |
GroupApi.NotImplemented.owner() |
void |
GroupApi.owner(String owner)
Set group owner.
|
void |
GroupApi.NotImplemented.owner(String owner) |
void |
GroupApi.removeGroups(String... groups)
Removes subgroups from this group.
|
void |
GroupApi.NotImplemented.removeGroups(String... groups) |
void |
GroupApi.removeMembers(String... members)
Remove members from a group.
|
void |
GroupApi.NotImplemented.removeMembers(String... members) |
| Modifier and Type | Method and Description |
|---|---|
void |
PluginApi.disable() |
void |
PluginApi.NotImplemented.disable() |
void |
PluginApi.enable() |
void |
PluginApi.NotImplemented.enable() |
List<PluginInfo> |
Plugins.ListRequest.get() |
PluginInfo |
PluginApi.get() |
PluginInfo |
PluginApi.NotImplemented.get() |
abstract SortedMap<String,PluginInfo> |
Plugins.ListRequest.getAsMap() |
PluginApi |
Plugins.install(String name,
InstallPluginInput input) |
PluginApi |
Plugins.NotImplemented.install(String name,
InstallPluginInput input) |
Plugins.ListRequest |
Plugins.list() |
PluginApi |
Plugins.name(String name) |
void |
PluginApi.reload() |
void |
PluginApi.NotImplemented.reload() |
| Modifier and Type | Method and Description |
|---|---|
ProjectAccessInfo |
ProjectApi.access() |
ProjectAccessInfo |
ProjectApi.NotImplemented.access() |
ProjectAccessInfo |
ProjectApi.access(ProjectAccessInput p) |
ProjectAccessInfo |
ProjectApi.NotImplemented.access(ProjectAccessInput p) |
ChangeInfo |
ProjectApi.accessChange(ProjectAccessInput p) |
ChangeInfo |
ProjectApi.NotImplemented.accessChange(ProjectAccessInput input) |
BranchApi |
ProjectApi.branch(String ref)
Look up a branch by refname.
|
BranchApi |
ProjectApi.NotImplemented.branch(String ref) |
AccessCheckInfo |
ProjectApi.checkAccess(AccessCheckInput in) |
AccessCheckInfo |
ProjectApi.NotImplemented.checkAccess(AccessCheckInput in) |
ChangeApi |
CommitApi.cherryPick(CherryPickInput input) |
ChangeApi |
CommitApi.NotImplemented.cherryPick(CherryPickInput input) |
ChildProjectApi |
ProjectApi.child(String name) |
ChildProjectApi |
ProjectApi.NotImplemented.child(String name) |
List<ProjectInfo> |
ProjectApi.children() |
List<ProjectInfo> |
ProjectApi.NotImplemented.children() |
List<ProjectInfo> |
ProjectApi.children(boolean recursive) |
List<ProjectInfo> |
ProjectApi.NotImplemented.children(boolean recursive) |
CommitApi |
ProjectApi.commit(String commit)
Lookup a commit by its
ObjectId string. |
CommitApi |
ProjectApi.NotImplemented.commit(String commit) |
ConfigInfo |
ProjectApi.config() |
ConfigInfo |
ProjectApi.NotImplemented.config() |
ConfigInfo |
ProjectApi.config(ConfigInput in) |
ConfigInfo |
ProjectApi.NotImplemented.config(ConfigInput in) |
ProjectApi |
ProjectApi.create() |
ProjectApi |
ProjectApi.NotImplemented.create() |
BranchApi |
BranchApi.create(BranchInput in) |
BranchApi |
BranchApi.NotImplemented.create(BranchInput in) |
ProjectApi |
Projects.create(ProjectInput in)
Create a project.
|
ProjectApi |
Projects.NotImplemented.create(ProjectInput in) |
ProjectApi |
ProjectApi.create(ProjectInput in) |
ProjectApi |
ProjectApi.NotImplemented.create(ProjectInput in) |
ProjectApi |
Projects.create(String name)
Create a project using the default configuration.
|
ProjectApi |
Projects.NotImplemented.create(String name) |
TagApi |
TagApi.create(TagInput input) |
TagApi |
TagApi.NotImplemented.create(TagInput input) |
DashboardApi |
ProjectApi.dashboard(String name)
Lookup a dashboard by its name.
|
DashboardApi |
ProjectApi.NotImplemented.dashboard(String name) |
ProjectApi.ListDashboardsRequest |
ProjectApi.dashboards() |
ProjectApi.ListDashboardsRequest |
ProjectApi.NotImplemented.dashboards() |
DashboardApi |
ProjectApi.defaultDashboard()
Get the project's default dashboard.
|
DashboardApi |
ProjectApi.NotImplemented.defaultDashboard() |
void |
ProjectApi.defaultDashboard(String name)
Set the project's default dashboard.
|
void |
ProjectApi.NotImplemented.defaultDashboard(String name) |
void |
TagApi.delete() |
void |
TagApi.NotImplemented.delete() |
void |
BranchApi.delete() |
void |
BranchApi.NotImplemented.delete() |
void |
ProjectApi.deleteBranches(DeleteBranchesInput in) |
void |
ProjectApi.NotImplemented.deleteBranches(DeleteBranchesInput in) |
void |
ProjectApi.deleteTags(DeleteTagsInput in) |
void |
ProjectApi.NotImplemented.deleteTags(DeleteTagsInput in) |
String |
ProjectApi.description() |
String |
ProjectApi.NotImplemented.description() |
void |
ProjectApi.description(DescriptionInput in) |
void |
ProjectApi.NotImplemented.description(DescriptionInput in) |
BinaryResult |
BranchApi.file(String path)
Returns the content of a file from the HEAD revision.
|
BinaryResult |
BranchApi.NotImplemented.file(String path) |
TagInfo |
TagApi.get() |
TagInfo |
TagApi.NotImplemented.get() |
ProjectInfo |
ChildProjectApi.get() |
ProjectInfo |
ChildProjectApi.NotImplemented.get() |
BranchInfo |
BranchApi.get() |
BranchInfo |
BranchApi.NotImplemented.get() |
List<ProjectInfo> |
Projects.ListRequest.get() |
abstract List<ProjectInfo> |
Projects.QueryRequest.get()
Execute query and returns the matched projects as list.
|
ProjectInfo |
ProjectApi.get() |
abstract List<T> |
ProjectApi.ListRefsRequest.get() |
abstract List<DashboardInfo> |
ProjectApi.ListDashboardsRequest.get() |
ProjectInfo |
ProjectApi.NotImplemented.get() |
DashboardInfo |
DashboardApi.get() |
DashboardInfo |
DashboardApi.NotImplemented.get() |
ProjectInfo |
ChildProjectApi.get(boolean recursive) |
ProjectInfo |
ChildProjectApi.NotImplemented.get(boolean recursive) |
DashboardInfo |
DashboardApi.get(boolean inherited) |
DashboardInfo |
DashboardApi.NotImplemented.get(boolean inherited) |
abstract SortedMap<String,ProjectInfo> |
Projects.ListRequest.getAsMap() |
String |
ProjectApi.head()
Get the name of the branch to which
HEAD points. |
String |
ProjectApi.NotImplemented.head() |
void |
ProjectApi.head(String head)
Set the project's
HEAD. |
void |
ProjectApi.NotImplemented.head(String head) |
ProjectApi |
Projects.name(String name)
Look up a project by name.
|
ProjectApi |
Projects.NotImplemented.name(String name) |
String |
ProjectApi.parent()
Get the name of the project's parent.
|
String |
ProjectApi.NotImplemented.parent() |
void |
ProjectApi.parent(String parent)
Set the project's parent.
|
void |
ProjectApi.NotImplemented.parent(String parent) |
List<ReflogEntryInfo> |
BranchApi.reflog() |
List<ReflogEntryInfo> |
BranchApi.NotImplemented.reflog() |
void |
ProjectApi.removeDefaultDashboard()
Remove the project's default dashboard.
|
void |
ProjectApi.NotImplemented.removeDefaultDashboard() |
void |
DashboardApi.setDefault() |
void |
DashboardApi.NotImplemented.setDefault() |
TagApi |
ProjectApi.tag(String ref)
Look up a tag by refname.
|
TagApi |
ProjectApi.NotImplemented.tag(String ref) |
| Modifier and Type | Method and Description |
|---|---|
<T extends RestApiException> |
RestApiException.caching(CacheControl c) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
RestClient.deleteRequest(String path)
Shortcut for
#requestJson for doing DELETE operation. |
com.google.gson.JsonElement |
RestClient.getRequest(String path)
Shortcut for
#requestJson for doing GET operation. |
com.google.gson.JsonElement |
RestClient.postRequest(String path)
Shortcut for
#requestJson for doing POST operation. |
com.google.gson.JsonElement |
RestClient.postRequest(String path,
String requestBody)
Shortcut for
#requestJson for doing POST operation with a request body. |
com.google.gson.JsonElement |
RestClient.putRequest(String path)
Shortcut for
#requestJson for doing PUT operation. |
com.google.gson.JsonElement |
RestClient.putRequest(String path,
String requestBody)
Shortcut for
#requestJson for doing PUT operation with a request body. |
com.google.gson.JsonElement |
RestClient.requestJson(String path,
String requestBody,
RestClient.HttpVerb verb)
Executes a request and returns a JSON response.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryResult |
AccountApi.downloadAvatar(int size) |
AccountApi |
Accounts.id(int id) |
AccountApi |
Accounts.id(String id) |
AccountApi |
Accounts.self() |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpStatusException |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
GerritRestClient.deleteRequest(String path) |
com.google.gson.JsonElement |
GerritRestClient.getRequest(String path) |
com.google.gson.JsonElement |
GerritRestClient.postRequest(String path) |
com.google.gson.JsonElement |
GerritRestClient.postRequest(String path,
String requestBody) |
com.google.gson.JsonElement |
GerritRestClient.putRequest(String path) |
com.google.gson.JsonElement |
GerritRestClient.putRequest(String path,
String requestBody) |
com.google.gson.JsonElement |
GerritRestClient.requestJson(String path,
String requestBody,
RestClient.HttpVerb verb) |
| Modifier and Type | Method and Description |
|---|---|
BinaryResult |
AccountApiRestClient.downloadAvatar(int size) |
AccountInfo |
AccountApiRestClient.get() |
AccountApi |
AccountsRestClient.id(int id) |
AccountApi |
AccountsRestClient.id(String id) |
AccountApi |
AccountsRestClient.self() |
void |
AccountApiRestClient.starChange(String id) |
Accounts.SuggestAccountsRequest |
AccountsRestClient.suggestAccounts()
Added in Gerrit 2.11.
|
Accounts.SuggestAccountsRequest |
AccountsRestClient.suggestAccounts(String query)
Added in Gerrit 2.11.
|
void |
AccountApiRestClient.unstarChange(String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeApiRestClient.abandon() |
void |
ChangeApiRestClient.abandon(AbandonInput abandonInput) |
AddReviewerResult |
ChangeApiRestClient.addReviewer(AddReviewerInput in) |
AddReviewerResult |
ChangeApiRestClient.addReviewer(String in) |
ChangeInfo |
ChangeApiRestClient.check() |
ChangeInfo |
ChangeApiRestClient.check(FixInput in) |
ChangeApi |
RevisionApiRestClient.cherryPick(CherryPickInput in) |
TreeMap<String,List<CommentInfo>> |
RevisionApiRestClient.comments()
Support starting from Gerrit 2.7.
|
Map<String,List<CommentInfo>> |
ChangeApiRestClient.comments() |
BinaryResult |
FileApiRestClient.content() |
ChangeApi |
ChangesRestClient.create(ChangeInput in) |
DraftApi |
RevisionApiRestClient.createDraft(DraftInput in) |
RevisionApi |
ChangeApiRestClient.current() |
void |
DraftApiRestClient.delete() |
void |
RevisionApiRestClient.delete() |
void |
ChangeApiRestClient.delete() |
void |
ReviewerApiRestClient.deleteVote(String label) |
DiffInfo |
FileApiRestClient.diff() |
DiffInfo |
FileApiRestClient.diff(int parent) |
DiffInfo |
FileApiRestClient.diff(String base) |
FileApi.DiffRequest |
FileApiRestClient.diffRequest() |
DraftApi |
RevisionApiRestClient.draft(String id) |
TreeMap<String,List<CommentInfo>> |
RevisionApiRestClient.drafts() |
Map<String,FileInfo> |
RevisionApiRestClient.files() |
Map<String,FileInfo> |
RevisionApiRestClient.files(int parentNum) |
CommentInfo |
DraftApiRestClient.get() |
ChangeInfo |
ChangeApiRestClient.get() |
ChangeInfo |
ChangeApiRestClient.get(EnumSet<ListChangesOption> options) |
EditInfo |
ChangeApiRestClient.getEdit() |
ChangeApi |
ChangesRestClient.id(int id) |
ChangeApi |
ChangesRestClient.id(String id) |
ChangeApi |
ChangesRestClient.id(String project,
int id) |
ChangeApi |
ChangesRestClient.id(String project,
String branch,
String id) |
IncludedInInfo |
ChangeApiRestClient.includedIn() |
void |
ChangeApiRestClient.index() |
ChangeInfo |
ChangeApiRestClient.info() |
List<ReviewerInfo> |
ChangeApiRestClient.listReviewers() |
void |
ChangeApiRestClient.move(MoveInput moveInput) |
void |
ChangeApiRestClient.move(String destinationBranch) |
BinaryResult |
RevisionApiRestClient.patch() |
void |
RevisionApiRestClient.publish() |
void |
ChangeApiRestClient.publish() |
ChangeApi |
RevisionApiRestClient.rebase() |
ChangeApi |
RevisionApiRestClient.rebase(RebaseInput in) |
void |
ChangeApiRestClient.restore() |
void |
ChangeApiRestClient.restore(RestoreInput restoreInput) |
ChangeApi |
ChangeApiRestClient.revert() |
ChangeApi |
ChangeApiRestClient.revert(RevertInput revertInput) |
ReviewResult |
RevisionApiRestClient.review(ReviewInput reviewInput) |
RevisionApi |
ChangeApiRestClient.revision(int id) |
RevisionApi |
ChangeApiRestClient.revision(String id) |
void |
RevisionApiRestClient.setReviewed(String path,
boolean reviewed) |
void |
RevisionApiRestClient.submit() |
void |
RevisionApiRestClient.submit(SubmitInput submitInput) |
SubmitType |
RevisionApiRestClient.submitType() |
ChangeApi.SuggestedReviewersRequest |
ChangeApiRestClient.suggestReviewers() |
ChangeApi.SuggestedReviewersRequest |
ChangeApiRestClient.suggestReviewers(String query) |
SubmitType |
RevisionApiRestClient.testSubmitType(TestSubmitRuleInput in) |
String |
ChangeApiRestClient.topic() |
void |
ChangeApiRestClient.topic(String topic) |
CommentInfo |
DraftApiRestClient.update(DraftInput in) |
Map<String,Short> |
ReviewerApiRestClient.votes() |
| Modifier and Type | Method and Description |
|---|---|
String |
ServerRestClient.getVersion() |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupApiRestClient.addGroups(String... groups) |
void |
GroupApiRestClient.addMembers(String... members) |
GroupApi |
GroupsRestClient.create(GroupInput input) |
GroupApi |
GroupsRestClient.create(String name) |
String |
GroupApiRestClient.description() |
void |
GroupApiRestClient.description(String description) |
GroupInfo |
GroupApiRestClient.detail() |
GroupInfo |
GroupApiRestClient.get() |
GroupApi |
GroupsRestClient.id(String id) |
List<GroupInfo> |
GroupApiRestClient.includedGroups() |
List<AccountInfo> |
GroupApiRestClient.members() |
List<AccountInfo> |
GroupApiRestClient.members(boolean recursive) |
String |
GroupApiRestClient.name() |
void |
GroupApiRestClient.name(String name) |
GroupInfo |
GroupApiRestClient.owner() |
void |
GroupApiRestClient.owner(String owner) |
protected List<GroupInfo> |
GroupsRestClient.query(Groups.QueryRequest queryRequest) |
void |
GroupApiRestClient.removeGroups(String... groups) |
void |
GroupApiRestClient.removeMembers(String... members) |
| Modifier and Type | Method and Description |
|---|---|
ProjectAccessInfo |
ProjectApiRestClient.access() |
ProjectAccessInfo |
ProjectApiRestClient.access(ProjectAccessInput p) |
BranchApi |
ProjectApiRestClient.branch(String ref) |
ProjectApi |
ProjectApiRestClient.create() |
BranchApi |
BranchApiRestClient.create(BranchInput in) |
ProjectApi |
ProjectsRestClient.create(ProjectInput in) |
ProjectApi |
ProjectApiRestClient.create(ProjectInput in) |
ProjectApi |
ProjectsRestClient.create(String name) |
void |
BranchApiRestClient.delete() |
BinaryResult |
BranchApiRestClient.file(String path) |
BranchInfo |
BranchApiRestClient.get() |
TagInfo |
TagApiRestClient.get() |
ProjectApi |
ProjectsRestClient.name(String name) |
TagApi |
ProjectApiRestClient.tag(String ref) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
ToolsRestClient.getCommitMessageHook() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
Tools.getCommitMessageHook() |
Copyright © 2018. All rights reserved.