MergeRequest |
MergeRequestApi.acceptMergeRequest(Object projectIdOrPath,
Long mergeRequestIid) |
Merge changes to the merge request.
|
MergeRequest |
MergeRequestApi.acceptMergeRequest(Object projectIdOrPath,
Long mergeRequestIid,
String mergeCommitMessage,
Boolean shouldRemoveSourceBranch,
Boolean mergeWhenPipelineSucceeds) |
Merge changes to the merge request.
|
MergeRequest |
MergeRequestApi.acceptMergeRequest(Object projectIdOrPath,
Long mergeRequestIid,
String mergeCommitMessage,
Boolean shouldRemoveSourceBranch,
Boolean mergeWhenPipelineSucceeds,
String sha) |
Merge changes to the merge request.
|
MergeRequest |
MergeRequestApi.acceptMergeRequest(Object projectIdOrPath,
Long mergeRequestIid,
AcceptMergeRequestParams params) |
Merge changes to the merge request.
|
Milestone |
MilestonesApi.activateGroupMilestone(Object groupIdOrPath,
Long milestoneId) |
Activate a group milestone.
|
Milestone |
MilestonesApi.activateMilestone(Object projectIdOrPath,
Long milestoneId) |
Activate a milestone.
|
Badge |
GroupApi.addBadge(Object groupIdOrPath,
String linkUrl,
String imageUrl) |
Add a badge to a group.
|
Badge |
ProjectApi.addBadge(Object projectIdOrPath,
String linkUrl,
String imageUrl) |
Add a badge to a project.
|
Comment |
CommitsApi.addComment(Object projectIdOrPath,
String sha,
String note) |
Add a comment to a commit.
|
Comment |
CommitsApi.addComment(Object projectIdOrPath,
String sha,
String note,
String path,
Integer line,
Constants.LineType lineType) |
Add a comment to a commit.
|
Note |
DiscussionsApi.addCommitDiscussionNote(Object projectIdOrPath,
String commitSha,
String discussionId,
String body,
Date createdAt) |
Adds a note to an existing commit discussion.
|
CommitStatus |
CommitsApi.addCommitStatus(Object projectIdOrPath,
String sha,
Constants.CommitBuildState state,
Long pipelineId,
CommitStatus status) |
Add or update the build status of a commit.
|
CommitStatus |
CommitsApi.addCommitStatus(Object projectIdOrPath,
String sha,
Constants.CommitBuildState state,
CommitStatus status) |
Add or update the build status of a commit.
|
DeployKey |
DeployKeysApi.addDeployKey(Object projectIdOrPath,
String title,
String key,
Boolean canPush) |
Creates a new deploy key for a project.
|
Deployment |
DeploymentsApi.addDeployment(Object projectIdOrPath,
String environment,
String sha,
String ref,
Boolean tag,
Constants.DeploymentStatus status) |
Creates a new deployment for a project.
|
Email |
UserApi.addEmail(Object userIdOrUsername,
String email,
Boolean skipConfirmation) |
Add an email to the user's emails.
|
Email |
UserApi.addEmail(String email) |
Add an email to the current user's emails.
|
GpgKey |
UserApi.addGpgKey(Long userId,
String key) |
Add a GPG key for a specific user
|
GpgKey |
UserApi.addGpgKey(String key) |
Add a GPG key for the current user
|
Group |
GroupApi.addGroup(String name,
String path) |
Creates a new project group.
|
Group |
GroupApi.addGroup(String name,
String path,
String description,
Boolean membershipLock,
Boolean shareWithGroupLock,
Visibility visibility,
Boolean lfsEnabled,
Boolean requestAccessEnabled,
Long parentId,
Integer sharedRunnersMinutesLimit) |
Deprecated.
|
Group |
GroupApi.addGroup(String name,
String path,
String description,
Visibility visibility,
Boolean lfsEnabled,
Boolean requestAccessEnabled,
Long parentId) |
Creates a new project group.
|
Group |
GroupApi.addGroup(Group group) |
|
DeployToken |
DeployTokensApi.addGroupDeployToken(Object groupIdOrPath,
String name,
Date expiresAt,
String username,
List<Constants.DeployTokenScope> scopes) |
Creates a new deploy token for a group.
|
ProjectHook |
ProjectApi.addHook(Object projectIdOrPath,
String url,
boolean doPushEvents,
boolean doIssuesEvents,
boolean doMergeRequestsEvents) |
Adds a hook to project.
|
ProjectHook |
ProjectApi.addHook(Object projectIdOrPath,
String url,
ProjectHook enabledHooks,
boolean enableSslVerification,
String secretToken) |
Adds a hook to project.
|
AwardEmoji |
AwardEmojiApi.addIssueAwardEmoji(Object projectIdOrPath,
Long issueIid,
String name) |
Add an award emoji for the specified issue.
|
AwardEmoji |
AwardEmojiApi.addIssueNoteAwardEmoji(Object projectIdOrPath,
Long issueIid,
Long noteId,
String name) |
Add an award emoji for the specified issue note.
|
Note |
DiscussionsApi.addIssueThreadNote(Object projectIdOrPath,
Long issueIid,
String discussionId,
String body,
Date createdAt) |
Adds a new note to the thread.
|
void |
GroupApi.addLdapGroupLink(Object groupIdOrPath,
String cn,
Integer groupAccess,
String provider) |
Adds an LDAP group link.
|
void |
GroupApi.addLdapGroupLink(Object groupIdOrPath,
String cn,
AccessLevel groupAccess,
String provider) |
Adds an LDAP group link.
|
License |
LicenseApi.addLicense(String licenseString) |
Add a new license.
|
Member |
GroupApi.addMember(Object groupIdOrPath,
Long userId,
Integer accessLevel) |
Adds a user to the list of group members.
|
Member |
GroupApi.addMember(Object groupIdOrPath,
Long userId,
Integer accessLevel,
Date expiresAt) |
Adds a user to the list of group members.
|
Member |
GroupApi.addMember(Object groupIdOrPath,
Long userId,
AccessLevel accessLevel) |
Adds a user to the list of group members.
|
Member |
GroupApi.addMember(Object groupIdOrPath,
Long userId,
AccessLevel accessLevel,
Date expiresAt) |
Adds a user to the list of group members.
|
Member |
ProjectApi.addMember(Object projectIdOrPath,
Long userId,
Integer accessLevel) |
Adds a user to a project team.
|
Member |
ProjectApi.addMember(Object projectIdOrPath,
Long userId,
Integer accessLevel,
Date expiresAt) |
Adds a user to a project team.
|
Member |
ProjectApi.addMember(Object projectIdOrPath,
Long userId,
AccessLevel accessLevel) |
Adds a user to a project team.
|
Member |
ProjectApi.addMember(Object projectIdOrPath,
Long userId,
AccessLevel accessLevel,
Date expiresAt) |
Adds a user to a project team.
|
AwardEmoji |
AwardEmojiApi.addMergeRequestAwardEmoji(Object projectIdOrPath,
Integer mergeRequestIid,
Integer noteId,
String name) |
Add an award emoji for the specified merge request note.
|
AwardEmoji |
AwardEmojiApi.addMergeRequestAwardEmoji(Object projectIdOrPath,
Long mergeRequestIid,
String name) |
Add an award emoji to the specified merge request.
|
Note |
DiscussionsApi.addMergeRequestThreadNote(Object projectIdOrPath,
Long mergeRequestIid,
String discussionId,
String body,
Date createdAt) |
Adds a new note to the thread.
|
AwardEmoji |
AwardEmojiApi.addNoteAwardEmoji(Object projectIdOrPath,
Long issueIid,
Long noteId,
String name) |
Deprecated.
|
DeployToken |
DeployTokensApi.addProjectDeployToken(Object projectIdOrPath,
String name,
Date expiresAt,
String username,
List<Constants.DeployTokenScope> scopes) |
Creates a new deploy token for a project.
|
AwardEmoji |
AwardEmojiApi.addSnippetAwardEmoji(Object projectIdOrPath,
Long snippetId,
String name) |
Add an award emoji to the specified snippet.
|
TimeStats |
IssuesApi.addSpentTime(Object projectIdOrPath,
Long issueIid,
int duration) |
Adds spent time for this issue
|
TimeStats |
IssuesApi.addSpentTime(Object projectIdOrPath,
Long issueIid,
String duration) |
Adds spent time for this issue
|
TimeStats |
IssuesApi.addSpentTime(Object projectIdOrPath,
Long issueIid,
Duration duration) |
Adds spent time for this issue
|
SshKey |
UserApi.addSshKey(Long userId,
String title,
String key) |
Create new key owned by specified user.
|
SshKey |
UserApi.addSshKey(String title,
String key) |
Creates a new key owned by the currently authenticated user.
|
SystemHook |
SystemHooksApi.addSystemHook(String url,
String token,
Boolean pushEvents,
Boolean tagPushEvents,
Boolean enableSslVerification) |
Add a new system hook.
|
SystemHook |
SystemHooksApi.addSystemHook(String url,
String token,
SystemHook systemHook) |
Add a new system hook.
|
List<T> |
Pager.all() |
Gets all the items from each page as a single List instance.
|
AccessRequest |
GroupApi.approveAccessRequest(Object groupIdOrPath,
Long userId,
AccessLevel accessLevel) |
Approve access for the specified user to the specified group.
|
AccessRequest |
ProjectApi.approveAccessRequest(Object projectIdOrPath,
Long userId,
AccessLevel accessLevel) |
Approve access for the specified user to the specified project.
|
MergeRequest |
MergeRequestApi.approveMergeRequest(Object projectIdOrPath,
Long mergeRequestIid,
String sha) |
Approve a merge request.
|
Project |
ProjectApi.archiveProject(Object projectIdOrPath) |
Archive a project
|
EpicIssue |
EpicsApi.assignIssue(Object groupIdOrPath,
Long epicIid,
Long issueIid) |
Creates an epic - issue association.
|
Issue |
IssuesApi.assignIssue(Object projectIdOrPath,
Long issueIid,
Long assigneeId) |
Updates an existing project issue.
|
void |
UserApi.blockUser(Long userId) |
Blocks the specified user.
|
Job |
JobApi.cancelJob(Object projectIdOrPath,
Long jobId) |
Cancel specified job in a project.
|
MergeRequest |
MergeRequestApi.cancelMergeRequest(Object projectIdOrPath,
Long mergeRequestIid) |
Cancel merge when pipeline succeeds.
|
Pipeline |
PipelineApi.cancelPipelineJobs(Object projectIdOrPath,
long pipelineId) |
Cancel jobs of specified pipelines in a project.
|
Job |
JobApi.cancleJob(Object projectIdOrPath,
Long jobId) |
Deprecated.
|
CustomAttribute |
UserApi.changeCustomAttribute(Object userIdOrUsername,
String key,
String value) |
Changes custom attribute for the given user
|
CustomAttribute |
UserApi.changeCustomAttribute(Object userIdOrUsername,
CustomAttribute customAttribute) |
Change custom attribute for the given user
|
Commit |
CommitsApi.cherryPickCommit(Object projectIdOrPath,
String sha,
String branch) |
Cherry picks a commit in a given branch.
|
Milestone |
MilestonesApi.closeGroupMilestone(Object groupIdOrPath,
Long milestoneId) |
Close a group milestone.
|
Issue |
IssuesApi.closeIssue(Object projectIdOrPath,
Long issueIid) |
Closes an existing project issue.
|
Milestone |
MilestonesApi.closeMilestone(Object projectIdOrPath,
Long milestoneId) |
Close a milestone.
|
CompareResults |
RepositoryApi.compare(Object projectIdOrPath,
String from,
String to) |
Compare branches, tags or commits.
|
CompareResults |
RepositoryApi.compare(Object projectIdOrPath,
String from,
String to,
boolean straight) |
Compare branches, tags or commits.
|
Application |
ApplicationsApi.createApplication(String name,
String redirectUri,
List<Constants.ApplicationScope> scopes) |
Create an OAUTH Application.
|
Application |
ApplicationsApi.createApplication(String name,
String redirectUri,
Constants.ApplicationScope[] scopes) |
Create an OAUTH Application.
|
ApprovalRule |
MergeRequestApi.createApprovalRule(Object projectIdOrPath,
Long mergeRequestIid,
Long projectRuleId,
ApprovalRuleParams params) |
Create a merge request level approval rule.
|
ApprovalRule |
ProjectApi.createApprovalRule(Object projectIdOrPath,
ApprovalRuleParams params) |
Create a project-level approval rule.
|
Board |
BoardsApi.createBoard(Object projectIdOrPath,
String name) |
Creates a new Issue Board.
|
BoardList |
BoardsApi.createBoardList(Object projectIdOrPath,
Long boardId,
Long labelId) |
Creates a new Issue Board list.
|
Branch |
RepositoryApi.createBranch(Object projectIdOrPath,
String branchName,
String ref) |
Creates a branch for the project.
|
Commit |
CommitsApi.createCommit(Object projectIdOrPath,
String branch,
String commitMessage,
String startBranch,
String authorEmail,
String authorName,
List<CommitAction> actions) |
Create a commit with multiple files and actions.
|
Commit |
CommitsApi.createCommit(Object projectIdOrPath,
String branch,
String commitMessage,
String startBranch,
String authorEmail,
String authorName,
CommitAction action) |
Create a commit with single file and action.
|
Commit |
CommitsApi.createCommit(Object projectIdOrPath,
CommitPayload payload) |
Create a commit with multiple files and actions.
|
Discussion |
DiscussionsApi.createCommitDiscussion(Object projectIdOrPath,
String commitSha,
String body,
Date createdAt,
String positionHash,
Position position) |
Creates a new discussion to a single project commit.
|
CustomAttribute |
UserApi.createCustomAttribute(Object userIdOrUsername,
String key,
String value) |
Creates custom attribute for the given user
|
CustomAttribute |
UserApi.createCustomAttribute(Object userIdOrUsername,
CustomAttribute customAttribute) |
Creates custom attribute for the given user
|
Environment |
EnvironmentsApi.createEnvironment(Object projectIdOrPath,
Long environmentId) |
Stop an environment.
|
Environment |
EnvironmentsApi.createEnvironment(Object projectIdOrPath,
String name,
String externalUrl) |
Create a new environment with the given name and external_url.
|
Epic |
EpicsApi.createEpic(Object groupIdOrPath,
String title,
String labels,
String description,
Date startDate,
Date endDate) |
Creates a new epic.
|
Epic |
EpicsApi.createEpic(Object groupIdOrPath,
Epic epic) |
Creates a new epic using the information contained in the provided Epic instance.
|
RepositoryFile |
RepositoryFileApi.createFile(Object projectIdOrPath,
RepositoryFile file,
String branchName,
String commitMessage) |
Create new file in repository
|
RepositoryFile |
RepositoryFileApi.createFile(RepositoryFile file,
Long projectId,
String branchName,
String commitMessage) |
Deprecated.
|
Project |
ProjectApi.createForkedFromRelationship(Object projectIdOrPath,
Long forkedFromId) |
Create a forked from/to relation between existing projects.
|
Group |
GroupApi.createGroup(GroupParams params) |
Creates a new project group.
|
Label |
LabelsApi.createGroupLabel(Object groupIdOrPath,
Label labelProperties) |
Create a group label.
|
Milestone |
MilestonesApi.createGroupMilestone(Object groupIdOrPath,
String title,
String description,
Date dueDate,
Date startDate) |
Create a group milestone.
|
ImpersonationToken |
UserApi.createImpersonationToken(Object userIdOrUsername,
String name,
Date expiresAt,
ImpersonationToken.Scope[] scopes) |
Create an impersonation token.
|
Issue |
IssuesApi.createIssue(Object projectIdOrPath,
String title,
String description) |
Create an issue for the project.
|
Issue |
IssuesApi.createIssue(Object projectIdOrPath,
String title,
String description,
Boolean confidential,
List<Long> assigneeIds,
Long milestoneId,
String labels,
Date createdAt,
Date dueDate,
Long mergeRequestToResolveId,
Long discussionToResolveId) |
Create an issue for the project.
|
Discussion |
DiscussionsApi.createIssueDiscussion(Object projectIdOrPath,
Long issueIid,
String body,
Date createdAt) |
Creates a new thread to a single project issue.
|
IssueLink |
IssuesApi.createIssueLink(Object projectIdOrPath,
Long issueIid,
Object targetProjectIdOrPath,
Long targetIssueIid) |
Creates a two-way relation between two issues.
|
Note |
NotesApi.createIssueNote(Object projectIdOrPath,
Long issueIid,
String body) |
Create a issues's note.
|
Note |
NotesApi.createIssueNote(Object projectIdOrPath,
Long issueIid,
String body,
Date createdAt) |
Create a issues's note.
|
Label |
LabelsApi.createLabel(Object projectIdOrPath,
String name,
String color) |
Deprecated.
|
Label |
LabelsApi.createLabel(Object projectIdOrPath,
String name,
String color,
Integer priority) |
Deprecated.
|
Label |
LabelsApi.createLabel(Object projectIdOrPath,
String name,
String color,
String description) |
Deprecated.
|
Label |
LabelsApi.createLabel(Object projectIdOrPath,
String name,
String color,
String description,
Integer priority) |
Deprecated.
|
MergeRequest |
MergeRequestApi.createMergeRequest(Object projectIdOrPath,
String sourceBranch,
String targetBranch,
String title,
String description,
Long assigneeId) |
Creates a merge request and optionally assigns a reviewer to it.
|
MergeRequest |
MergeRequestApi.createMergeRequest(Object projectIdOrPath,
String sourceBranch,
String targetBranch,
String title,
String description,
Long assigneeId,
Long targetProjectId,
String[] labels,
Long milestoneId,
Boolean removeSourceBranch) |
Creates a merge request.
|
MergeRequest |
MergeRequestApi.createMergeRequest(Object projectIdOrPath,
String sourceBranch,
String targetBranch,
String title,
String description,
Long assigneeId,
Long targetProjectId,
String[] labels,
Long milestoneId,
Boolean removeSourceBranch,
Boolean squash) |
Creates a merge request.
|
MergeRequest |
MergeRequestApi.createMergeRequest(Object projectIdOrPath,
MergeRequestParams params) |
Creates a merge request.
|
Discussion |
DiscussionsApi.createMergeRequestDiscussion(Object projectIdOrPath,
Long mergeRequestIid,
String body,
Date createdAt,
String positionHash,
Position position) |
Creates a new discussion to a single project merge request.
|
Note |
NotesApi.createMergeRequestNote(Object projectIdOrPath,
Long mergeRequestIid,
String body) |
Create a merge request's note.
|
Pipeline |
MergeRequestApi.createMergeRequestPipeline(Object projectIdOrPath,
Long mergeRequestIid) |
Create a new pipeline for a merge request.
|
Milestone |
MilestonesApi.createMilestone(Object projectIdOrPath,
String title,
String description,
Date dueDate,
Date startDate) |
Create a milestone.
|
WikiPage |
WikisApi.createPage(Object projectIdOrPath,
String title,
String content) |
Creates a new project wiki page.
|
Pipeline |
PipelineApi.createPipeline(Object projectIdOrPath,
String ref) |
Create a pipelines in a project.
|
Pipeline |
PipelineApi.createPipeline(Object projectIdOrPath,
String ref,
List<Variable> variables) |
Create a pipelines in a project.
|
Pipeline |
PipelineApi.createPipeline(Object projectIdOrPath,
String ref,
Map<String,String> variables) |
Create a pipelines in a project.
|
PipelineSchedule |
PipelineApi.createPipelineSchedule(Object projectIdOrPath,
PipelineSchedule pipelineSchedule) |
create a pipeline schedule for a project.
|
Variable |
PipelineApi.createPipelineScheduleVariable(Object projectIdOrPath,
Long pipelineScheduleId,
String key,
String value) |
Create a pipeline schedule variable.
|
Trigger |
PipelineApi.createPipelineTrigger(Object projectIdOrPath,
String description) |
Create a pipeline trigger for a project.
|
Project |
ProjectApi.createProject(Long namespaceId,
String projectName) |
Create a new project belonging to the namespace ID.
|
Project |
ProjectApi.createProject(Long namespaceId,
Project project) |
Create a new project belonging to the namespace ID and project configuration.
|
Project |
ProjectApi.createProject(String projectName) |
Create a new project with the current user's namespace.
|
Project |
ProjectApi.createProject(String name,
Long namespaceId,
String description,
Boolean issuesEnabled,
Boolean mergeRequestsEnabled,
Boolean wikiEnabled,
Boolean snippetsEnabled,
Boolean isPublic,
Integer visibilityLevel,
String importUrl) |
Deprecated.
|
Project |
ProjectApi.createProject(String name,
Long namespaceId,
String description,
Boolean issuesEnabled,
Boolean mergeRequestsEnabled,
Boolean wikiEnabled,
Boolean snippetsEnabled,
Visibility visibility,
Integer visibilityLevel,
Boolean printingMergeRequestLinkEnabled,
String importUrl) |
Creates a Project
|
Project |
ProjectApi.createProject(String name,
Long namespaceId,
String description,
Boolean issuesEnabled,
Boolean mergeRequestsEnabled,
Boolean wikiEnabled,
Boolean snippetsEnabled,
Visibility visibility,
Integer visibilityLevel,
String importUrl) |
Creates a Project
|
Project |
ProjectApi.createProject(String name,
String path) |
Creates a new project owned by the authenticated user.
|
Project |
ProjectApi.createProject(Project project) |
Creates new project owned by the current user.
|
Project |
ProjectApi.createProject(Project project,
String importUrl) |
Creates new project owned by the current user.
|
Project |
ProjectApi.createProjectFromTemplate(Integer namespaceId,
String projectName,
Integer groupWithProjectTemplatesId,
String templateName,
Visibility visibility) |
Create a new project from a template, belonging to the namespace ID.
|
Label |
LabelsApi.createProjectLabel(Object projectIdOrPath,
Label labelProperties) |
Create a project label.
|
PushRules |
ProjectApi.createPushRules(Object projectIdOrPath,
PushRules pushRule) |
Adds a push rule to a specified project.
|
Release |
ReleasesApi.createRelease(Object projectIdOrPath,
ReleaseParams params) |
Create a Release.
|
Release |
TagsApi.createRelease(Object projectIdOrPath,
String tagName,
String releaseNotes) |
Add release notes to the existing git tag.
|
RemoteMirror |
ProjectApi.createRemoteMirror(Object projectIdOrPath,
String url,
Boolean enabled,
Boolean onlyProtectedBranches,
Boolean keepDivergentRefs) |
Create a remote mirror for a project.
|
Snippet |
ProjectApi.createSnippet(Object projectIdOrPath,
String title,
String filename,
String description,
String content,
Visibility visibility) |
Creates a new project snippet.
|
Snippet |
SnippetsApi.createSnippet(String title,
String fileName,
String content) |
Create a new Snippet.
|
Snippet |
SnippetsApi.createSnippet(String title,
String fileName,
String content,
Visibility visibility,
String description) |
Create a new Snippet.
|
Tag |
TagsApi.createTag(Object projectIdOrPath,
String tagName,
String ref) |
Creates a tag on a particular ref of the given project.
|
Tag |
TagsApi.createTag(Object projectIdOrPath,
String tagName,
String ref,
String message,
File releaseNotesFile) |
Creates a tag on a particular ref of a given project.
|
Tag |
TagsApi.createTag(Object projectIdOrPath,
String tagName,
String ref,
String message,
String releaseNotes) |
Creates a tag on a particular ref of the given project with optional message and release notes.
|
User |
UserApi.createUser(User user,
CharSequence password,
boolean resetPassword) |
Creates a new user.
|
User |
UserApi.createUser(User user,
CharSequence password,
Integer projectsLimit) |
Deprecated.
|
Variable |
GroupApi.createVariable(Object groupIdOrPath,
String key,
String value,
Boolean isProtected) |
Create a new group variable.
|
Variable |
GroupApi.createVariable(Object groupIdOrPath,
String key,
String value,
Boolean isProtected,
Boolean masked) |
Create a new group variable.
|
Variable |
ProjectApi.createVariable(Object projectIdOrPath,
String key,
String value,
Boolean isProtected) |
Create a new project variable.
|
Variable |
ProjectApi.createVariable(Object projectIdOrPath,
String key,
String value,
Boolean isProtected,
String environmentScope) |
Create a new project variable.
|
Variable |
ProjectApi.createVariable(Object projectIdOrPath,
String key,
String value,
Variable.Type variableType,
Boolean isProtected,
Boolean isMasked) |
Create a new project variable.
|
Variable |
ProjectApi.createVariable(Object projectIdOrPath,
String key,
String value,
Variable.Type variableType,
Boolean isProtected,
Boolean isMasked,
String environmentScope) |
Create a new project variable.
|
List<T> |
Pager.current() |
Returns the current page of List.
|
protected javax.ws.rs.core.Response |
AbstractApi.delete(javax.ws.rs.core.Response.Status expectedStatus,
javax.ws.rs.core.MultivaluedMap<String,String> queryParams,
Object... pathArgs) |
Perform an HTTP DELETE call with the specified form data and path objects, returning
a ClientResponse instance with the data returned from the endpoint.
|
protected javax.ws.rs.core.Response |
AbstractApi.delete(javax.ws.rs.core.Response.Status expectedStatus,
javax.ws.rs.core.MultivaluedMap<String,String> queryParams,
URL url) |
Perform an HTTP DELETE call with the specified form data and URL, returning
a ClientResponse instance with the data returned from the endpoint.
|
void |
ApplicationsApi.deleteApplication(Long applicationId) |
Delete the specified OAUTH Application.
|
void |
MergeRequestApi.deleteApprovalRule(Object projectIdOrPath,
Long mergeRequestIid,
Long approvalRuleId) |
Delete the specified the merge request level approval rule.
|
void |
ProjectApi.deleteApprovalRule(Object projectIdOrPath,
Long approvalRuleId) |
Delete the specified the project-level approval rule.
|
void |
JobApi.deleteArtifacts(Object projectIdOrPath,
Long jobId) |
Delete artifacts of a job.
|
void |
BoardsApi.deleteBoard(Object projectIdOrPath,
Long boardId) |
Soft deletes an existing Issue Board.
|
void |
BoardsApi.deleteBoardList(Object projectIdOrPath,
Long boardId,
Long listId) |
Soft deletes an existing Issue Board list.
|
void |
RepositoryApi.deleteBranch(Object projectIdOrPath,
String branchName) |
Delete a single project repository branch.
|
void |
ServicesApi.deleteBugzillaService(Object projectIdOrPath) |
Deletes the Bugzilla service for a project.
|
void |
DiscussionsApi.deleteCommitDiscussionNote(Object projectIdOrPath,
String commitSha,
String discussionId,
Long noteId) |
Deletes an existing discussion note of a commit.
|
void |
GroupApi.deleteCustomAttribute(Object groupIdOrPath,
String key) |
Delete a custom attribute for the specified group.
|
void |
ProjectApi.deleteCustomAttribute(Object projectIdOrPath,
String key) |
Delete a custom attribute for the specified project.
|
void |
UserApi.deleteCustomAttribute(Object userIdOrUsername,
String key) |
Delete a custom attribute for the given user
|
void |
UserApi.deleteCustomAttribute(Object userIdOrUsername,
CustomAttribute customAttribute) |
Delete a custom attribute for the given user
|
void |
ServicesApi.deleteCustomIssueTrackerService(Object projectIdOrPath) |
Deletes the Custom Issue Tracker service for a project.
|
void |
DeployKeysApi.deleteDeployKey(Object projectIdOrPath,
Long keyId) |
Removes a deploy key from the project.
|
void |
UserApi.deleteEmail(Long emailId) |
Deletes an email belonging to the current user.
|
void |
UserApi.deleteEmail(Object userIdOrUsername,
Long emailId) |
Deletes a user's email
|
void |
ServicesApi.deleteEmailonPushService(Object projectIdOrPath) |
Deletes the Emails on push service for a project.
|
void |
EnvironmentsApi.deleteEnvironment(Object projectIdOrPath,
Long environmentId) |
Delete an environment.
|
void |
EpicsApi.deleteEpic(Object groupIdOrPath,
Long epicIid) |
Deletes an epic.
|
void |
ServicesApi.deleteExternalWikiService(Object projectIdOrPath) |
Deletes the ExternalWiki service for a project.
|
void |
RepositoryFileApi.deleteFile(Object projectIdOrPath,
String filePath,
String branchName,
String commitMessage) |
Delete existing file in repository
|
void |
RepositoryFileApi.deleteFile(String filePath,
Long projectId,
String branchName,
String commitMessage) |
Deprecated.
|
void |
ProjectApi.deleteForkedFromRelationship(Object projectIdOrPath) |
Delete an existing forked from relationship.
|
void |
ServicesApi.deleteGitLabCI(Object projectIdOrPath) |
Deprecated.
|
void |
UserApi.deleteGpgKey(Long keyId) |
Remove a specific GPG key for the current user
|
void |
UserApi.deleteGpgKey(Long userId,
Long keyId) |
Remove a specific GPG key for a specific user
|
void |
GroupApi.deleteGroup(Object groupIdOrPath) |
Removes group with all projects inside.
|
void |
DeployTokensApi.deleteGroupDeployToken(Object groupIdOrPath,
Long tokenId) |
Removes a deploy token from the group.
|
void |
LabelsApi.deleteGroupLabel(Object groupIdOrPath,
Object labelIdOrName) |
Delete the specified label
|
void |
ServicesApi.deleteHipChat(Object projectIdOrPath) |
Deprecated.
|
void |
ServicesApi.deleteHipChatService(Object projectIdOrPath) |
Deletes the HipChatService service for a project.
|
void |
ProjectApi.deleteHook(Object projectIdOrPath,
Long hookId) |
Deletes a hook from the project.
|
void |
ProjectApi.deleteHook(ProjectHook hook) |
Deletes a hook from the project.
|
void |
IssuesApi.deleteIssue(Object projectIdOrPath,
Long issueIid) |
Delete an issue.
|
void |
ProjectApi.deleteIssue(Object projectIdOrPath,
Long issueId) |
Deprecated.
|
void |
AwardEmojiApi.deleteIssueAwardEmoji(Object projectIdOrPath,
Long issueIid,
Long awardId) |
Delete an award emoji from the specified issue.
|
IssueLink |
IssuesApi.deleteIssueLink(Object projectIdOrPath,
Long issueIid,
Long issueLinkId) |
Deletes an issue link, thus removes the two-way relationship.
|
void |
NotesApi.deleteIssueNote(Object projectIdOrPath,
Long issueIid,
Long noteId) |
Delete the specified issues's note.
|
void |
AwardEmojiApi.deleteIssueNoteAwardEmoji(Object projectIdOrPath,
Long issueIid,
Long noteId,
Long awardId) |
Delete an award emoji from the specified issue note.
|
void |
DiscussionsApi.deleteIssueThreadNote(Object projectIdOrPath,
Long issueIid,
String discussionId,
Long noteId) |
Deletes an existing thread note of an issue.
|
void |
ServicesApi.deleteJiraService(Object projectIdOrPath) |
Deletes the JIRA service for a project.
|
void |
LabelsApi.deleteLabel(Object projectIdOrPath,
String name) |
Deprecated.
|
void |
GroupApi.deleteLdapGroupLink(Object groupIdOrPath,
String cn) |
Deletes an LDAP group link.
|
void |
GroupApi.deleteLdapGroupLink(Object groupIdOrPath,
String cn,
String provider) |
Deletes an LDAP group link for a specific LDAP provider.
|
License |
LicenseApi.deleteLicense(Long licenseId) |
Deletes a license.
|
void |
ServicesApi.deleteMattermostService(Object projectIdOrPath) |
Deletes the Mattermost service for a project.
|
void |
RepositoryApi.deleteMergedBranches(Object projectIdOrPath) |
Delete all branches that are merged into the project’s default branch.
|
void |
MergeRequestApi.deleteMergeRequest(Object projectIdOrPath,
Long mergeRequestIid) |
Only for admins and project owners.
|
void |
AwardEmojiApi.deleteMergeRequestAwardEmoji(Object projectIdOrPath,
Long mergeRequestIid,
Long awardId) |
Delete an award emoji from the specified merge request.
|
void |
DiscussionsApi.deleteMergeRequestDiscussionNote(Object projectIdOrPath,
Long mergeRequestIid,
String discussionId,
Long noteId) |
Deletes an existing discussion note of a merge request.
|
void |
NotesApi.deleteMergeRequestNote(Object projectIdOrPath,
Long mergeRequestIid,
Long noteId) |
Delete the specified merge request's note.
|
void |
AwardEmojiApi.deleteMergeRequestNoteAwardEmoji(Object projectIdOrPath,
Long mergeRequestIid,
Long noteId,
Long awardId) |
Delete an award emoji from the specified merge request note.
|
void |
DiscussionsApi.deleteMergeRequestThreadNote(Object projectIdOrPath,
Long mergeRequestIid,
String discussionId,
Long noteId) |
Deletes an existing thread note of a merge request.
|
void |
MilestonesApi.deleteMilestone(Object projectIdOrPath,
Long milestoneId) |
Delete a project milestone.
|
void |
AwardEmojiApi.deleteNoteAwardEmoji(Object projectIdOrPath,
Long issueIid,
Long noteId,
Long awardId) |
Deprecated.
|
void |
PackagesApi.deletePackage(Object projectIdOrPath,
Long packageId) |
Deletes a project package.
|
void |
WikisApi.deletePage(Object projectIdOrPath,
String slug) |
Deletes an existing project wiki page.
|
void |
PipelineApi.deletePipeline(Object projectIdOrPath,
long pipelineId) |
Delete a pipeline from a project.
|
void |
PipelineApi.deletePipelineSchedule(Object projectIdOrPath,
Long pipelineScheduleId) |
Deletes a pipeline schedule from the project.
|
void |
PipelineApi.deletePipelineScheduleVariable(Object projectIdOrPath,
Long pipelineScheduleId,
String key) |
Deletes a pipeline schedule variable.
|
void |
PipelineApi.deletePipelineTrigger(Object projectIdOrPath,
Long triggerId) |
Deletes a pipeline trigger from the project.
|
void |
ProjectApi.deleteProject(Object projectIdOrPath) |
Removes project with all resources(issues, merge requests etc).
|
void |
DeployTokensApi.deleteProjectDeployToken(Object projectIdOrPath,
Long tokenId) |
Removes a deploy token from the group.
|
void |
LabelsApi.deleteProjectLabel(Object projectIdOrPath,
Object labelIdOrName) |
Delete the specified project label.
|
void |
ProjectApi.deletePushRules(Object projectIdOrPath) |
Removes a push rule from a project.
|
void |
ReleasesApi.deleteRelease(Object projectIdOrPath,
String tagName) |
Delete a Release.
|
void |
ContainerRegistryApi.deleteRepository(Object projectIdOrPath,
Long repositoryId) |
Delete a repository in registry.
|
void |
ContainerRegistryApi.deleteRepositoryTag(Object projectIdOrPath,
Long repositoryId,
String tagName) |
Delete a registry repository tag.
|
void |
ContainerRegistryApi.deleteRepositoryTags(Object projectIdOrPath,
Long repositoryId,
String nameRegex,
Integer keepN,
String olderThan) |
Delete repository tags in bulk based on given criteria.
|
void |
RunnersApi.deleteRunner(String token) |
Deletes a registered Runner.
|
void |
ServicesApi.deleteSlackService(Object projectIdOrPath) |
Deletes the Slack notifications service for a project.
|
void |
ProjectApi.deleteSnippet(Object projectIdOrPath,
Long snippetId) |
|
void |
SnippetsApi.deleteSnippet(Long snippetId) |
Removes Snippet.
|
void |
AwardEmojiApi.deleteSnippetAwardEmoji(Object projectIdOrPath,
Long snippetId,
Long awardId) |
Delete an award emoji from the specified snippet.
|
void |
UserApi.deleteSshKey(Long keyId) |
Deletes key owned by currently authenticated user.
|
void |
UserApi.deleteSshKey(Object userIdOrUsername,
Long keyId) |
Deletes key owned by a specified user.
|
void |
SystemHooksApi.deleteSystemHook(Long hookId) |
Deletes a system hook.
|
void |
SystemHooksApi.deleteSystemHook(SystemHook hook) |
Deletes a system hook.
|
void |
TagsApi.deleteTag(Object projectIdOrPath,
String tagName) |
Deletes the tag from a project with the specified tag name.
|
void |
UserApi.deleteUser(Object userIdOrUsername) |
Deletes a user.
|
void |
UserApi.deleteUser(Object userIdOrUsername,
Boolean hardDelete) |
Deletes a user.
|
void |
GroupApi.deleteVariable(Object groupIdOrPath,
String key) |
Deletes a group variable.
|
void |
ProjectApi.deleteVariable(Object projectIdOrPath,
String key) |
Deletes a project variable.
|
void |
GroupApi.denyAccessRequest(Object groupIdOrPath,
Long userId) |
Deny access for the specified user to the specified group.
|
void |
ProjectApi.denyAccessRequest(Object projectIdOrPath,
Long userId) |
Deny access for the specified user to the specified project.
|
Runner |
RunnersApi.disableRunner(Object projectIdOrPath,
Long runnerId) |
Disable a specific runner from the project.
|
InputStream |
JobApi.downloadArtifactsFile(Object projectIdOrPath,
Long jobId) |
Get an InputStream pointing to the job artifacts file for the specified job ID.
|
File |
JobApi.downloadArtifactsFile(Object projectIdOrPath,
Long jobId,
File directory) |
Download the job artifacts file for the specified job ID.
|
InputStream |
JobApi.downloadArtifactsFile(Object projectIdOrPath,
Long jobId,
ArtifactsFile artifactsFile) |
Download a single artifact file from within the job's artifacts archive.
|
File |
JobApi.downloadArtifactsFile(Object projectIdOrPath,
Long jobId,
ArtifactsFile artifactsFile,
File directory) |
Download a single artifact file from within the job's artifacts archive.
|
InputStream |
JobApi.downloadArtifactsFile(Object projectIdOrPath,
String ref,
String jobName) |
Get an InputStream pointing to the artifacts file from the given reference name and job
provided the job finished successfully.
|
File |
JobApi.downloadArtifactsFile(Object projectIdOrPath,
String ref,
String jobName,
File directory) |
Download the artifacts file from the given reference name and job provided the job finished successfully.
|
File |
ImportExportApi.downloadExport(Object projectIdOrPath,
File directory) |
Download the finished export.
|
File |
ImportExportApi.downloadExport(Object projectIdOrPath,
File directory,
String filename) |
Download the finished export.
|
InputStream |
JobApi.downloadSingleArtifactsFile(Object projectIdOrPath,
Long jobId,
Path artifactPath) |
Download a single artifact file from within the job's artifacts archive.
|
File |
JobApi.downloadSingleArtifactsFile(Object projectIdOrPath,
Long jobId,
Path artifactPath,
File directory) |
Download a single artifact file from within the job's artifacts archive.
|
Badge |
GroupApi.editBadge(Object groupIdOrPath,
Long badgeId,
String linkUrl,
String imageUrl) |
Edit a badge of a group.
|
Badge |
ProjectApi.editBadge(Object projectIdOrPath,
Long badgeId,
String linkUrl,
String imageUrl) |
Edit a badge of a project.
|
DeployKey |
DeployKeysApi.enableDeployKey(Object projectIdOrPath,
Long keyId) |
Enables a deploy key for a project so this can be used.
|
Runner |
RunnersApi.enableRunner(Object projectIdOrPath,
Long runnerId) |
Enable an available specific runner in the project.
|
Job |
JobApi.eraseJob(Object projectIdOrPath,
Long jobId) |
Erase specified job in a project.
|
TimeStats |
IssuesApi.estimateTime(Object projectIdOrPath,
Long issueIid,
int duration) |
Sets an estimated time of work in this issue
|
TimeStats |
IssuesApi.estimateTime(Object projectIdOrPath,
Long issueIid,
String duration) |
Sets an estimated time of work in this issue
|
TimeStats |
IssuesApi.estimateTime(Object projectIdOrPath,
Long issueIid,
Duration duration) |
Sets an estimated time of work in this issue
|
List<Namespace> |
NamespaceApi.findNamespaces(String query) |
Get all namespaces that match a string in their name or path.
|
Pager<Namespace> |
NamespaceApi.findNamespaces(String query,
int itemsPerPage) |
Get a Pager of all namespaces that match a string in their name or path.
|
List<Namespace> |
NamespaceApi.findNamespaces(String query,
int page,
int perPage) |
Get all namespaces that match a string in their name or path in the specified page range.
|
Stream<Namespace> |
NamespaceApi.findNamespacesStream(String query) |
Get all namespaces that match a string in their name or path as a Stream.
|
List<User> |
UserApi.findUsers(String emailOrUsername) |
Search users by Email or username
|
Pager<User> |
UserApi.findUsers(String emailOrUsername,
int itemsPerPage) |
Search users by Email or username and return a Pager
|
List<User> |
UserApi.findUsers(String emailOrUsername,
int page,
int perPage) |
Search users by Email or username in the specified page range.
|
Stream<User> |
UserApi.findUsersStream(String emailOrUsername) |
Search users by Email or username.
|
List<T> |
Pager.first() |
Returns the first page of List.
|
Project |
ProjectApi.forkProject(Object projectIdOrPath,
Long namespaceId) |
Forks a project into the user namespace of the authenticated user or the one provided.
|
Project |
ProjectApi.forkProject(Object projectIdOrPath,
String namespace) |
Forks a project into the user namespace of the authenticated user or the one provided.
|
Project |
ProjectApi.forkProject(Object projectIdOrPath,
String namespace,
String path,
String name) |
Forks a project into the user namespace of the authenticated user or the one provided.
|
static Constants.ArchiveFormat |
Constants.ArchiveFormat.forValue(String value) |
|
void |
RepositoryApi.generateChangelog(Object projectIdOrPath,
String version) |
Generate changelog data based on commits in a repository.
|
void |
RepositoryApi.generateChangelog(Object projectIdOrPath,
ChangelogPayload payload) |
Generate changelog data based on commits in a repository.
|
IssuesStatistics |
IssuesApi.geProjectIssuesStatistics(Object projectIdOrPath,
IssuesStatisticsFilter filter) |
Gets issues count statistics for given project.
|
protected javax.ws.rs.core.Response |
AbstractApi.get(javax.ws.rs.core.Response.Status expectedStatus,
javax.ws.rs.core.MultivaluedMap<String,String> queryParams,
Object... pathArgs) |
Perform an HTTP GET call with the specified query parameters and path objects, returning
a ClientResponse instance with the data returned from the endpoint.
|
protected javax.ws.rs.core.Response |
AbstractApi.get(javax.ws.rs.core.Response.Status expectedStatus,
javax.ws.rs.core.MultivaluedMap<String,String> queryParams,
URL url) |
Perform an HTTP GET call with the specified query parameters and URL, returning
a ClientResponse instance with the data returned from the endpoint.
|
List<AccessRequest> |
GroupApi.getAccessRequests(Object groupIdOrPath) |
Get a List of the group access requests viewable by the authenticated user.
|
Pager<AccessRequest> |
GroupApi.getAccessRequests(Object groupIdOrPath,
int itemsPerPage) |
Get a Pager of the group access requests viewable by the authenticated user.
|
List<AccessRequest> |
ProjectApi.getAccessRequests(Object projectIdOrPath) |
Get a List of the project access requests viewable by the authenticated user.
|
Pager<AccessRequest> |
ProjectApi.getAccessRequests(Object projectIdOrPath,
int itemsPerPage) |
Get a Pager of the project access requests viewable by the authenticated user.
|
Stream<AccessRequest> |
GroupApi.getAccessRequestsStream(Object groupIdOrPath) |
Get a Stream of the group access requests viewable by the authenticated user.
|
Stream<AccessRequest> |
ProjectApi.getAccessRequestsStream(Object projectIdOrPath) |
Get a Stream of the project access requests viewable by the authenticated user.
|
List<User> |
UserApi.getActiveUsers() |
Get a list of active users
|
Pager<User> |
UserApi.getActiveUsers(int itemsPerPage) |
Get a Pager of active users.
|
List<User> |
UserApi.getActiveUsers(int page,
int perPage) |
Get a list of active users using the specified page and per page settings.
|
Stream<User> |
UserApi.getActiveUsersStream() |
Get a Stream of active users
|
List<Event> |
EventsApi.getAllAuthenticatedUserEvents(Constants.ActionType action,
Constants.TargetType targetType,
Date before,
Date after,
Constants.SortOrder sortOrder) |
Get a list of all events for the authenticated user, across all of the user's projects.
|
Stream<Event> |
EventsApi.getAllAuthenticatedUserEventsStream(Constants.ActionType action,
Constants.TargetType targetType,
Date before,
Date after,
Constants.SortOrder sortOrder) |
Get a Stream of all events for the authenticated user, across all of the user's projects.
|
List<License> |
LicenseApi.getAllLicenses() |
Retrieve information about all licenses.
|
Pager<License> |
LicenseApi.getAllLicenses(int itemsPerPage) |
Get a Pager of all licenses.
|
Stream<License> |
LicenseApi.getAllLicensesStream() |
Get a Stream of all licenses.
|
List<Member> |
GroupApi.getAllMembers(Object groupIdOrPath) |
Gets a list of group members viewable by the authenticated user, including inherited members
through ancestor groups.
|
Pager<Member> |
GroupApi.getAllMembers(Object groupIdOrPath,
int itemsPerPage) |
Gets a Pager of group members viewable by the authenticated user, including inherited members
through ancestor groups.
|
List<Member> |
GroupApi.getAllMembers(Object groupIdOrPath,
int page,
int perPage) |
Deprecated.
|
List<Member> |
GroupApi.getAllMembers(Object groupIdOrPath,
String query,
List<Long> userIds) |
Gets a list of group members viewable by the authenticated user, including inherited members
through ancestor groups.
|
Pager<Member> |
GroupApi.getAllMembers(Object groupIdOrPath,
String query,
List<Long> userIds,
int itemsPerPage) |
Gets a Pager of group members viewable by the authenticated user, including inherited members
through ancestor groups.
|
List<Member> |
ProjectApi.getAllMembers(Object projectIdOrPath) |
Gets a list of project members viewable by the authenticated user,
including inherited members through ancestor groups.
|
Pager<Member> |
ProjectApi.getAllMembers(Object projectIdOrPath,
int itemsPerPage) |
Gets a Pager of project members viewable by the authenticated user,
including inherited members through ancestor groups.
|
List<Member> |
ProjectApi.getAllMembers(Object projectIdOrPath,
int page,
int perPage) |
Deprecated.
|
List<Member> |
ProjectApi.getAllMembers(Object projectIdOrPath,
String query,
List<Long> userIds) |
Gets a list of project members viewable by the authenticated user,
including inherited members through ancestor groups.
|
Pager<Member> |
ProjectApi.getAllMembers(Object projectIdOrPath,
String query,
List<Long> userIds,
int itemsPerPage) |
Gets a Pager of project members viewable by the authenticated user,
including inherited members through ancestor groups.
|
Stream<Member> |
GroupApi.getAllMembersStream(Object groupIdOrPath) |
Gets a Stream of group members viewable by the authenticated user, including inherited members
through ancestor groups.
|
Stream<Member> |
GroupApi.getAllMembersStream(Object groupIdOrPath,
String query,
List<Long> userIds) |
Gets a Stream of group members viewable by the authenticated user, including inherited members
through ancestor groups.
|
Stream<Member> |
ProjectApi.getAllMembersStream(Object projectIdOrPath) |
Gets a Stream of project members viewable by the authenticated user,
including inherited members through ancestor groups.
|
Stream<Member> |
ProjectApi.getAllMembersStream(Object projectIdOrPath,
String query,
List<Long> userIds) |
Gets a Stream of project members viewable by the authenticated user,
including inherited members through ancestor groups.
|
List<Runner> |
RunnersApi.getAllRunners() |
Get a list of all runners in the GitLab instance (specific and shared).
|
Pager<Runner> |
RunnersApi.getAllRunners(int itemsPerPage) |
Get a list of all runners in the GitLab instance (specific and shared).
|
List<Runner> |
RunnersApi.getAllRunners(int page,
int perPage) |
Get a list of all runners in the GitLab instance (specific and shared).
|
List<Runner> |
RunnersApi.getAllRunners(Runner.RunnerType type,
Runner.RunnerStatus status) |
Get a list of all runners in the GitLab instance (specific and shared).
|
Pager<Runner> |
RunnersApi.getAllRunners(Runner.RunnerType type,
Runner.RunnerStatus status,
int itemsPerPage) |
Get a list of all runners in the GitLab instance (specific and shared).
|
List<Runner> |
RunnersApi.getAllRunners(Runner.RunnerType type,
Runner.RunnerStatus status,
int page,
int perPage) |
Get a list of all runners in the GitLab instance (specific and shared).
|
Stream<Runner> |
RunnersApi.getAllRunnersStream() |
Get a Stream of all runners in the GitLab instance (specific and shared).
|
Stream<Runner> |
RunnersApi.getAllRunnersStream(Runner.RunnerType type,
Runner.RunnerStatus status) |
Get a Stream of all runners in the GitLab instance (specific and shared).
|
List<Application> |
ApplicationsApi.getApplications() |
Get all OATH applications.
|
Pager<Application> |
ApplicationsApi.getApplications(int itemsPerPage) |
Get a Pager of all OAUTH applications.
|
List<Application> |
ApplicationsApi.getApplications(int page,
int perPage) |
Get all OAUTH applications using the specified page and per page setting
|
ApplicationSettings |
ApplicationSettingsApi.getApplicationSettings() |
Get the current application settings of the GitLab instance.
|
Stream<Application> |
ApplicationsApi.getApplicationsStream() |
Get a Stream of all OAUTH Application instances.
|
List<ApprovalRule> |
MergeRequestApi.getApprovalRules(Object projectIdOrPath,
Long mergeRequestIid) |
Get a list of the merge request level approval rules.
|
Pager<ApprovalRule> |
MergeRequestApi.getApprovalRules(Object projectIdOrPath,
Long mergeRequestIid,
int itemsPerPage) |
Get a Pager of the merge request level approval rules.
|
List<ApprovalRule> |
ProjectApi.getApprovalRules(Object projectIdOrPath) |
Get a list of the project-level approval rules.
|
Pager<ApprovalRule> |
ProjectApi.getApprovalRules(Object projectIdOrPath,
int itemsPerPage) |
Get a Pager of the project-level approval rules.
|
Stream<ApprovalRule> |
MergeRequestApi.getApprovalRulesStream(Object projectIdOrPath,
Long mergeRequestIid) |
Get a Stream of the merge request level approval rules.
|
Stream<ApprovalRule> |
ProjectApi.getApprovalRulesStream(Object projectIdOrPath) |
Get a Stream of the project-level approval rules.
|
MergeRequest |
MergeRequestApi.getApprovals(Object projectIdOrPath,
Long mergeRequestIid) |
Get the merge request with approval information.
|
ProjectApprovalsConfig |
ProjectApi.getApprovalsConfiguration(Object projectIdOrPath) |
Get the project's approval information.
|
ApprovalState |
MergeRequestApi.getApprovalState(Object projectIdOrPath,
Long mergeRequestIid) |
Get the approval state of a merge request.
|
List<Issue> |
MergeRequestApi.getApprovalStatus(Object projectIdOrPath,
Long mergeRequestIid) |
Get list containing all the issues that would be closed by merging the provided merge request.
|
AuditEvent |
AuditEventApi.getAuditEvent(Long auditEventId) |
Get a specific instance audit event.
|
AuditEvent |
GroupApi.getAuditEvent(Object groupIdOrPath,
Long auditEventId) |
Get a specific audit event of a group.
|
AuditEvent |
ProjectApi.getAuditEvent(Object projectIdOrPath,
Long auditEventId) |
Get a specific audit event of a project.
|
List<AuditEvent> |
AuditEventApi.getAuditEvents(Date created_after,
Date created_before,
String entityType,
Long entityId) |
Get a List of the group audit events viewable by Maintainer or an Owner of the group.
|
Pager<AuditEvent> |
AuditEventApi.getAuditEvents(Date created_after,
Date created_before,
String entityType,
Long entityId,
int itemsPerPage) |
Get a Pager of the group audit events viewable by Maintainer or an Owner of the group.
|
List<AuditEvent> |
GroupApi.getAuditEvents(Object groupIdOrPath,
Date created_after,
Date created_before) |
Get a List of the group audit events viewable by Maintainer or an Owner of the group.
|
Pager<AuditEvent> |
GroupApi.getAuditEvents(Object groupIdOrPath,
Date created_after,
Date created_before,
int itemsPerPage) |
Get a Pager of the group audit events viewable by Maintainer or an Owner of the group.
|
List<AuditEvent> |
ProjectApi.getAuditEvents(Object projectIdOrPath,
Date created_after,
Date created_before) |
Get a List of the project audit events viewable by Maintainer or an Owner of the group.
|
Pager<AuditEvent> |
ProjectApi.getAuditEvents(Object projectIdOrPath,
Date created_after,
Date created_before,
int itemsPerPage) |
Get a Pager of the group audit events viewable by Maintainer or an Owner of the group.
|
Stream<AuditEvent> |
AuditEventApi.getAuditEventsStream(Date created_after,
Date created_before,
String entityType,
Long entityId) |
Get a Stream of the group audit events viewable by Maintainer or an Owner of the group.
|
Stream<AuditEvent> |
GroupApi.getAuditEventsStream(Object groupIdOrPath,
Date created_after,
Date created_before) |
Get a Stream of the group audit events viewable by Maintainer or an Owner of the group.
|
Stream<AuditEvent> |
ProjectApi.getAuditEventsStream(Object projectIdOrPath,
Date created_after,
Date created_before) |
Get a Stream of the group audit events viewable by Maintainer or an Owner of the group.
|
List<Event> |
EventsApi.getAuthenticatedUserEvents(Constants.ActionType action,
Constants.TargetType targetType,
Date before,
Date after,
Constants.SortOrder sortOrder) |
Get a list of events for the authenticated user.
|
Pager<Event> |
EventsApi.getAuthenticatedUserEvents(Constants.ActionType action,
Constants.TargetType targetType,
Date before,
Date after,
Constants.SortOrder sortOrder,
int itemsPerPage) |
Get a list of events for the authenticated user and in the specified page range.
|
List<Event> |
EventsApi.getAuthenticatedUserEvents(Constants.ActionType action,
Constants.TargetType targetType,
Date before,
Date after,
Constants.SortOrder sortOrder,
int page,
int perPage) |
Get a list of events for the authenticated user and in the specified page range.
|
List<Event> |
EventsApi.getAuthenticatedUserEvents(Constants.ActionType action,
Constants.TargetType targetType,
Date before,
Date after,
Constants.SortOrder sortOrder,
int page,
int perPage,
Constants.EventScope scope) |
Get a list of events for the authenticated user and in the specified page range.
|
Pager<Event> |
EventsApi.getAuthenticatedUserEvents(Constants.ActionType action,
Constants.TargetType targetType,
Date before,
Date after,
Constants.SortOrder sortOrder,
int itemsPerPage,
Constants.EventScope scope) |
Get a list of events for the authenticated user and in the specified page range.
|
Stream<Event> |
EventsApi.getAuthenticatedUserEventsStream(Constants.ActionType action,
Constants.TargetType targetType,
Date before,
Date after,
Constants.SortOrder sortOrder) |
Get a Stream of events for the authenticated user.
|
Badge |
GroupApi.getBadge(Object groupIdOrPath,
Long badgeId) |
Gets a badge of a group.
|
Badge |
ProjectApi.getBadge(Object projectIdOrPath,
Long badgeId) |
Gets a badge of a project.
|
List<Badge> |
GroupApi.getBadges(Object groupIdOrPath) |
Gets a list of a group’s badges and its group badges.
|
List<Badge> |
ProjectApi.getBadges(Object projectIdOrPath) |
Gets a list of a project’s badges and its group badges.
|
List<Blame> |
RepositoryFileApi.getBlame(Object projectIdOrPath,
String filePath,
String ref) |
Get a List of file blame from repository.
|
Pager<Blame> |
RepositoryFileApi.getBlame(Object projectIdOrPath,
String filePath,
String ref,
int itemsPerPage) |
Get a Pager of file blame from repository.
|
Stream<Blame> |
RepositoryFileApi.getBlameStream(Object projectIdOrPath,
String filePath,
String ref) |
Get a Stream of file blame from repository.
|
List<User> |
UserApi.getblockedUsers(int page,
int perPage) |
Get a list of blocked users using the specified page and per page settings.
|
List<User> |
UserApi.getBlockedUsers() |
Get a list of blocked users.
|
Pager<User> |
UserApi.getBlockedUsers(int itemsPerPage) |
Get a Pager of blocked users.
|
Stream<User> |
UserApi.getBlockedUsersStream() |
Get a Stream of blocked users.
|
Board |
BoardsApi.getBoard(Object projectIdOrPath,
Long boardId) |
Get a single issue board.
|
BoardList |
BoardsApi.getBoardList(Object projectIdOrPath,
Long boardId,
Long listId) |
Get a single issue board list.
|
List<BoardList> |
BoardsApi.getBoardLists(Object projectIdOrPath,
Long boardId) |
Get a list of the board’s lists.
|
Pager<BoardList> |
BoardsApi.getBoardLists(Object projectIdOrPath,
Long boardId,
int itemsPerPage) |
Get a Pager of the board’s lists.
|
List<BoardList> |
BoardsApi.getBoardLists(Object projectIdOrPath,
Long boardId,
int page,
int perPage) |
Get a list of the board’s lists for the specified project to using the specified page and per page setting.
|
List<Board> |
BoardsApi.getBoards(Object projectIdOrPath) |
Lists Issue Boards in the given project.
|
Pager<Board> |
BoardsApi.getBoards(Object projectIdOrPath,
int itemsPerPage) |
Get a Pager of all issue boards for the specified project.
|
List<Board> |
BoardsApi.getBoards(Object projectIdOrPath,
int page,
int perPage) |
Get all issue boards for the specified project using the specified page and per page setting
|
Stream<BoardList> |
BoardsApi.getBoardsListsStream(Object projectIdOrPath,
Long boardId) |
Get a Stream of the board’s lists.
|
Stream<Board> |
BoardsApi.getBoardsStream(Object projectIdOrPath) |
Get a Stream of all issue boards for the specified project.
|
Branch |
RepositoryApi.getBranch(Object projectIdOrPath,
String branchName) |
Get a single project repository branch.
|
List<Branch> |
RepositoryApi.getBranches(Object projectIdOrPath) |
Get a list of repository branches from a project, sorted by name alphabetically.
|
Pager<Branch> |
RepositoryApi.getBranches(Object projectIdOrPath,
int itemsPerPage) |
Get a Pager of repository branches from a project, sorted by name alphabetically.
|
List<Branch> |
RepositoryApi.getBranches(Object projectIdOrPath,
int page,
int perPage) |
Get a list of repository branches from a project, sorted by name alphabetically.
|
List<Branch> |
RepositoryApi.getBranches(Object projectIdOrPath,
String search) |
Get a List of repository branches from a project, sorted by name alphabetically, filter by the search term.
|
Pager<Branch> |
RepositoryApi.getBranches(Object projectIdOrPath,
String search,
int itemsPerPage) |
Get a Pager of repository branches from a project, sorted by name alphabetically, filter by the search term.
|
Stream<Branch> |
RepositoryApi.getBranchesStream(Object projectIdOrPath) |
Get a Stream of repository branches from a project, sorted by name alphabetically.
|
Stream<Branch> |
RepositoryApi.getBranchesStream(Object projectIdOrPath,
String search) |
Get a Stream of repository branches from a project, sorted by name alphabetically, filter by the search term.
|
BugzillaService |
ServicesApi.getBugzillaService(Object projectIdOrPath) |
Get the Bugzilla service settings for a project.
|
List<MergeRequest> |
IssuesApi.getClosedByMergeRequests(Object projectIdOrPath,
Long issueIid) |
Get list containing all the merge requests that will close issue when merged.
|
Pager<MergeRequest> |
IssuesApi.getClosedByMergeRequests(Object projectIdOrPath,
Long issueIid,
int itemsPerPage) |
Get a Pager containing all the merge requests that will close issue when merged.
|
List<MergeRequest> |
IssuesApi.getClosedByMergeRequests(Object projectIdOrPath,
Long issueIid,
int page,
int perPage) |
Get list containing all the merge requests that will close issue when merged.
|
Stream<MergeRequest> |
IssuesApi.getClosedByMergeRequestsStream(Object projectIdOrPath,
Long issueIid) |
Get list containing all the merge requests that will close issue when merged.
|
List<Issue> |
MergeRequestApi.getClosesIssues(Object projectIdOrPath,
Long mergeRequestIid) |
Get list containing all the issues that would be closed by merging the provided merge request.
|
Pager<Issue> |
MergeRequestApi.getClosesIssues(Object projectIdOrPath,
Long mergeRequestIid,
int itemsPerPage) |
Get a Pager containing all the issues that would be closed by merging the provided merge request.
|
List<Issue> |
MergeRequestApi.getClosesIssues(Object projectIdOrPath,
Long mergeRequestIid,
int page,
int perPage) |
Get list containing all the issues that would be closed by merging the provided merge request.
|
Stream<Issue> |
MergeRequestApi.getClosesIssuesStream(Object projectIdOrPath,
Long mergeRequestIid) |
Get Stream containing all the issues that would be closed by merging the provided merge request.
|
List<Comment> |
CommitsApi.getComments(Object projectIdOrPath,
String sha) |
Get the comments of a commit in a project.
|
Pager<Comment> |
CommitsApi.getComments(Object projectIdOrPath,
String sha,
int itemsPerPage) |
Get a Pager of the comments of a commit in a project.
|
Stream<Comment> |
CommitsApi.getCommentsStream(Object projectIdOrPath,
String sha) |
Get the comments of a commit in a project as a Stream.
|
Commit |
CommitsApi.getCommit(Object projectIdOrPath,
String sha) |
Get a specific commit identified by the commit hash or name of a branch or tag.
|
Discussion |
DiscussionsApi.getCommitDiscussion(Object projectIdOrPath,
String commitSha,
String discussionId) |
Get a single discussion for the specified commit.
|
List<Discussion> |
DiscussionsApi.getCommitDiscussions(Object projectIdOrPath,
String commitSha) |
Get a list of all discussions for the specified commit.
|
List<Discussion> |
DiscussionsApi.getCommitDiscussions(Object projectIdOrPath,
String commitSha,
int maxItems) |
Get a list of discussions for the specified commit.
|
Pager<Discussion> |
DiscussionsApi.getCommitDiscussionsPager(Object projectIdOrPath,
String commitSha,
int itemsPerPage) |
Get a Pager of Discussion instances for the specified commit.
|
Stream<Discussion> |
DiscussionsApi.getCommitDiscussionsStream(Object projectIdOrPath,
String commitSha) |
Get a Stream of Discussion instances for the specified commit.
|
List<CommitRef> |
CommitsApi.getCommitRefs(Object projectIdOrPath,
String sha) |
Get a List of all references (from branches or tags) a commit is pushed to.
|
Pager<CommitRef> |
CommitsApi.getCommitRefs(Object projectIdOrPath,
String sha,
int itemsPerPage) |
Get a Pager of references (from branches or tags) a commit is pushed to.
|
List<CommitRef> |
CommitsApi.getCommitRefs(Object projectIdOrPath,
String sha,
CommitRef.RefType refType) |
Get a List of all references (from branches or tags) a commit is pushed to.
|
Pager<CommitRef> |
CommitsApi.getCommitRefs(Object projectIdOrPath,
String sha,
CommitRef.RefType refType,
int itemsPerPage) |
Get a Pager of references (from branches or tags) a commit is pushed to.
|
Stream<CommitRef> |
CommitsApi.getCommitRefsStream(Object projectIdOrPath,
String sha) |
Get a Stream of all references (from branches or tags) a commit is pushed to.
|
Stream<CommitRef> |
CommitsApi.getCommitRefsStream(Object projectIdOrPath,
String sha,
CommitRef.RefType refType) |
Get a Stream of all references (from branches or tags) a commit is pushed to.
|
List<Commit> |
CommitsApi.getCommits(Object projectIdOrPath) |
Get a list of all repository commits in a project.
|
Pager<Commit> |
CommitsApi.getCommits(Object projectIdOrPath,
int itemsPerPage) |
Get a Pager of all repository commits in a project.
|
List<Commit> |
CommitsApi.getCommits(Object projectIdOrPath,
int page,
int perPage) |
Deprecated.
|
List<Commit> |
CommitsApi.getCommits(Object projectIdOrPath,
String ref,
String path) |
Get a list of file commits in a project
|
List<Commit> |
CommitsApi.getCommits(Object projectIdOrPath,
String ref,
Date since,
Date until) |
Get a list of repository commits in a project.
|
Pager<Commit> |
CommitsApi.getCommits(Object projectIdOrPath,
String ref,
Date since,
Date until,
int itemsPerPage) |
Get a Pager of repository commits in a project.
|
List<Commit> |
CommitsApi.getCommits(Object projectIdOrPath,
String ref,
Date since,
Date until,
int page,
int perPage) |
Deprecated.
|
List<Commit> |
CommitsApi.getCommits(Object projectIdOrPath,
String ref,
Date since,
Date until,
String path) |
Get a list of repository commits in a project.
|
Pager<Commit> |
CommitsApi.getCommits(Object projectIdOrPath,
String ref,
Date since,
Date until,
String path,
int itemsPerPage) |
Get a Pager of repository commits in a project
|
List<Commit> |
CommitsApi.getCommits(Object projectIdOrPath,
String ref,
Date since,
Date until,
String path,
int page,
int perPage) |
Deprecated.
|
List<Commit> |
CommitsApi.getCommits(Object projectIdOrPath,
String ref,
Date since,
Date until,
String path,
Boolean all,
Boolean withStats,
Boolean firstParent) |
Get a List of the specified repository commits in a project
|
Pager<Commit> |
CommitsApi.getCommits(Object projectIdOrPath,
String ref,
Date since,
Date until,
String path,
Boolean all,
Boolean withStats,
Boolean firstParent,
int itemsPerPage) |
Get a Pager of the specified repository commits in a project
|
List<Commit> |
MergeRequestApi.getCommits(Object projectIdOrPath,
int mergeRequestIid) |
Get a list of merge request commits.
|
Pager<Commit> |
MergeRequestApi.getCommits(Object projectIdOrPath,
int mergeRequestIid,
int itemsPerPage) |
Get a Pager of merge request commits.
|
List<Commit> |
MergeRequestApi.getCommits(Object projectIdOrPath,
int mergeRequestIid,
int page,
int perPage) |
Get a list of merge request commits.
|
Stream<Commit> |
CommitsApi.getCommitsStream(Object projectIdOrPath,
String ref,
Date since,
Date until) |
Get a Stream of repository commits in a project.
|
Stream<Commit> |
CommitsApi.getCommitsStream(Object projectIdOrPath,
String ref,
Date since,
Date until,
String path) |
Get a Stream of repository commits in a project.
|
Stream<Commit> |
CommitsApi.getCommitsStream(Object projectIdOrPath,
String ref,
Date since,
Date until,
String path,
Boolean all,
Boolean withStats,
Boolean firstParent) |
Get a Stream of the specified repository commits in a project
|
Stream<Commit> |
MergeRequestApi.getCommitsStream(Object projectIdOrPath,
int mergeRequestIid) |
Get a Stream of merge request commits.
|
List<CommitStatus> |
CommitsApi.getCommitStatuses(Object projectIdOrPath,
String sha,
CommitStatusFilter filter) |
Get a list of repository commit statuses that meet the provided filter.
|
Pager<CommitStatus> |
CommitsApi.getCommitStatuses(Object projectIdOrPath,
String sha,
CommitStatusFilter filter,
int itemsPerPage) |
Get a Pager of repository commit statuses that meet the provided filter.
|
List<CommitStatus> |
CommitsApi.getCommitStatuses(Object projectIdOrPath,
String sha,
CommitStatusFilter filter,
int page,
int perPage) |
Get a list of repository commit statuses that meet the provided filter.
|
Stream<CommitStatus> |
CommitsApi.getCommitStatusesStream(Object projectIdOrPath,
String sha,
CommitStatusFilter filter) |
Get a Stream of repository commit statuses that meet the provided filter.
|
Stream<Commit> |
CommitsApi.getCommitStream(Object projectIdOrPath) |
Get a Stream of all repository commits in a project.
|
List<Contributor> |
RepositoryApi.getContributors(Object projectIdOrPath) |
Get a list of contributors from a project.
|
Pager<Contributor> |
RepositoryApi.getContributors(Object projectIdOrPath,
int itemsPerPage) |
Get a Pager of contributors from a project.
|
List<Contributor> |
RepositoryApi.getContributors(Object projectIdOrPath,
int page,
int perPage) |
Get a list of contributors from a project and in the specified page range.
|
List<Contributor> |
RepositoryApi.getContributors(Object projectIdOrPath,
int page,
int perPage,
Constants.ContributorOrderBy orderBy,
Constants.SortOrder sortOrder) |
Get a list of contributors from a project and in the specified page range, sorted by specified param.
|
Stream<Contributor> |
RepositoryApi.getContributorsStream(Object projectIdOrPath) |
Get a list of contributors from a project.
|
User |
UserApi.getCurrentUser() |
Get currently authenticated user.
|
CustomAttribute |
GroupApi.getCustomAttribute(Object groupIdOrPath,
String key) |
Get a single custom attribute for the specified group.
|
CustomAttribute |
ProjectApi.getCustomAttribute(Object projectIdOrPath,
String key) |
Get a single custom attribute for the specified project.
|
List<CustomAttribute> |
GroupApi.getCustomAttributes(Object groupIdOrPath) |
Get all custom attributes for the specified group.
|
Pager<CustomAttribute> |
GroupApi.getCustomAttributes(Object groupIdOrPath,
int itemsPerPage) |
Get a Pager of custom attributes for the specified group.
|
List<CustomAttribute> |
ProjectApi.getCustomAttributes(Object projectIdOrPath) |
Get all custom attributes for the specified project.
|
Pager<CustomAttribute> |
ProjectApi.getCustomAttributes(Object projectIdOrPath,
int itemsPerPage) |
Get a Pager of custom attributes for the specified project.
|
Stream<CustomAttribute> |
GroupApi.getCustomAttributesStream(Object groupIdOrPath) |
Get a Stream of all custom attributes for the specified group.
|
Stream<CustomAttribute> |
ProjectApi.getCustomAttributesStream(Object projectIdOrPath) |
Get a Stream of all custom attributes for the specified project.
|
CustomIssueTrackerService |
ServicesApi.getCustomIssueTrackerService(Object projectIdOrPath) |
Get the Custom Issue Tracker service settings for a project.
|
DeployKey |
DeployKeysApi.getDeployKey(Object projectIdOrPath,
Long keyId) |
Get a single deploy key for the specified project.
|
List<DeployKey> |
DeployKeysApi.getDeployKeys() |
Get a list of all deploy keys across all projects of the GitLab instance.
|
Pager<DeployKey> |
DeployKeysApi.getDeployKeys(int itemsPerPage) |
Get a Pager of all deploy keys across all projects of the GitLab instance.
|
List<DeployKey> |
DeployKeysApi.getDeployKeys(int page,
int perPage) |
Get a list of all deploy keys across all projects of the GitLab instance using the specified page and per page settings.
|
Stream<DeployKey> |
DeployKeysApi.getDeployKeysStream() |
Get a Stream of all deploy keys across all projects of the GitLab instance.
|
Deployment |
DeploymentsApi.getDeployment(Object projectIdOrPath,
Long deploymentId) |
Get a specific deployment.
|
List<DeployToken> |
DeployTokensApi.getDeployTokens() |
Get a list of all deploy tokens across the GitLab instance.
|
Pager<DeployToken> |
DeployTokensApi.getDeployTokens(int itemsPerPage) |
Get a Pager of all deploy tokens across all projects of the GitLab instance.
|
Stream<DeployToken> |
DeployTokensApi.getDeployTokensStream() |
Get a Stream of all deploy tokens across all projects of the GitLab instance.
|
List<Diff> |
CommitsApi.getDiff(Object projectIdOrPath,
String sha) |
Get the list of diffs of a commit in a project.
|
Pager<Diff> |
CommitsApi.getDiff(Object projectIdOrPath,
String sha,
int itemsPerPage) |
Get the Pager of diffs of a commit in a project.
|
Stream<Diff> |
CommitsApi.getDiffStream(Object projectIdOrPath,
String sha) |
Get the Diff of diffs of a commit in a project.
|
List<Todo> |
TodosApi.getDoneTodos() |
Get a List of done todos for the current user.
|
Pager<Todo> |
TodosApi.getDoneTodos(int itemsPerPage) |
Get a Pager of done todos for the current user.
|
Stream<Todo> |
TodosApi.getDoneTodosStream() |
Get a Stream of done todos for the current user.
|
Email |
UserApi.getEmail(Long emailId) |
Get a single Email instance specified by he email ID
|
EmailOnPushService |
ServicesApi.getEmailOnPushService(Object projectIdOrPath) |
Get Emails on push service settings for a project.
|
List<Email> |
UserApi.getEmails() |
Get a list of emails for the current user.
|
List<Email> |
UserApi.getEmails(Object userIdOrUsername) |
Get a list of a specified user’s emails.
|
Environment |
EnvironmentsApi.getEnvironment(Object projectIdOrPath,
Long environmentId) |
Get a specific environment.
|
List<Environment> |
EnvironmentsApi.getEnvironments(Object projectIdOrPath) |
Get all environments for a given project.
|
Pager<Environment> |
EnvironmentsApi.getEnvironments(Object projectIdOrPath,
int itemsPerPage) |
Get a Pager of all environments for a given project.
|
Stream<Environment> |
EnvironmentsApi.getEnvironmentsStream(Object projectIdOrPath) |
Get a Stream of all environments for a given project.
|
Epic |
EpicsApi.getEpic(Object groupIdOrPath,
Long epicIid) |
Get a single epic for the specified group.
|
List<Discussion> |
DiscussionsApi.getEpicDiscussions(Object projectIdOrPath,
Long epicId) |
Get a list of all discussions for the specified epic.
|
List<Discussion> |
DiscussionsApi.getEpicDiscussions(Object projectIdOrPath,
Long epicId,
int maxItems) |
Get a list of discussions for the specified epic.
|
Pager<Discussion> |
DiscussionsApi.getEpicDiscussionsPager(Object projectIdOrPath,
Long epicId,
int itemsPerPage) |
Get a Pager of Discussion instances for the specified epic.
|
Stream<Discussion> |
DiscussionsApi.getEpicDiscussionsStream(Object projectIdOrPath,
Long epicId) |
Get a Stream of Discussion instances for the specified epic.
|
List<Epic> |
EpicsApi.getEpicIssues(Object groupIdOrPath,
Long epicIid) |
Gets all issues that are assigned to an epic and the authenticated user has access to.
|
Pager<Epic> |
EpicsApi.getEpicIssues(Object groupIdOrPath,
Long epicIid,
int itemsPerPage) |
Get a Pager of all issues that are assigned to an epic and the authenticated user has access to.
|
List<Epic> |
EpicsApi.getEpicIssues(Object groupIdOrPath,
Long epicIid,
int page,
int perPage) |
Gets all issues that are assigned to an epic and the authenticated user has access to
using the specified page and per page setting.
|
Stream<Epic> |
EpicsApi.getEpicIssuesStream(Object groupIdOrPath,
Long epicIid) |
Gets all issues that are assigned to an epic and the authenticated user has access to as a Stream.
|
LabelEvent |
ResourceLabelEventsApi.getEpicLabelEvent(Object projectIdOrPath,
Long epicId,
Long resourceLabelEventId) |
Get a single label event for a specific epic label event.
|
List<LabelEvent> |
ResourceLabelEventsApi.getEpicLabelEvents(Object projectIdOrPath,
Long epicId) |
Gets a list of all label events for an epic.
|
Pager<LabelEvent> |
ResourceLabelEventsApi.getEpicLabelEvents(Object projectIdOrPath,
Long epicId,
int itemsPerPage) |
Gets a Pager of all label events for the specified epic.
|
Stream<LabelEvent> |
ResourceLabelEventsApi.getEpicLabelEventsStream(Object projectIdOrPath,
Long epicId) |
Gets a Stream of all label events for he specified epic.
|
List<Epic> |
EpicsApi.getEpics(Object groupIdOrPath) |
Gets all epics of the requested group and its subgroups.
|
Pager<Epic> |
EpicsApi.getEpics(Object groupIdOrPath,
int itemsPerPage) |
Get a Pager of all epics of the requested group and its subgroups.
|
List<Epic> |
EpicsApi.getEpics(Object groupIdOrPath,
int page,
int perPage) |
Gets all epics of the requested group and its subgroups using the specified page and per page setting.
|
List<Epic> |
EpicsApi.getEpics(Object groupIdOrPath,
Long authorId,
String labels,
Constants.EpicOrderBy orderBy,
Constants.SortOrder sortOrder,
String search) |
Gets all epics of the requested group and its subgroups.
|
Pager<Epic> |
EpicsApi.getEpics(Object groupIdOrPath,
Long authorId,
String labels,
Constants.EpicOrderBy orderBy,
Constants.SortOrder sortOrder,
String search,
int itemsPerPage) |
Get a Pager of all epics of the requested group and its subgroups.
|
List<Epic> |
EpicsApi.getEpics(Object groupIdOrPath,
Long authorId,
String labels,
Constants.EpicOrderBy orderBy,
Constants.SortOrder sortOrder,
String search,
int page,
int perPage) |
Gets all epics of the requested group and its subgroups using the specified page and per page setting.
|
Stream<Epic> |
EpicsApi.getEpicsStream(Object groupIdOrPath) |
Gets all epics of the requested group and its subgroups as a Stream.
|
Stream<Epic> |
EpicsApi.getEpicsStream(Object groupIdOrPath,
Long authorId,
String labels,
Constants.EpicOrderBy orderBy,
Constants.SortOrder sortOrder,
String search) |
Gets all epics of the requested group and its subgroups as a Stream.
|
ExportStatus |
ImportExportApi.getExportStatus(Object projectIdOrPath) |
Get the status of export.
|
ExternalWikiService |
ServicesApi.getExternalWikiService(Object projectIdOrPath) |
Get the ExternalWiki service settings for a project.
|
RepositoryFile |
RepositoryFileApi.getFile(Object projectIdOrPath,
String filePath,
String ref) |
Get file from repository.
|
RepositoryFile |
RepositoryFileApi.getFile(Object projectIdOrPath,
String filePath,
String ref,
boolean includeContent) |
Get file from repository.
|
RepositoryFile |
RepositoryFileApi.getFile(String filePath,
Long projectId,
String ref) |
Deprecated.
|
RepositoryFile |
RepositoryFileApi.getFileInfo(Object projectIdOrPath,
String filePath,
String ref) |
Get information on a file in the repository.
|
protected RepositoryFile |
RepositoryFileApi.getFileV3(String filePath,
Long projectId,
String ref) |
Deprecated.
|
List<Project> |
ProjectApi.getForks(Object projectIdOrPath) |
Get a list of projects that were forked from the specified project.
|
Pager<Project> |
ProjectApi.getForks(Object projectIdOrPath,
int itemsPerPage) |
Get a Pager of projects that were forked from the specified project.
|
List<Project> |
ProjectApi.getForks(Object projectIdOrPath,
int page,
int perPage) |
Get a list of projects that were forked from the specified project and in the specified page range.
|
Stream<Project> |
ProjectApi.getForksStream(Object projectIdOrPath) |
Get a Stream of projects that were forked from the specified project.
|
NotificationSettings |
NotificationSettingsApi.getGlobalNotificationSettings() |
Get the global notification settings.
|
GpgSignature |
CommitsApi.getGpgSignature(Object projectIdOrPath,
String sha) |
Get the GPG signature from a commit, if it is signed.
|
Group |
GroupApi.getGroup(Object groupIdOrPath) |
Get all details of a group.
|
List<DeployToken> |
DeployTokensApi.getGroupDeployTokens(Object groupIdOrPath) |
Get a list of the deploy tokens for the specified group.
|
Pager<DeployToken> |
DeployTokensApi.getGroupDeployTokens(Object groupIdOrPath,
int itemsPerPage) |
Get a Pager of the deploy tokens for the specified group.
|
Stream<DeployToken> |
DeployTokensApi.getGroupDeployTokensStream(Object groupIdOrPath) |
Get a list of the deploy tokens for the specified group.
|
Object |
AbstractApi.getGroupIdOrPath(Object obj) |
Returns the group ID or path from the provided Integer, String, or Group instance.
|
List<Issue> |
IssuesApi.getGroupIssues(Object groupIdOrPath) |
Get a list of a group’s issues.
|
Pager<Issue> |
IssuesApi.getGroupIssues(Object groupIdOrPath,
int itemsPerPage) |
Get a Pager of groups's issues.
|
List<Issue> |
IssuesApi.getGroupIssues(Object groupIdOrPath,
IssueFilter filter) |
Get a list of a group’s issues.
|
Pager<Issue> |
IssuesApi.getGroupIssues(Object groupIdOrPath,
IssueFilter filter,
int itemsPerPage) |
Get a list of groups's issues.
|
List<Issue> |
MilestonesApi.getGroupIssues(Object groupIdOrPath,
Long milestoneId) |
Get the list of issues associated with the specified group milestone.
|
Pager<Issue> |
MilestonesApi.getGroupIssues(Object groupIdOrPath,
Long milestoneId,
int itemsPerPage) |
Get the Pager of issues associated with the specified group milestone.
|
IssuesStatistics |
IssuesApi.getGroupIssuesStatistics(Object groupIdOrPath,
IssuesStatisticsFilter filter) |
Gets issues count statistics for given group.
|
Stream<Issue> |
IssuesApi.getGroupIssuesStream(Object groupIdOrPath) |
Get a Stream of a group’s issues.
|
Stream<Issue> |
IssuesApi.getGroupIssuesStream(Object groupIdOrPath,
IssueFilter filter) |
Get a Stream of a group’s issues.
|
Stream<Issue> |
MilestonesApi.getGroupIssuesStream(Object groupIdOrPath,
Long milestoneId) |
Get a Stream of issues associated with the specified group milestone.
|
Label |
LabelsApi.getGroupLabel(Object groupIdOrPath,
Object labelIdOrName) |
Get a single group label.
|
List<Label> |
LabelsApi.getGroupLabels(Object groupIdOrPath) |
Get all labels of the specified group.
|
Pager<Label> |
LabelsApi.getGroupLabels(Object groupIdOrPath,
int itemsPerPage) |
Get a Pager of all labels of the specified group.
|
Stream<Label> |
LabelsApi.getGroupLabelsStream(Object groupIdOrPath) |
Get a Stream of all labels of the specified group.
|
List<MergeRequest> |
MilestonesApi.getGroupMergeRequest(Object groupIdOrPath,
Long milestoneId) |
Get the list of merge requests associated with the specified group milestone.
|
Milestone |
MilestonesApi.getGroupMilestone(Object groupIdOrPath,
Long milestoneId) |
Get the specified group milestone.
|
List<Milestone> |
MilestonesApi.getGroupMilestones(Object groupIdOrPath) |
Get a list of group milestones.
|
Pager<Milestone> |
MilestonesApi.getGroupMilestones(Object groupIdOrPath,
int itemsPerPage) |
Get a Page of group milestones.
|
List<Milestone> |
MilestonesApi.getGroupMilestones(Object groupIdOrPath,
int page,
int perPage) |
Get a list of group milestones.
|
List<Milestone> |
MilestonesApi.getGroupMilestones(Object groupIdOrPath,
String search) |
Get a list of group milestones that have match the search string.
|
List<Milestone> |
MilestonesApi.getGroupMilestones(Object groupIdOrPath,
Constants.MilestoneState state) |
Get a list of group milestones that have the specified state.
|
List<Milestone> |
MilestonesApi.getGroupMilestones(Object groupIdOrPath,
Constants.MilestoneState state,
String search) |
Get a list of group milestones that have the specified state and match the search string.
|
Stream<Milestone> |
MilestonesApi.getGroupMilestonesStream(Object groupIdOrPath) |
Get a Stream of group milestones.
|
NotificationSettings |
NotificationSettingsApi.getGroupNotificationSettings(long groupId) |
Get the notification settings for a group.
|
List<Group> |
GroupApi.getGroups() |
Get a list of groups.
|
Pager<Group> |
GroupApi.getGroups(int itemsPerPage) |
Get a Pager of groups.
|
List<Group> |
GroupApi.getGroups(int page,
int perPage) |
Get a list of groups (As user: my groups, as admin: all groups) and in the specified page range.
|
List<Group> |
GroupApi.getGroups(String search) |
Get all groups that match your string in their name or path.
|
Pager<Group> |
GroupApi.getGroups(String search,
int itemsPerPage) |
Get all groups that match your string in their name or path.
|
List<Group> |
GroupApi.getGroups(String search,
int page,
int perPage) |
Get all groups that match your string in their name or path.
|
List<Group> |
GroupApi.getGroups(GroupFilter filter) |
Get a list of visible groups for the authenticated user using the provided filter.
|
Pager<Group> |
GroupApi.getGroups(GroupFilter filter,
int itemsPerPage) |
Get a Pager of visible groups for the authenticated user using the provided filter.
|
Stream<Group> |
GroupApi.getGroupsStream() |
Get a Stream of groups.
|
Stream<Group> |
GroupApi.getGroupsStream(String search) |
Get all groups that match your string in their name or path as a Stream.
|
Stream<Group> |
GroupApi.getGroupsStream(GroupFilter filter) |
Get a Stream of visible groups for the authenticated user using the provided filter.
|
HipChatService |
ServicesApi.getHipChatService(Object projectIdOrPath) |
Get the HipChatService notification configuration for a project.
|
ProjectHook |
ProjectApi.getHook(Object projectIdOrPath,
Long hookId) |
Get a specific hook for project.
|
List<ProjectHook> |
ProjectApi.getHooks(Object projectIdOrPath) |
Get a list of the project hooks for the specified project.
|
Pager<ProjectHook> |
ProjectApi.getHooks(Object projectIdOrPath,
int itemsPerPage) |
Get Pager of project hooks.
|
List<ProjectHook> |
ProjectApi.getHooks(Object projectIdOrPath,
int page,
int perPage) |
Get list of project hooks in the specified page range.
|
Stream<ProjectHook> |
ProjectApi.getHooksStream(Object projectIdOrPath) |
Get a Stream of the project hooks for the specified project.
|
ImpersonationToken |
UserApi.getImpersonationToken(Object userIdOrUsername,
Long tokenId) |
Get an impersonation token of a user.
|
List<ImpersonationToken> |
UserApi.getImpersonationTokens(Object userIdOrUsername) |
Get a list of a specified user's impersonation tokens.
|
List<ImpersonationToken> |
UserApi.getImpersonationTokens(Object userIdOrUsername,
Constants.ImpersonationState state) |
Get a list of a specified user's impersonation tokens.
|
ImportStatus |
ImportExportApi.getImportStatus(Object projectIdOrPath) |
Get the status of an import.
|
Issue |
IssuesApi.getIssue(Object projectIdOrPath,
Long issueIid) |
Get a single project issue.
|
Issue |
ProjectApi.getIssue(Object projectIdOrPath,
Long issueId) |
Deprecated.
|
AwardEmoji |
AwardEmojiApi.getIssueAwardEmoji(Object projectIdOrPath,
Long issueIid,
Long awardId) |
Get the specified award emoji for the specified issue.
|
List<AwardEmoji> |
AwardEmojiApi.getIssueAwardEmojis(Object projectIdOrPath,
Long issueIid) |
Get a list of award emoji for the specified issue.
|
List<Discussion> |
DiscussionsApi.getIssueDiscussions(Object projectIdOrPath,
Long issueIid) |
Get a list of all discussions for the specified issue.
|
List<Discussion> |
DiscussionsApi.getIssueDiscussions(Object projectIdOrPath,
Long issueIid,
int maxItems) |
Get a list of discussions for the specified issue.
|
Pager<Discussion> |
DiscussionsApi.getIssueDiscussionsPager(Object projectIdOrPath,
Long issueIid,
int itemsPerPage) |
Get a Pager of Discussion instances for the specified issue.
|
Stream<Discussion> |
DiscussionsApi.getIssueDiscussionsStream(Object projectIdOrPath,
Long issueIid) |
Get a Stream of Discussion instances for the specified issue.
|
LabelEvent |
ResourceLabelEventsApi.getIssueLabelEvent(Object projectIdOrPath,
Long issueIid,
Long resourceLabelEventId) |
Get a single label event for a specific project issue.
|
List<LabelEvent> |
ResourceLabelEventsApi.getIssueLabelEvents(Object projectIdOrPath,
Long issueIid) |
Gets a list of all label events for a single issue.
|
Pager<LabelEvent> |
ResourceLabelEventsApi.getIssueLabelEvents(Object projectIdOrPath,
Long issueIid,
int itemsPerPage) |
Gets a Pager of all label events for a single issue.
|
Stream<LabelEvent> |
ResourceLabelEventsApi.getIssueLabelEventsStream(Object projectIdOrPath,
Long issueIid) |
Gets a Stream of all label events for a single issue.
|
List<Issue> |
IssuesApi.getIssueLinks(Object projectIdOrPath,
Long issueIid) |
Get a list of related issues of a given issue, sorted by the relationship creation datetime (ascending).
|
Pager<Issue> |
IssuesApi.getIssueLinks(Object projectIdOrPath,
Long issueIid,
int itemsPerPage) |
Get a Pager of related issues of a given issue, sorted by the relationship creation datetime (ascending).
|
Stream<Issue> |
IssuesApi.getIssueLinksStream(Object projectIdOrPath,
Long issueIid) |
Get a Stream of related issues of a given issue, sorted by the relationship creation datetime (ascending).
|
Note |
NotesApi.getIssueNote(Object projectIdOrPath,
Long issueIid,
Long noteId) |
Get the specified issues's note.
|
AwardEmoji |
AwardEmojiApi.getIssueNoteAwardEmoji(Object projectIdOrPath,
Long issueIid,
Long noteId,
Long awardId) |
Get the specified award emoji for the specified issue note.
|
List<AwardEmoji> |
AwardEmojiApi.getIssueNoteAwardEmojis(Object projectIdOrPath,
Long issueIid,
Long noteId) |
Get a list of award emoji for the specified issue note.
|
List<Note> |
NotesApi.getIssueNotes(Object projectIdOrPath,
Long issueIid) |
Get a list of the issues's notes.
|
Pager<Note> |
NotesApi.getIssueNotes(Object projectIdOrPath,
Long issueIid,
int itemsPerPage) |
Get a Pager of issues's notes.
|
List<Note> |
NotesApi.getIssueNotes(Object projectIdOrPath,
Long issueIid,
int page,
int perPage) |
Get a list of the issue's notes using the specified page and per page settings.
|
Stream<Note> |
NotesApi.getIssueNotesStream(Object projectIdOrPath,
Long issueIid) |
Get a Stream of the issues's notes.
|
List<Issue> |
IssuesApi.getIssues() |
Get all issues the authenticated user has access to.
|
Pager<Issue> |
IssuesApi.getIssues(int itemsPerPage) |
Get a Pager of all issues the authenticated user has access to.
|
List<Issue> |
IssuesApi.getIssues(int page,
int perPage) |
Get all issues the authenticated user has access to using the specified page and per page setting.
|
List<Issue> |
IssuesApi.getIssues(Object projectIdOrPath) |
Get a list of project's issues.
|
Pager<Issue> |
IssuesApi.getIssues(Object projectIdOrPath,
int itemsPerPage) |
Get a Pager of project's issues.
|
List<Issue> |
IssuesApi.getIssues(Object projectIdOrPath,
int page,
int perPage) |
Get a list of project's issues using the specified page and per page settings.
|
List<Issue> |
IssuesApi.getIssues(Object projectIdOrPath,
IssueFilter filter) |
Get a list of project's issues.
|
Pager<Issue> |
IssuesApi.getIssues(Object projectIdOrPath,
IssueFilter filter,
int itemsPerPage) |
Get a list of project's issues.
|
List<Issue> |
IssuesApi.getIssues(Object projectIdOrPath,
IssueFilter filter,
int page,
int perPage) |
Get a list of project's issues.
|
List<Issue> |
IssuesApi.getIssues(IssueFilter filter) |
Get all issues the authenticated user has access to.
|
Pager<Issue> |
IssuesApi.getIssues(IssueFilter filter,
int itemsPerPage) |
Get all issues the authenticated user has access to.
|
List<Issue> |
IssuesApi.getIssues(IssueFilter filter,
int page,
int perPage) |
Get all issues the authenticated user has access to.
|
List<Issue> |
MilestonesApi.getIssues(Object projectIdOrPath,
Long milestoneId) |
Get the list of issues associated with the specified milestone.
|
Pager<Issue> |
MilestonesApi.getIssues(Object projectIdOrPath,
Long milestoneId,
int itemsPerPage) |
Get a Pager of issues associated with the specified milestone.
|
List<Issue> |
ProjectApi.getIssues(Object projectIdOrPath) |
Deprecated.
|
Pager<Issue> |
ProjectApi.getIssues(Object projectIdOrPath,
int itemsPerPage) |
Deprecated.
|
List<Issue> |
ProjectApi.getIssues(Object projectIdOrPath,
int page,
int perPage) |
Deprecated.
|
IssuesStatistics |
IssuesApi.getIssuesStatistics(IssuesStatisticsFilter filter) |
Gets issues count statistics on all issues the authenticated user has access to.
|
Stream<Issue> |
IssuesApi.getIssuesStream() |
Get all issues the authenticated user has access to as a Stream.
|
Stream<Issue> |
IssuesApi.getIssuesStream(Object projectIdOrPath) |
Get a Stream of project's issues.
|
Stream<Issue> |
IssuesApi.getIssuesStream(Object projectIdOrPath,
IssueFilter filter) |
Get a Stream of project's issues.
|
Stream<Issue> |
IssuesApi.getIssuesStream(IssueFilter filter) |
Get all issues the authenticated user has access to.
|
Stream<Issue> |
MilestonesApi.getIssuesStream(Object projectIdOrPath,
Long milestoneId) |
Get a Stream of issues associated with the specified milestone.
|
Stream<Issue> |
ProjectApi.getIssuesStream(Object projectIdOrPath) |
Deprecated.
|
List<IssueEvent> |
ResourceStateEventsApi.getIssueStateEvents(Object projectIdOrPath,
Long issueIid) |
Gets a list of all state events for a single issue.
|
Pager<IssueEvent> |
ResourceStateEventsApi.getIssueStateEvents(Object projectIdOrPath,
Long issueIid,
int itemsPerPage) |
Gets a Pager of all state events for a single issue.
|
Stream<IssueEvent> |
ResourceStateEventsApi.getIssueStateEventsStream(Object projectIdOrPath,
Long issueIid) |
Gets a Stream of all state events for a single issue.
|
JiraService |
ServicesApi.getJiraService(Object projectIdOrPath) |
Get the JIRA service settings for a project.
|
Job |
JobApi.getJob(Object projectIdOrPath,
Long jobId) |
Get single job in a project.
|
List<Job> |
JobApi.getJobs(Object projectIdOrPath) |
Get a list of jobs in a project.
|
Pager<Job> |
JobApi.getJobs(Object projectIdOrPath,
int itemsPerPage) |
Get a Pager of jobs in a project.
|
List<Job> |
JobApi.getJobs(Object projectIdOrPath,
int page,
int perPage) |
Get a list of jobs in a project in the specified page range.
|
List<Job> |
JobApi.getJobs(Object projectIdOrPath,
Constants.JobScope scope) |
Get a list of jobs in a project.
|
Pager<Job> |
JobApi.getJobs(Object projectIdOrPath,
Constants.JobScope scope,
int itemsPerPage) |
Get a list of jobs in a project.
|
List<Job> |
RunnersApi.getJobs(Long runnerId) |
List jobs that are being processed or were processed by specified Runner.
|
Pager<Job> |
RunnersApi.getJobs(Long runnerId,
int itemsPerPage) |
List jobs that are being processed or were processed by specified Runner.
|
List<Job> |
RunnersApi.getJobs(Long runnerId,
JobStatus status) |
List jobs that are being processed or were processed by specified Runner.
|
Pager<Job> |
RunnersApi.getJobs(Long runnerId,
JobStatus status,
int itemsPerPage) |
List jobs that are being processed or were processed by specified Runner.
|
List<Job> |
JobApi.getJobsForPipeline(Object projectIdOrPath,
long pipelineId) |
Get a list of jobs in a pipeline.
|
Pager<Job> |
JobApi.getJobsForPipeline(Object projectIdOrPath,
long pipelineId,
int itemsPerPage) |
Get a Pager of jobs in a pipeline.
|
List<Job> |
JobApi.getJobsForPipeline(Object projectIdOrPath,
long pipelineId,
Constants.JobScope scope) |
Get a list of jobs in a pipeline.
|
Stream<Job> |
JobApi.getJobsStream(Object projectIdOrPath) |
Get a Stream of jobs in a project.
|
Stream<Job> |
JobApi.getJobsStream(Object projectIdOrPath,
long pipelineId) |
Get a Stream of jobs in a pipeline.
|
Stream<Job> |
JobApi.getJobsStream(Object projectIdOrPath,
Constants.JobScope scope) |
Get a Stream of jobs in a project.
|
Stream<Job> |
RunnersApi.getJobsStream(Long runnerId) |
Get a Stream of jobs that are being processed or were processed by specified Runner.
|
Stream<Job> |
RunnersApi.getJobsStream(Long runnerId,
JobStatus status) |
Get a Stream of jobs that are being processed or were processed by specified Runner.
|
Object |
AbstractApi.getLabelIdOrName(Object obj) |
Returns the label ID or name from the provided Integer, String, or Label instance.
|
List<Label> |
LabelsApi.getLabels(Object projectIdOrPath) |
Deprecated.
|
Pager<Label> |
LabelsApi.getLabels(Object projectIdOrPath,
int itemsPerPage) |
Deprecated.
|
List<Label> |
LabelsApi.getLabels(Object projectIdOrPath,
int page,
int perPage) |
Deprecated.
|
Stream<Label> |
LabelsApi.getLabelsStream(Object projectIdOrPath) |
Deprecated.
|
License |
LicenseApi.getLicense() |
Retrieve information about the current license.
|
LicenseTemplate |
LicenseTemplatesApi.getLicenseTemplate(String key) |
Get a single license template.
|
List<LicenseTemplate> |
LicenseTemplatesApi.getLicenseTemplates() |
Get a List of all license templates.
|
Pager<LicenseTemplate> |
LicenseTemplatesApi.getLicenseTemplates(int itemsPerPage) |
Get a Pager of all license templates.
|
Pager<LicenseTemplate> |
LicenseTemplatesApi.getLicenseTemplates(Boolean popular,
int itemsPerPage) |
Get a Pager of license templates.
|
Stream<LicenseTemplate> |
LicenseTemplatesApi.getLicenseTemplatesStream() |
Get a Stream of all license templates.
|
HealthCheckInfo |
HealthCheckApi.getLiveness() |
Get Health Checks from the liveness endpoint.
|
HealthCheckInfo |
HealthCheckApi.getLiveness(String token) |
Deprecated.
|
Markdown |
MarkdownApi.getMarkdown(String text) |
Render an arbitrary Markdown document.
|
Markdown |
MarkdownApi.getMarkdown(MarkdownRequest markdownRequest) |
Render an arbitrary Markdown document.
|
MattermostService |
ServicesApi.getMattermostService(Object projectIdOrPath) |
Get the Mattermost service settings for a project.
|
Member |
GroupApi.getMember(Object groupIdOrPath,
long userId) |
Get a group member viewable by the authenticated user.
|
Member |
GroupApi.getMember(Object groupIdOrPath,
Long userId,
Boolean includeInherited) |
Gets a group team member, optionally including inherited member.
|
Member |
ProjectApi.getMember(Object projectIdOrPath,
Long userId) |
Gets a project team member.
|
Member |
ProjectApi.getMember(Object projectIdOrPath,
Long userId,
Boolean includeInherited) |
Gets a project team member, optionally including inherited member.
|
List<Project> |
ProjectApi.getMemberProjects() |
Get a list of projects that the authenticated user is a member of.
|
Pager<Project> |
ProjectApi.getMemberProjects(int itemsPerPage) |
Get a Pager of projects that the authenticated user is a member of.
|
List<Project> |
ProjectApi.getMemberProjects(int page,
int perPage) |
Get a list of projects that the authenticated user is a member of in the specified page range.
|
Stream<Project> |
ProjectApi.getMemberProjectsStream() |
Get a Stream of projects that the authenticated user is a member of.
|
List<Member> |
GroupApi.getMembers(Object groupIdOrPath) |
Get a list of group members viewable by the authenticated user.
|
Pager<Member> |
GroupApi.getMembers(Object groupIdOrPath,
int itemsPerPage) |
Get a Pager of group members viewable by the authenticated user.
|
List<Member> |
GroupApi.getMembers(Object groupIdOrPath,
int page,
int perPage) |
Get a list of group members viewable by the authenticated user in the specified page range.
|
List<Member> |
ProjectApi.getMembers(Object projectIdOrPath) |
Get a list of project team members.
|
Pager<Member> |
ProjectApi.getMembers(Object projectIdOrPath,
int itemsPerPage) |
Get a Pager of project team members.
|
List<Member> |
ProjectApi.getMembers(Object projectIdOrPath,
int page,
int perPage) |
Get a list of project team members in the specified page range.
|
List<Membership> |
UserApi.getMemberships(Long userId) |
Lists all projects and groups a user is a member of.
|
Pager<Membership> |
UserApi.getMemberships(Long userId,
int itemsPerPage) |
Returns a Pager that lists all projects and groups a user is a member of.
|
Stream<Member> |
GroupApi.getMembersStream(Object groupIdOrPath) |
Get a Stream of group members viewable by the authenticated user.
|
Stream<Member> |
ProjectApi.getMembersStream(Object projectIdOrPath) |
Get a Stream of project team members.
|
Commit |
RepositoryApi.getMergeBase(Object projectIdOrPath,
List<String> refs) |
Get the common ancestor for 2 or more refs (commit SHAs, branch names or tags).
|
MergeRequest |
MergeRequestApi.getMergeRequest(Object projectIdOrPath,
Long mergeRequestIid) |
Get information about a single merge request.
|
MergeRequest |
MergeRequestApi.getMergeRequest(Object projectIdOrPath,
Long mergeRequestIid,
Boolean renderHtml,
Boolean includeDivergedCommitCount,
Boolean includeRebaseInProgress) |
Get information about a single merge request.
|
List<MergeRequest> |
MilestonesApi.getMergeRequest(Object projectIdOrPath,
Long milestoneId) |
Get the list of merge requests associated with the specified milestone.
|
MergeRequest |
MergeRequestApi.getMergeRequestApprovals(Object projectIdOrPath,
Long mergeRequestIid) |
Get the merge request with approval information.
|
AwardEmoji |
AwardEmojiApi.getMergeRequestAwardEmoji(Object projectIdOrPath,
Long mergeRequestIid,
Long awardId) |
Get the specified award emoji for the specified merge request.
|
List<AwardEmoji> |
AwardEmojiApi.getMergeRequestAwardEmojis(Object projectIdOrPath,
Long mergeRequestIid) |
Get a list of award emoji for the specified merge request.
|
MergeRequest |
MergeRequestApi.getMergeRequestChanges(Object projectIdOrPath,
Long mergeRequestIid) |
Get merge request with changes information.
|
MergeRequestDiff |
MergeRequestApi.getMergeRequestDiff(Object projectIdOrPath,
Long mergeRequestIid,
Long versionId) |
Get a single merge request diff version.
|
List<MergeRequestDiff> |
MergeRequestApi.getMergeRequestDiffs(Object projectIdOrPath,
Long mergeRequestIid) |
Get a list of merge request diff versions.
|
Pager<MergeRequestDiff> |
MergeRequestApi.getMergeRequestDiffs(Object projectIdOrPath,
Long mergeRequestIid,
int itemsPerPage) |
Get a Pager of merge request diff versions.
|
Stream<MergeRequestDiff> |
MergeRequestApi.getMergeRequestDiffsStream(Object projectIdOrPath,
Long mergeRequestIid) |
Get a Stream of merge request diff versions.
|
List<Discussion> |
DiscussionsApi.getMergeRequestDiscussions(Object projectIdOrPath,
Long mergeRequestIid) |
Get a list of all discussions for the specified merge request.
|
List<Discussion> |
DiscussionsApi.getMergeRequestDiscussions(Object projectIdOrPath,
Long mergeRequestIid,
int maxItems) |
Get a list of discussions for the specified merge request.
|
Pager<Discussion> |
DiscussionsApi.getMergeRequestDiscussionsPager(Object projectIdOrPath,
Long mergeRequestIid,
int itemsPerPage) |
Get a Pager of Discussion instances for the specified merge request.
|
Stream<Discussion> |
DiscussionsApi.getMergeRequestDiscussionsStream(Object projectIdOrPath,
Long mergeRequestIid) |
Get a Stream of Discussion instances for the specified merge request.
|
LabelEvent |
ResourceLabelEventsApi.getMergeRequestLabelEvent(Object projectIdOrPath,
Long mergeRequestIid,
Long resourceLabelEventId) |
Get a single label event for a specific merge request label event.
|
List<LabelEvent> |
ResourceLabelEventsApi.getMergeRequestLabelEvents(Object projectIdOrPath,
Long mergeRequestIid) |
Gets a list of all label events for a merge request.
|
Pager<LabelEvent> |
ResourceLabelEventsApi.getMergeRequestLabelEvents(Object projectIdOrPath,
Long mergeRequestIid,
int itemsPerPage) |
Gets a Pager of all label events for the specified merge request.
|
Stream<LabelEvent> |
ResourceLabelEventsApi.getMergeRequestLabelEventsStream(Object projectIdOrPath,
Long mergeRequestIid) |
Gets a Stream of all label events for he specified merge request.
|
Note |
NotesApi.getMergeRequestNote(Object projectIdOrPath,
Long mergeRequestIid,
Long noteId) |
Get the specified merge request's note.
|
AwardEmoji |
AwardEmojiApi.getMergeRequestNoteAwardEmoji(Object projectIdOrPath,
Long mergeRequestIid,
Long noteId,
Long awardId) |
Get the specified award emoji for the specified merge request note.
|
List<AwardEmoji> |
AwardEmojiApi.getMergeRequestNoteAwardEmojis(Object projectIdOrPath,
Long mergeRequestIid,
Long noteId) |
Get a list of award emoji for the specified merge request note.
|
List<Note> |
NotesApi.getMergeRequestNotes(Object projectIdOrPath,
Long mergeRequestIid) |
Gets a list of all notes for a single merge request
|
Pager<Note> |
NotesApi.getMergeRequestNotes(Object projectIdOrPath,
Long mergeRequestIid,
int itemsPerPage) |
Get a Pager of all notes for a single merge request
|
List<Note> |
NotesApi.getMergeRequestNotes(Object projectIdOrPath,
Long mergeRequestIid,
int page,
int perPage) |
Gets a list of all notes for a single merge request using the specified page and per page settings.
|
List<Note> |
NotesApi.getMergeRequestNotes(Object projectIdOrPath,
Long mergeRequestIid,
Constants.SortOrder sortOrder,
Note.OrderBy orderBy) |
Gets a list of all notes for a single merge request.
|
Pager<Note> |
NotesApi.getMergeRequestNotes(Object projectIdOrPath,
Long mergeRequestIid,
Constants.SortOrder sortOrder,
Note.OrderBy orderBy,
int itemsPerPage) |
Get a Pager of all notes for a single merge request
|
List<Note> |
NotesApi.getMergeRequestNotes(Object projectIdOrPath,
Long mergeRequestIid,
Constants.SortOrder sortOrder,
Note.OrderBy orderBy,
int page,
int perPage) |
Gets a list of all notes for a single merge request using the specified page and per page settings.
|
Stream<Note> |
NotesApi.getMergeRequestNotesStream(Object projectIdOrPath,
Long mergeRequestIid) |
Gets a Stream of all notes for a single merge request
|
Stream<Note> |
NotesApi.getMergeRequestNotesStream(Object projectIdOrPath,
Long mergeRequestIid,
Constants.SortOrder sortOrder,
Note.OrderBy orderBy) |
Gets a Stream of all notes for a single merge request.
|
List<Pipeline> |
MergeRequestApi.getMergeRequestPipelines(Object projectIdOrPath,
Long mergeRequestIid) |
Get a list of pipelines for a merge request.
|
Pager<Pipeline> |
MergeRequestApi.getMergeRequestPipelines(Object projectIdOrPath,
Long mergeRequestIid,
int itemsPerPage) |
Get a Pager of pipelines for a merge request.
|
Stream<Pipeline> |
MergeRequestApi.getMergeRequestPipelinesStream(Object projectIdOrPath,
Long mergeRequestIid) |
Get a Stream of pipelines for a merge request.
|
List<MergeRequest> |
CommitsApi.getMergeRequests(Object projectIdOrPath,
String sha) |
Get a list of Merge Requests related to the specified commit.
|
Pager<MergeRequest> |
CommitsApi.getMergeRequests(Object projectIdOrPath,
String sha,
int itemsPerPage) |
Get a Pager of Merge Requests related to the specified commit.
|
List<MergeRequest> |
DeploymentsApi.getMergeRequests(Object projectIdOrPath,
Long deploymentId) |
Get a list of Merge Requests shipped with a given deployment.
|
Pager<MergeRequest> |
DeploymentsApi.getMergeRequests(Object projectIdOrPath,
Long deploymentId,
int itemsPerPage) |
Get a Pager of Merge Requests shipped with a given deployment.
|
List<MergeRequest> |
MergeRequestApi.getMergeRequests(Object projectIdOrPath) |
Get all merge requests for the specified project.
|
Pager<MergeRequest> |
MergeRequestApi.getMergeRequests(Object projectIdOrPath,
int itemsPerPage) |
Get all merge requests for the specified project.
|
List<MergeRequest> |
MergeRequestApi.getMergeRequests(Object projectIdOrPath,
int page,
int perPage) |
Get all merge requests for the specified project.
|
List<MergeRequest> |
MergeRequestApi.getMergeRequests(Object projectIdOrPath,
Constants.MergeRequestState state) |
Get all merge requests with a specific state for the specified project.
|
Pager<MergeRequest> |
MergeRequestApi.getMergeRequests(Object projectIdOrPath,
Constants.MergeRequestState state,
int itemsPerPage) |
Get all merge requests for the specified project.
|
List<MergeRequest> |
MergeRequestApi.getMergeRequests(Object projectIdOrPath,
Constants.MergeRequestState state,
int page,
int perPage) |
Get all merge requests for the specified project.
|
List<MergeRequest> |
MergeRequestApi.getMergeRequests(MergeRequestFilter filter) |
Get all merge requests matching the filter.
|
Pager<MergeRequest> |
MergeRequestApi.getMergeRequests(MergeRequestFilter filter,
int itemsPerPage) |
Get all merge requests matching the filter.
|
List<MergeRequest> |
MergeRequestApi.getMergeRequests(MergeRequestFilter filter,
int page,
int perPage) |
Get all merge requests matching the filter.
|
Stream<MergeRequest> |
CommitsApi.getMergeRequestsStream(Object projectIdOrPath,
String sha) |
Get a Stream of Merge Requests related to the specified commit.
|
Stream<MergeRequest> |
DeploymentsApi.getMergeRequestsStream(Object projectIdOrPath,
Long deploymentId) |
Get a Stream of Merge Requests shipped with a given deployment.
|
Stream<MergeRequest> |
MergeRequestApi.getMergeRequestsStream(Object projectIdOrPath) |
Get all merge requests for the specified project as a Stream
|
Stream<MergeRequest> |
MergeRequestApi.getMergeRequestsStream(Object projectIdOrPath,
Constants.MergeRequestState state) |
Get all merge requests with a specific state for the specified project as a Stream.
|
Stream<MergeRequest> |
MergeRequestApi.getMergeRequestsStream(MergeRequestFilter filter) |
Get all merge requests matching the filter as a Stream.
|
Milestone |
MilestonesApi.getMilestone(Object projectIdOrPath,
Long milestoneId) |
Get the specified milestone.
|
List<Milestone> |
MilestonesApi.getMilestones(Object projectIdOrPath) |
Get a list of project milestones.
|
Pager<Milestone> |
MilestonesApi.getMilestones(Object projectIdOrPath,
int itemsPerPage) |
Get a Pager of project milestones.
|
List<Milestone> |
MilestonesApi.getMilestones(Object projectIdOrPath,
int page,
int perPage) |
Get a list of project milestones.
|
List<Milestone> |
MilestonesApi.getMilestones(Object projectIdOrPath,
String search) |
Get a list of project milestones that have match the search string.
|
List<Milestone> |
MilestonesApi.getMilestones(Object projectIdOrPath,
Constants.MilestoneState state) |
Get a list of project milestones that have the specified state.
|
List<Milestone> |
MilestonesApi.getMilestones(Object projectIdOrPath,
Constants.MilestoneState state,
String search) |
Get a list of project milestones that have the specified state and match the search string.
|
Stream<Milestone> |
MilestonesApi.getMilestonesStream(Object projectIdOrPath) |
Get a Stream of project milestones.
|
List<Namespace> |
NamespaceApi.getNamespaces() |
Get a list of the namespaces of the authenticated user.
|
Pager<Namespace> |
NamespaceApi.getNamespaces(int itemsPerPage) |
Get a Pager of the namespaces of the authenticated user.
|
List<Namespace> |
NamespaceApi.getNamespaces(int page,
int perPage) |
Get a list of the namespaces of the authenticated user.
|
Stream<Namespace> |
NamespaceApi.getNamespacesStream() |
Get a Stream of the namespaces of the authenticated user.
|
AwardEmoji |
AwardEmojiApi.getNoteAwardEmoji(Object projectIdOrPath,
Long issueIid,
Long noteId,
Long awardId) |
Deprecated.
|
List<AwardEmoji> |
AwardEmojiApi.getNoteAwardEmojis(Object projectIdOrPath,
Long issueIid,
Long noteId) |
Get a list of award emoji for the specified issue note.
|
List<Note> |
NotesApi.getNotes(Object projectIdOrPath,
Long issueIid) |
Deprecated.
|
Pager<Note> |
NotesApi.getNotes(Object projectIdOrPath,
Long issueIid,
int itemsPerPage) |
Deprecated.
|
List<Note> |
NotesApi.getNotes(Object projectIdOrPath,
Long issueIid,
int page,
int perPage) |
Deprecated.
|
Optional<Branch> |
RepositoryApi.getOptionalBranch(Object projectIdOrPath,
String branchName) |
Get an Optional instance with the value for the specific repository branch.
|
Optional<LabelEvent> |
ResourceLabelEventsApi.getOptionalEpicLabelEvent(Object projectIdOrPath,
Long epicId,
Long resourceLabelEventId) |
Get an Optional instance holding a LabelEvent for a specific epic label event.
|
Optional<Label> |
LabelsApi.getOptionalGroupLabel(Object groupIdOrPath,
Object labelIdOrName) |
Get a single group label as the value of an Optional.
|
Optional<LabelEvent> |
ResourceLabelEventsApi.getOptionalIssueLabelEvent(Object projectIdOrPath,
Long issueIid,
Long resourceLabelEventId) |
Get an Optional instance holding a LabelEvent for a specific project issue
|
Optional<Commit> |
RepositoryApi.getOptionalMergeBase(Object projectIdOrPath,
List<String> refs) |
Get an Optional instance with the value of the common ancestor
for 2 or more refs (commit SHAs, branch names or tags).
|
Optional<LabelEvent> |
ResourceLabelEventsApi.getOptionalMergeRequestLabelEvent(Object projectIdOrPath,
Long mergeRequestIid,
Long resourceLabelEventId) |
Get an Optional instance holding a LabelEvent for a specific merge request label event.
|
Optional<Label> |
LabelsApi.getOptionalProjectLabel(Object projectIdOrPath,
Object labelIdOrName) |
Get a single project label as the value of an Optional.
|
Optional<ProtectedTag> |
TagsApi.getOptionalProtectedTag(Object projectIdOrPath,
String name) |
Get an Optional instance holding a protected tag or wildcard protected tag.
|
Optional<Release> |
ReleasesApi.getOptionalRelease(Object projectIdOrPath,
String tagName) |
Get an Optional instance holding a Release instance for the specific tag name.
|
Optional<Tag> |
TagsApi.getOptionalTag(Object projectIdOrPath,
String tagName) |
Get an Optional instance holding a Tag instance of a specific repository tag determined by its name.
|
List<Project> |
ProjectApi.getOwnedProjects() |
Get a list of projects owned by the authenticated user.
|
Pager<Project> |
ProjectApi.getOwnedProjects(int itemsPerPage) |
Get a Pager of projects owned by the authenticated user.
|
List<Project> |
ProjectApi.getOwnedProjects(int page,
int perPage) |
Get a list of projects owned by the authenticated user in the specified page range.
|
Stream<Project> |
ProjectApi.getOwnedProjectsStream() |
Get a Stream of projects owned by the authenticated user.
|
Package |
PackagesApi.getPackage(Object projectIdOrPath,
Long packageId) |
Get a single project package.
|
List<PackageFile> |
PackagesApi.getPackageFiles(Object projectIdOrPath,
Long packageId) |
Get a list of package files of a single package.
|
Pager<PackageFile> |
PackagesApi.getPackageFiles(Object projectIdOrPath,
Long packageId,
int itemsPerPage) |
Get a Pager of project package files.
|
List<PackageFile> |
PackagesApi.getPackageFiles(Object projectIdOrPath,
Long packageId,
int page,
int perPage) |
Get a list of package files of a single package for the specified page.
|
List<Package> |
PackagesApi.getPackages(Object projectIdOrPath) |
Get a list of project packages.
|
Pager<Package> |
PackagesApi.getPackages(Object projectIdOrPath,
int itemsPerPage) |
Get a Pager of project packages.
|
List<Package> |
PackagesApi.getPackages(Object projectIdOrPath,
int page,
int perPage) |
Get a list of project packages for the specified page.
|
Pager<Package> |
PackagesApi.getPackages(Object projectIdOrPath,
PackageFilter filter,
int itemsPerPage) |
Get a Pager of project packages.
|
Stream<Package> |
PackagesApi.getPackagesStream(Object projectIdOrPath) |
Get a Stream of project packages.
|
Stream<PackageFile> |
PackagesApi.getPackagesStream(Object projectIdOrPath,
Long packageId) |
Get a Stream of project package files.
|
Stream<Package> |
PackagesApi.getPackagesStream(Object projectIdOrPath,
PackageFilter filter) |
Get a Stream of project packages.
|
WikiPage |
WikisApi.getPage(Object projectIdOrPath,
String slug) |
Get a single page of project wiki.
|
List<WikiPage> |
WikisApi.getPages(Object projectIdOrPath) |
Get a list of pages in project wiki.
|
List<WikiPage> |
WikisApi.getPages(Object projectIdOrPath,
boolean withContent) |
Get a List of pages in project wiki.
|
Pager<WikiPage> |
WikisApi.getPages(Object projectIdOrPath,
boolean withContent,
int itemsPerPage) |
Get a Pager of pages in project wiki.
|
Pager<WikiPage> |
WikisApi.getPages(Object projectIdOrPath,
int itemsPerPage) |
Get a Pager of pages in project wiki.
|
List<WikiPage> |
WikisApi.getPages(Object projectIdOrPath,
int page,
int perPage) |
Deprecated.
|
Stream<WikiPage> |
WikisApi.getPagesStream(Object projectIdOrPath) |
Get a Stream of pages in project wiki.
|
Stream<WikiPage> |
WikisApi.getPagesStream(Object projectIdOrPath,
boolean withContent) |
Get a Stream of pages in project wiki.
|
List<Participant> |
IssuesApi.getParticipants(Object projectIdOrPath,
Long issueIid) |
Get list of participants for an issue.
|
Pager<Participant> |
IssuesApi.getParticipants(Object projectIdOrPath,
Long issueIid,
int itemsPerPage) |
Get a Pager of the participants for an issue.
|
List<Participant> |
IssuesApi.getParticipants(Object projectIdOrPath,
Long issueIid,
int page,
int perPage) |
Get list of participants for an issue and in the specified page range.
|
List<Participant> |
MergeRequestApi.getParticipants(Object projectIdOrPath,
Long mergeRequestIid) |
Get list of participants of merge request.
|
Pager<Participant> |
MergeRequestApi.getParticipants(Object projectIdOrPath,
Long mergeRequestIid,
int itemsPerPage) |
Get a Pager of the participants of merge request.
|
List<Participant> |
MergeRequestApi.getParticipants(Object projectIdOrPath,
Long mergeRequestIid,
int page,
int perPage) |
Get list of participants of merge request and in the specified page range.
|
Stream<Participant> |
IssuesApi.getParticipantsStream(Object projectIdOrPath,
Long issueIid) |
Get Stream of participants for an issue.
|
Stream<Participant> |
MergeRequestApi.getParticipantsStream(Object projectIdOrPath,
Long mergeRequestIid) |
Get Stream of participants of merge request.
|
List<Todo> |
TodosApi.getPendingTodos() |
Get a List of pending todos for the current user.
|
Pager<Todo> |
TodosApi.getPendingTodos(int itemsPerPage) |
Get a Pager of pending todos for the current user.
|
Stream<Todo> |
TodosApi.getPendingTodosStream() |
Get a Stream of pending todos for the current user.
|
Pipeline |
PipelineApi.getPipeline(Object projectIdOrPath,
long pipelineId) |
Get single pipelines in a project.
|
List<Pipeline> |
PipelineApi.getPipelines(Object projectIdOrPath) |
Get a list of pipelines in a project.
|
Pager<Pipeline> |
PipelineApi.getPipelines(Object projectIdOrPath,
int itemsPerPage) |
Get a Pager of pipelines in a project.
|
List<Pipeline> |
PipelineApi.getPipelines(Object projectIdOrPath,
int page,
int perPage) |
Get a list of pipelines in a project in the specified page range.
|
List<Pipeline> |
PipelineApi.getPipelines(Object projectIdOrPath,
Constants.PipelineScope scope,
PipelineStatus status,
String ref,
boolean yamlErrors,
String name,
String username,
Constants.PipelineOrderBy orderBy,
Constants.SortOrder sort) |
Get a list of pipelines in a project.
|
Pager<Pipeline> |
PipelineApi.getPipelines(Object projectIdOrPath,
Constants.PipelineScope scope,
PipelineStatus status,
String ref,
boolean yamlErrors,
String name,
String username,
Constants.PipelineOrderBy orderBy,
Constants.SortOrder sort,
int itemsPerPage) |
Get a Pager of pipelines in a project.
|
List<Pipeline> |
PipelineApi.getPipelines(Object projectIdOrPath,
Constants.PipelineScope scope,
PipelineStatus status,
String ref,
boolean yamlErrors,
String name,
String username,
Constants.PipelineOrderBy orderBy,
Constants.SortOrder sort,
int page,
int perPage) |
Get a list of pipelines in a project in the specified page range.
|
List<Pipeline> |
PipelineApi.getPipelines(Object projectIdOrPath,
PipelineFilter filter) |
Get a list of pipelines in a project filtered with the provided PipelineFilter .
|
Pager<Pipeline> |
PipelineApi.getPipelines(Object projectIdOrPath,
PipelineFilter filter,
int itemsPerPage) |
Get a Pager of pipelines in a project filtered with the provided PipelineFilter .
|
PipelineSchedule |
PipelineApi.getPipelineSchedule(Object projectIdOrPath,
Long pipelineScheduleId) |
Get a specific pipeline schedule for project.
|
List<PipelineSchedule> |
PipelineApi.getPipelineSchedules(Object projectIdOrPath) |
Get a list of the project pipeline_schedules for the specified project.
|
Pager<PipelineSchedule> |
PipelineApi.getPipelineSchedules(Object projectIdOrPath,
int itemsPerPage) |
Get Pager of project pipeline schedule.
|
List<PipelineSchedule> |
PipelineApi.getPipelineSchedules(Object projectIdOrPath,
int page,
int perPage) |
Get list of project pipeline schedules in the specified page range.
|
Stream<PipelineSchedule> |
PipelineApi.getPipelineSchedulesStream(Object projectIdOrPath) |
Get a Stream of the project pipeline schedule for the specified project.
|
Stream<Pipeline> |
PipelineApi.getPipelinesStream(Object projectIdOrPath) |
Get a Stream of pipelines in a project.
|
Stream<Pipeline> |
PipelineApi.getPipelinesStream(Object projectIdOrPath,
Constants.PipelineScope scope,
PipelineStatus status,
String ref,
boolean yamlErrors,
String name,
String username,
Constants.PipelineOrderBy orderBy,
Constants.SortOrder sort) |
Get a Stream of pipelines in a project.
|
Stream<Pipeline> |
PipelineApi.getPipelinesStream(Object projectIdOrPath,
PipelineFilter filter) |
Get a Stream of pipelines in a project filtered with the provided PipelineFilter .
|
Trigger |
PipelineApi.getPipelineTrigger(Object projectIdOrPath,
Long triggerId) |
Get a specific pipeline schedule for project.
|
List<Trigger> |
PipelineApi.getPipelineTriggers(Object projectIdOrPath) |
Get a list of the project pipeline triggers for the specified project.
|
Pager<Trigger> |
PipelineApi.getPipelineTriggers(Object projectIdOrPath,
int itemsPerPage) |
Get Pager of project pipeline triggers.
|
List<Trigger> |
PipelineApi.getPipelineTriggers(Object projectIdOrPath,
int page,
int perPage) |
Get list of project pipeline triggers in the specified page range.
|
Stream<Trigger> |
PipelineApi.getPipelineTriggersStream(Object projectIdOrPath) |
Get a Stream of the project pipeline triggers for the specified project.
|
List<Variable> |
PipelineApi.getPipelineVariables(Object projectIdOrPath,
Long pipelineId) |
Get List of variables of a pipeline.
|
Pager<Variable> |
PipelineApi.getPipelineVariables(Object projectIdOrPath,
Long pipelineId,
int itemsPerPage) |
Get a Pager of variables of a pipeline.
|
Stream<Variable> |
PipelineApi.getPipelineVariablesStream(Object projectIdOrPath,
Long pipelineId) |
Get a Stream of variables of a pipeline as a Stream.
|
List<LicenseTemplate> |
LicenseTemplatesApi.getPopularLicenseTemplates() |
Get a List of popular license templates.
|
Stream<LicenseTemplate> |
LicenseTemplatesApi.getPopularLicenseTemplatesStream() |
Get a Stream of popular license templates.
|
Project |
ProjectApi.getProject(Object projectIdOrPath) |
Get a specific project, which is owned by the authentication user.
|
Project |
ProjectApi.getProject(Object projectIdOrPath,
Boolean includeStatistics) |
Get a specific project, which is owned by the authentication user.
|
Project |
ProjectApi.getProject(Object projectIdOrPath,
Boolean includeStatistics,
Boolean includeLicense,
Boolean withCustomAttributes) |
Get a specific project, which is owned by the authentication user.
|
Project |
ProjectApi.getProject(String namespace,
String project) |
Get a specific project, which is owned by the authentication user.
|
Project |
ProjectApi.getProject(String namespace,
String project,
Boolean includeStatistics) |
Get a specific project, which is owned by the authentication user.
|
List<DeployKey> |
DeployKeysApi.getProjectDeployKeys(Object projectIdOrPath) |
Get a list of the deploy keys for the specified project.
|
Pager<DeployKey> |
DeployKeysApi.getProjectDeployKeys(Object projectIdOrPath,
int itemsPerPage) |
Get a Pager of the deploy keys for the specified project.
|
List<DeployKey> |
DeployKeysApi.getProjectDeployKeys(Object projectIdOrPath,
int page,
int perPage) |
Get a list of the deploy keys for the specified project using the specified page and per page settings.
|
Stream<DeployKey> |
DeployKeysApi.getProjectDeployKeysStream(Object projectIdOrPath) |
Get a list of the deploy keys for the specified project.
|
List<Deployment> |
DeploymentsApi.getProjectDeployments(Object projectIdOrPath) |
Get a list of deployments for the specified project.
|
Pager<Deployment> |
DeploymentsApi.getProjectDeployments(Object projectIdOrPath,
int itemsPerPage) |
Get a Pager of all deployments for the specified project.
|
Pager<Deployment> |
DeploymentsApi.getProjectDeployments(Object projectIdOrPath,
DeploymentFilter filter) |
Get a Pager of all deployments for the specified project.
|
Pager<Deployment> |
DeploymentsApi.getProjectDeployments(Object projectIdOrPath,
DeploymentFilter filter,
int itemsPerPage) |
Get a Pager of all deployments for the specified project.
|
Stream<Deployment> |
DeploymentsApi.getProjectDeploymentsStream(Object projectIdOrPath) |
Get a Stream of all deployments for the specified project.
|
Stream<Deployment> |
DeploymentsApi.getProjectDeploymentsStream(Object projectIdOrPath,
DeploymentFilter filter) |
Get a Stream of all deployments for the specified project.
|
List<DeployToken> |
DeployTokensApi.getProjectDeployTokens(Object projectIdOrPath) |
Get a list of the deploy tokens for the specified project.
|
Pager<DeployToken> |
DeployTokensApi.getProjectDeployTokens(Object projectIdOrPath,
int itemsPerPage) |
Get a Pager of the deploy tokens for the specified project.
|
Stream<DeployToken> |
DeployTokensApi.getProjectDeployTokensStream(Object projectIdOrPath) |
Get a list of the deploy tokens for the specified project.
|
List<Event> |
EventsApi.getProjectEvents(Long projectIdOrPath,
Constants.ActionType action,
Constants.TargetType targetType,
Date before,
Date after,
Constants.SortOrder sortOrder,
int page,
int perPage) |
Get a list of events for the specified project and in the specified page range.
|
List<Event> |
EventsApi.getProjectEvents(Object projectIdOrPath,
Constants.ActionType action,
Constants.TargetType targetType,
Date before,
Date after,
Constants.SortOrder sortOrder) |
Get a list of events for the specified project.
|
Pager<Event> |
EventsApi.getProjectEvents(Object projectIdOrPath,
Constants.ActionType action,
Constants.TargetType targetType,
Date before,
Date after,
Constants.SortOrder sortOrder,
int itemsPerPage) |
Get a list of events for the specified project and in the specified page range.
|
List<Event> |
ProjectApi.getProjectEvents(Object projectIdOrPath) |
Get the project events for specific project.
|
Pager<Event> |
ProjectApi.getProjectEvents(Object projectIdOrPath,
int itemsPerPage) |
Get a Pager of project events for specific project.
|
List<Event> |
ProjectApi.getProjectEvents(Object projectIdOrPath,
int page,
int perPage) |
Get the project events for specific project.
|
Stream<Event> |
EventsApi.getProjectEventsStream(Object projectIdOrPath,
Constants.ActionType action,
Constants.TargetType targetType,
Date before,
Date after,
Constants.SortOrder sortOrder) |
Get a Stream of events for the specified project.
|
Stream<Event> |
ProjectApi.getProjectEventsStream(Object projectIdOrPath) |
Get a Stream of the project events for specific project.
|
Object |
AbstractApi.getProjectIdOrPath(Object obj) |
Returns the project ID or path from the provided Integer, String, or Project instance.
|
Label |
LabelsApi.getProjectLabel(Object projectIdOrPath,
Object labelIdOrName) |
Get a single project label.
|
List<Label> |
LabelsApi.getProjectLabels(Object projectIdOrPath) |
Get all labels of the specified project.
|
Pager<Label> |
LabelsApi.getProjectLabels(Object projectIdOrPath,
int itemsPerPage) |
Get a Pager of all labels of the specified project.
|
Stream<Label> |
LabelsApi.getProjectLabelsStream(Object projectIdOrPath) |
Get a Stream of all labels of the specified project.
|
Map<String,Float> |
ProjectApi.getProjectLanguages(Object projectIdOrPath) |
Get languages used in a project with percentage value.
|
NotificationSettings |
NotificationSettingsApi.getProjectNotificationSettings(long projectId) |
Get the notification settings for a project.
|
List<Runner> |
RunnersApi.getProjectRunners(Object projectIdOrPath) |
List all runners (specific and shared) available in the project.
|
Pager<Runner> |
RunnersApi.getProjectRunners(Object projectIdOrPath,
int itemsPerPage) |
List all runners (specific and shared) available in the project.
|
Stream<Runner> |
RunnersApi.getProjectRunnersStream(Object projectIdOrPath) |
Get a Stream all runners (specific and shared) available in the project.
|
List<Project> |
GroupApi.getProjects(Object groupIdOrPath) |
Get a list of projects belonging to the specified group ID.
|
Pager<Project> |
GroupApi.getProjects(Object groupIdOrPath,
int itemsPerPage) |
Get a Pager of projects belonging to the specified group ID.
|
List<Project> |
GroupApi.getProjects(Object groupIdOrPath,
int page,
int perPage) |
Get a list of projects belonging to the specified group ID in the specified page range.
|
List<Project> |
GroupApi.getProjects(Object groupIdOrPath,
GroupProjectsFilter filter) |
Get a list of projects belonging to the specified group ID and filter.
|
Pager<Project> |
GroupApi.getProjects(Object groupIdOrPath,
GroupProjectsFilter filter,
int itemsPerPage) |
Get a Pager of projects belonging to the specified group ID and filter.
|
List<Project> |
ProjectApi.getProjects() |
Get a list of projects accessible by the authenticated user.
|
Pager<Project> |
ProjectApi.getProjects(int itemsPerPage) |
Get a Pager instance of projects accessible by the authenticated user.
|
List<Project> |
ProjectApi.getProjects(int page,
int perPage) |
Get a list of projects accessible by the authenticated user and in the specified page range.
|
List<Project> |
ProjectApi.getProjects(Boolean archived,
Visibility visibility,
String orderBy,
String sort,
String search,
Boolean simple,
Boolean owned,
Boolean membership,
Boolean starred,
Boolean statistics) |
Deprecated.
|
List<Project> |
ProjectApi.getProjects(Boolean archived,
Visibility visibility,
Constants.ProjectOrderBy orderBy,
Constants.SortOrder sort,
String search,
Boolean simple,
Boolean owned,
Boolean membership,
Boolean starred,
Boolean statistics) |
Get a list of projects accessible by the authenticated user and matching the supplied filter parameters.
|
Pager<Project> |
ProjectApi.getProjects(Boolean archived,
Visibility visibility,
Constants.ProjectOrderBy orderBy,
Constants.SortOrder sort,
String search,
Boolean simple,
Boolean owned,
Boolean membership,
Boolean starred,
Boolean statistics,
int itemsPerPage) |
Get a Pager of projects accessible by the authenticated user and matching the supplied filter parameters.
|
List<Project> |
ProjectApi.getProjects(Boolean archived,
Visibility visibility,
Constants.ProjectOrderBy orderBy,
Constants.SortOrder sort,
String search,
Boolean simple,
Boolean owned,
Boolean membership,
Boolean starred,
Boolean statistics,
int page,
int perPage) |
Get a list of projects accessible by the authenticated user and matching the supplied filter parameters.
|
List<Project> |
ProjectApi.getProjects(String search) |
Get a list of projects accessible by the authenticated user that match the provided search string.
|
Pager<Project> |
ProjectApi.getProjects(String search,
int itemsPerPage) |
Get a Pager of projects accessible by the authenticated user that match the provided search string.
|
List<Project> |
ProjectApi.getProjects(String search,
int page,
int perPage) |
Get a list of projects accessible by the authenticated user that match the provided search string.
|
List<Project> |
ProjectApi.getProjects(ProjectFilter filter) |
Get a list of all visible projects across GitLab for the authenticated user using the provided filter.
|
Pager<Project> |
ProjectApi.getProjects(ProjectFilter filter,
int itemsPerPage) |
Get a Pager of all visible projects across GitLab for the authenticated user using the provided filter.
|
List<Project> |
ProjectApi.getProjects(ProjectFilter filter,
int page,
int perPage) |
Get a list of all visible projects across GitLab for the authenticated user in the specified page range
using the provided filter.
|
Stream<Project> |
GroupApi.getProjectsStream(Object groupIdOrPath) |
Get a Stream of projects belonging to the specified group ID.
|
Stream<Project> |
GroupApi.getProjectsStream(Object groupIdOrPath,
GroupProjectsFilter filter) |
Get a Stream of projects belonging to the specified group ID and filter.
|
Stream<Project> |
ProjectApi.getProjectsStream() |
Get a Stream of projects accessible by the authenticated user.
|
Stream<Project> |
ProjectApi.getProjectsStream(String search) |
Get a Stream of projects accessible by the authenticated user that match the provided search string.
|
Stream<Project> |
ProjectApi.getProjectsStream(ProjectFilter filter) |
Get a Stream of all visible projects across GitLab for the authenticated user using the provided filter.
|
ProjectFetches |
ProjectApi.getProjectStatistics(Object projectIdOrPath) |
Get the project fetch statistics for the last 30 days.
|
List<ProjectUser> |
ProjectApi.getProjectUsers(Object projectIdOrPath) |
Get a list of project users.
|
Pager<ProjectUser> |
ProjectApi.getProjectUsers(Object projectIdOrPath,
int itemsPerPage) |
Get a Pager of project users.
|
List<ProjectUser> |
ProjectApi.getProjectUsers(Object projectIdOrPath,
String search) |
Get a list of project users matching the specified search string.
|
Pager<ProjectUser> |
ProjectApi.getProjectUsers(Object projectIdOrPath,
String search,
int itemsPerPage) |
Get a Pager of project users matching the specified search string.
|
Stream<ProjectUser> |
ProjectApi.getProjectUsersStream(Object projectIdOrPath) |
Get a Stream of project users.
|
Stream<ProjectUser> |
ProjectApi.getProjectUsersStream(Object projectIdOrPath,
String search) |
Get a Stream of project users matching the specified search string.
|
ProtectedBranch |
ProtectedBranchesApi.getProtectedBranch(Object projectIdOrPath,
String branchName) |
Get a single protected branch or wildcard protected branch.
|
List<ProtectedBranch> |
ProtectedBranchesApi.getProtectedBranches(Object projectIdOrPath) |
Gets a list of protected branches from a project.
|
Pager<ProtectedBranch> |
ProtectedBranchesApi.getProtectedBranches(Object projectIdOrPath,
int itemsPerPage) |
Gets a Pager of protected branches from a project.
|
Stream<ProtectedBranch> |
ProtectedBranchesApi.getProtectedBranchesStream(Object projectIdOrPath) |
Gets a Stream of protected branches from a project.
|
ProtectedTag |
TagsApi.getProtectedTag(Object projectIdOrPath,
String name) |
Gets a single protected tag or wildcard protected tag
|
List<ProtectedTag> |
TagsApi.getProtectedTags(Object projectIdOrPath) |
Gets a list of protected tags from a project.
|
Pager<ProtectedTag> |
TagsApi.getProtectedTags(Object projectIdOrPath,
int itemsPerPage) |
Get a Pager of protected tags for a project.
|
List<ProtectedTag> |
TagsApi.getProtectedTags(Object projectIdOrPath,
int page,
int perPage) |
Gets a list of protected tags from a project and in the specified page range.
|
Stream<ProtectedTag> |
TagsApi.getProtectedTagsStream(Object projectIdOrPath) |
Get a Stream of protected tags for a project.
|
PushRules |
ProjectApi.getPushRules(Object projectIdOrPath) |
Get the project's push rules.
|
InputStream |
RepositoryApi.getRawBlobContent(Object projectIdOrPath,
String sha) |
Get the raw file contents for a blob by blob SHA.
|
InputStream |
RepositoryFileApi.getRawFile(Object projectIdOrPath,
String ref,
String filepath) |
Get the raw file contents for a file by commit sha and path.
|
File |
RepositoryFileApi.getRawFile(Object projectIdOrPath,
String commitOrBranchName,
String filepath,
File directory) |
Get the raw file for the file by commit sha and path.
|
String |
ProjectApi.getRawSnippetContent(Object projectIdOrPath,
Long snippetId) |
Get the raw project snippet as plain text.
|
HealthCheckInfo |
HealthCheckApi.getReadiness() |
Get Health Checks from the readiness endpoint.
|
HealthCheckInfo |
HealthCheckApi.getReadiness(String token) |
Deprecated.
|
MergeRequest |
MergeRequestApi.getRebaseStatus(Object projectIdOrPath,
Long mergeRequestIid) |
Get the merge request info containing the status of a merge request rebase.
|
Release |
ReleasesApi.getRelease(Object projectIdOrPath,
String tagName) |
Get a Release for the given tag name.
|
List<Release> |
ReleasesApi.getReleases(Object projectIdOrPath) |
Get a list of releases for a project, sorted by release date.
|
Pager<Release> |
ReleasesApi.getReleases(Object projectIdOrPath,
int itemsPerPage) |
Get a Pager of releases for a project, sorted by release date.
|
Stream<Release> |
ReleasesApi.getReleasesStream(Object projectIdOrPath) |
Get a Stream of releases for a project, sorted by release date.
|
List<RemoteMirror> |
ProjectApi.getRemoteMirrors(Object projectIdOrPath) |
Get all remote mirrors and their statuses for the specified project.
|
Pager<RemoteMirror> |
ProjectApi.getRemoteMirrors(Object projectIdOrPath,
int itemsPerPage) |
Get a Pager of remote mirrors and their statuses for the specified project.
|
Stream<RemoteMirror> |
ProjectApi.getRemoteMirrorsStream(Object projectIdOrPath) |
Get a Stream of all remote mirrors and their statuses for the specified project.
|
List<RegistryRepository> |
ContainerRegistryApi.getRepositories(Object projectIdOrPath) |
Get a list of registry repositories in a project.
|
Pager<RegistryRepository> |
ContainerRegistryApi.getRepositories(Object projectIdOrPath,
int itemsPerPage) |
Get a Pager of registry repositories in a project.
|
List<RegistryRepository> |
ContainerRegistryApi.getRepositories(Object projectIdOrPath,
int page,
int perPage) |
Get a list of registry repositories in a project that fall within the specified page parameters.
|
Stream<RegistryRepository> |
ContainerRegistryApi.getRepositoriesStream(Object projectIdOrPath) |
Get a Stream of registry repositories in a project.
|
InputStream |
RepositoryApi.getRepositoryArchive(Object projectIdOrPath,
String sha) |
Get an archive of the complete repository by SHA (optional).
|
File |
RepositoryApi.getRepositoryArchive(Object projectIdOrPath,
String sha,
File directory) |
Get an archive of the complete repository by SHA (optional) and saves to the specified directory.
|
File |
RepositoryApi.getRepositoryArchive(Object projectIdOrPath,
String sha,
File directory,
String format) |
Get an archive of the complete repository by SHA (optional) and saves to the specified directory.
|
File |
RepositoryApi.getRepositoryArchive(Object projectIdOrPath,
String sha,
File directory,
Constants.ArchiveFormat format) |
Get an archive of the complete repository by SHA (optional) and saves to the specified directory.
|
InputStream |
RepositoryApi.getRepositoryArchive(Object projectIdOrPath,
String sha,
String format) |
Get an archive of the complete repository by SHA (optional).
|
InputStream |
RepositoryApi.getRepositoryArchive(Object projectIdOrPath,
String sha,
Constants.ArchiveFormat format) |
Get an archive of the complete repository by SHA (optional).
|
RegistryRepositoryTag |
ContainerRegistryApi.getRepositoryTag(Object projectIdOrPath,
Long repositoryId,
String tagName) |
Get details of a registry repository tag.
|
List<RegistryRepositoryTag> |
ContainerRegistryApi.getRepositoryTags(Object projectIdOrPath,
Long repositoryId) |
Get a list of tags for given registry repository.
|
Pager<RegistryRepositoryTag> |
ContainerRegistryApi.getRepositoryTags(Object projectIdOrPath,
Long repositoryId,
int itemsPerPage) |
Get a Pager of tags for given registry repository.
|
Stream<RegistryRepositoryTag> |
ContainerRegistryApi.getRepositoryTagsStream(Object projectIdOrPath,
Long repositoryId) |
Get a Stream of tags for given registry repository.
|
RunnerDetail |
RunnersApi.getRunnerDetail(Long runnerId) |
Get details of a runner.
|
List<Runner> |
RunnersApi.getRunners() |
Get a list of all available runners available to the user.
|
Pager<Runner> |
RunnersApi.getRunners(int itemsPerPage) |
Get a list of all available runners available to the user.
|
List<Runner> |
RunnersApi.getRunners(int page,
int perPage) |
Get a list of all available runners available to the user with pagination support.
|
List<Runner> |
RunnersApi.getRunners(Runner.RunnerType type,
Runner.RunnerStatus status) |
Get a list of all available runners available to the user with pagination support.
|
Pager<Runner> |
RunnersApi.getRunners(Runner.RunnerType type,
Runner.RunnerStatus status,
int itemsPerPage) |
Get a list of specific runners available to the user.
|
List<Runner> |
RunnersApi.getRunners(Runner.RunnerType type,
Runner.RunnerStatus status,
int page,
int perPage) |
Get a list of specific runners available to the user.
|
Stream<Runner> |
RunnersApi.getRunnersStream() |
Get a Stream of all available runners available to the user.
|
Stream<Runner> |
RunnersApi.getRunnersStream(Runner.RunnerType type,
Runner.RunnerStatus status) |
Get a Stream of all available runners available to the user with pagination support.
|
SlackService |
ServicesApi.getSlackService(Object projectIdOrPath) |
Get the Slack notification settings for a project.
|
Snippet |
ProjectApi.getSnippet(Object projectIdOrPath,
Long snippetId) |
Get a single of project snippet.
|
Snippet |
SnippetsApi.getSnippet(Long snippetId) |
Get a specific Snippet.
|
Snippet |
SnippetsApi.getSnippet(Long snippetId,
boolean downloadContent) |
Get a specific Snippet.
|
AwardEmoji |
AwardEmojiApi.getSnippetAwardEmoji(Object projectIdOrPath,
Long snippetId,
Long awardId) |
Get the specified award emoji for the specified snippet.
|
List<AwardEmoji> |
AwardEmojiApi.getSnippetAwardEmojis(Object projectIdOrPath,
Long snippetId) |
Get a list of award emoji for the specified snippet.
|
String |
SnippetsApi.getSnippetContent(Long snippetId) |
Get the content of a Snippet.
|
List<Discussion> |
DiscussionsApi.getSnippetDiscussions(Object projectIdOrPath,
Long snippetId) |
Get a list of all discussions for the specified snippet.
|
List<Discussion> |
DiscussionsApi.getSnippetDiscussions(Object projectIdOrPath,
Long snippetId,
int maxItems) |
Get a list of discussions for the specified snippet.
|
Pager<Discussion> |
DiscussionsApi.getSnippetDiscussionsPager(Object projectIdOrPath,
Long snippetId,
int itemsPerPage) |
Get a Pager of Discussion instances for the specified snippet.
|
Stream<Discussion> |
DiscussionsApi.getSnippetDiscussionsStream(Object projectIdOrPath,
Long snippetId) |
Get a Stream of Discussion instances for the specified snippet.
|
List<Snippet> |
ProjectApi.getSnippets(Object projectIdOrPath) |
Get a list of the project snippets.
|
Pager<Snippet> |
ProjectApi.getSnippets(Object projectIdOrPath,
int itemsPerPage) |
Get a Pager of project's snippets.
|
List<Snippet> |
ProjectApi.getSnippets(Object projectIdOrPath,
int page,
int perPage) |
Get a list of project snippets.
|
List<Snippet> |
SnippetsApi.getSnippets() |
Get a list of the authenticated user's snippets.
|
List<Snippet> |
SnippetsApi.getSnippets(boolean downloadContent) |
Get a list of the authenticated user's snippets.
|
Pager<Snippet> |
SnippetsApi.getSnippets(int itemsPerPage) |
Get a Pager of the authenticated user's snippets.
|
Stream<Snippet> |
ProjectApi.getSnippetsStream(Object projectIdOrPath) |
Get a Stream of the project snippets.
|
Stream<Snippet> |
SnippetsApi.getSnippetsStream() |
Get a Stream of the authenticated user's snippets.
|
SshKey |
UserApi.getSshKey(Long keyId) |
Get a single SSH Key.
|
List<SshKey> |
UserApi.getSshKeys() |
Get a list of currently authenticated user's SSH keys.
|
List<SshKey> |
UserApi.getSshKeys(Long userId) |
Get a list of a specified user's SSH keys.
|
List<Project> |
ProjectApi.getStarredProjects() |
Get a list of projects starred by the authenticated user.
|
Pager<Project> |
ProjectApi.getStarredProjects(int itemsPerPage) |
Get a Pager of projects starred by the authenticated user.
|
List<Project> |
ProjectApi.getStarredProjects(int page,
int perPage) |
Get a list of projects starred by the authenticated user in the specified page range.
|
Stream<Project> |
ProjectApi.getStarredProjectsStream() |
Get a Stream of projects starred by the authenticated user.
|
List<Group> |
GroupApi.getSubGroups(Object groupIdOrPath) |
Get a list of visible direct subgroups in this group.
|
Pager<Group> |
GroupApi.getSubGroups(Object groupIdOrPath,
int itemsPerPage) |
Get a Pager of visible direct subgroups in this group.
|
List<Group> |
GroupApi.getSubGroups(Object groupIdOrPath,
List<Integer> skipGroups,
Boolean allAvailable,
String search,
Constants.GroupOrderBy orderBy,
Constants.SortOrder sortOrder,
Boolean statistics,
Boolean owned) |
Get a list of visible direct subgroups in this group.
|
Pager<Group> |
GroupApi.getSubGroups(Object groupIdOrPath,
List<Integer> skipGroups,
Boolean allAvailable,
String search,
Constants.GroupOrderBy orderBy,
Constants.SortOrder sortOrder,
Boolean statistics,
Boolean owned,
int itemsPerPage) |
Get a Pager of visible direct subgroups in this group.
|
List<Group> |
GroupApi.getSubGroups(Object groupIdOrPath,
List<Integer> skipGroups,
Boolean allAvailable,
String search,
Constants.GroupOrderBy orderBy,
Constants.SortOrder sortOrder,
Boolean statistics,
Boolean owned,
int page,
int perPage) |
Get a list of visible direct subgroups in this group.
|
Stream<Group> |
GroupApi.getSubGroupsStream(Object groupIdOrPath) |
Get a Stream of visible direct subgroups in this group.
|
Stream<Group> |
GroupApi.getSubGroupsStream(Object groupIdOrPath,
List<Integer> skipGroups,
Boolean allAvailable,
String search,
Constants.GroupOrderBy orderBy,
Constants.SortOrder sortOrder,
Boolean statistics,
Boolean owned) |
Get a Stream of visible direct subgroups in this group.
|
List<SystemHook> |
SystemHooksApi.getSystemHooks() |
Get a list of all system hooks.
|
Pager<SystemHook> |
SystemHooksApi.getSystemHooks(int itemsPerPage) |
Get a Pager of all system hooks.
|
List<SystemHook> |
SystemHooksApi.getSystemHooks(int page,
int perPage) |
Get a list of all system hooks using the specified page and per page settings.
|
Stream<SystemHook> |
SystemHooksApi.getSystemHookStream() |
Get a Stream of all system hooks.
|
Tag |
TagsApi.getTag(Object projectIdOrPath,
String tagName) |
Get a specific repository tag determined by its name.
|
List<Tag> |
TagsApi.getTags(Object projectIdOrPath) |
Get a list of repository tags from a project, sorted by name in reverse alphabetical order.
|
Pager<Tag> |
TagsApi.getTags(Object projectIdOrPath,
int itemsPerPage) |
Get a list of repository tags from a project, sorted by name in reverse alphabetical order.
|
List<Tag> |
TagsApi.getTags(Object projectIdOrPath,
int page,
int perPage) |
Get a list of repository tags from a project, sorted by name in reverse alphabetical order and in the specified page range.
|
List<Tag> |
TagsApi.getTags(Object projectIdOrPath,
Constants.TagOrderBy orderBy,
Constants.SortOrder sortOrder,
String search) |
Get a list of repository tags from a project, sorted by name in reverse alphabetical order.
|
Pager<Tag> |
TagsApi.getTags(Object projectIdOrPath,
Constants.TagOrderBy orderBy,
Constants.SortOrder sortOrder,
String search,
int itemsPerPage) |
Get a list of repository tags from a project, sorted by name in reverse alphabetical order.
|
List<Tag> |
TagsApi.getTags(Object projectIdOrPath,
Constants.TagOrderBy orderBy,
Constants.SortOrder sortOrder,
String search,
int page,
int perPage) |
Get a list of repository tags from a project, sorted by name in reverse alphabetical order and in the specified page range.
|
Stream<Tag> |
TagsApi.getTagsStream(Object projectIdOrPath) |
Get a Stream of repository tags from a project, sorted by name in reverse alphabetical order.
|
Stream<Tag> |
TagsApi.getTagsStream(Object projectIdOrPath,
Constants.TagOrderBy orderBy,
Constants.SortOrder sortOrder,
String search) |
Get a Stream of repository tags from a project, sorted by name in reverse alphabetical order.
|
TimeStats |
IssuesApi.getTimeTrackingStats(Object projectIdOrPath,
Long issueIid) |
Get time tracking stats.
|
List<Todo> |
TodosApi.getTodos(Constants.TodoAction action,
Long authorId,
Long projectId,
Long groupId,
Constants.TodoState state,
Constants.TodoType type) |
Get a List of all todos that match the provided filter params.
|
Pager<Todo> |
TodosApi.getTodos(Constants.TodoAction action,
Long authorId,
Long projectId,
Long groupId,
Constants.TodoState state,
Constants.TodoType type,
int itemsPerPage) |
Returns a Pager of todos that match the provided filter params.
|
Stream<Todo> |
TodosApi.getTodosStream(Constants.TodoAction action,
Long authorId,
Long projectId,
Long groupId,
Constants.TodoState state,
Constants.TodoType type) |
Get a List of all todos that match the provided filter params.
|
String |
JobApi.getTrace(Object projectIdOrPath,
Long jobId) |
Get a trace of a specific job of a project
|
List<TreeItem> |
RepositoryApi.getTree(Object projectIdOrPath) |
Get a list of repository files and directories in a project.
|
Pager<TreeItem> |
RepositoryApi.getTree(Object projectIdOrPath,
int itemsPerPage) |
Get a Pager of repository files and directories in a project.
|
List<TreeItem> |
RepositoryApi.getTree(Object projectIdOrPath,
String filePath,
String refName) |
Get a list of repository files and directories in a project.
|
Pager<TreeItem> |
RepositoryApi.getTree(Object projectIdOrPath,
String filePath,
String refName,
int itemsPerPage) |
Get a Pager of repository files and directories in a project.
|
List<TreeItem> |
RepositoryApi.getTree(Object projectIdOrPath,
String filePath,
String refName,
Boolean recursive) |
Get a list of repository files and directories in a project.
|
Pager<TreeItem> |
RepositoryApi.getTree(Object projectIdOrPath,
String filePath,
String refName,
Boolean recursive,
int itemsPerPage) |
Get a Pager of repository files and directories in a project.
|
Stream<TreeItem> |
RepositoryApi.getTreeStream(Object projectIdOrPath) |
Get a Stream of repository files and directories in a project.
|
Stream<TreeItem> |
RepositoryApi.getTreeStream(Object projectIdOrPath,
String filePath,
String refName) |
Get a Stream of repository files and directories in a project.
|
Stream<TreeItem> |
RepositoryApi.getTreeStream(Object projectIdOrPath,
String filePath,
String refName,
Boolean recursive) |
Get a Stream of repository files and directories in a project.
|
User |
UserApi.getUser(Long userId) |
Get a single user.
|
User |
UserApi.getUser(String username) |
Lookup a user by username.
|
User |
UserApi.getUserByEmail(String email) |
Lookup a user by email address.
|
User |
UserApi.getUserByExternalUid(String provider,
String externalUid) |
Lookup a user by external UID.
|
Key |
KeysApi.getUserBySSHKeyFingerprint(String fingerprint) |
|
List<Event> |
EventsApi.getUserEvents(Object userIdOrUsername,
Constants.ActionType action,
Constants.TargetType targetType,
Date before,
Date after,
Constants.SortOrder sortOrder) |
Get a list of events for the specified user.
|
Pager<Event> |
EventsApi.getUserEvents(Object userIdOrUsername,
Constants.ActionType action,
Constants.TargetType targetType,
Date before,
Date after,
Constants.SortOrder sortOrder,
int itemsPerPage) |
Get a list of events for the specified user and in the specified page range.
|
List<Event> |
EventsApi.getUserEvents(Object userIdOrUsername,
Constants.ActionType action,
Constants.TargetType targetType,
Date before,
Date after,
Constants.SortOrder sortOrder,
int page,
int perPage) |
Get a list of events for the specified user and in the specified page range.
|
Stream<Event> |
EventsApi.getUserEventsStream(Object userIdOrUsername,
Constants.ActionType action,
Constants.TargetType targetType,
Date before,
Date after,
Constants.SortOrder sortOrder) |
Get a Stream of events for the specified user.
|
Object |
AbstractApi.getUserIdOrUsername(Object obj) |
Returns the user ID or path from the provided Integer, String, or User instance.
|
List<Project> |
ProjectApi.getUserProjects(Object userIdOrUsername,
ProjectFilter filter) |
Get a list of visible projects owned by the given user.
|
Pager<Project> |
ProjectApi.getUserProjects(Object userIdOrUsername,
ProjectFilter filter,
int itemsPerPage) |
Get a Pager of visible projects owned by the given user.
|
List<Project> |
ProjectApi.getUserProjects(Object userIdOrUsername,
ProjectFilter filter,
int page,
int perPage) |
Get a list of visible projects owned by the given user in the specified page range.
|
Stream<Project> |
ProjectApi.getUserProjectsStream(Object userIdOrUsername,
ProjectFilter filter) |
Get a Stream of visible projects owned by the given user.
|
List<User> |
UserApi.getUsers() |
Get a list of users.
|
Pager<User> |
UserApi.getUsers(int itemsPerPage) |
Get a Pager of users.
|
List<User> |
UserApi.getUsers(int page,
int perPage) |
Get a list of users using the specified page and per page settings.
|
Stream<User> |
UserApi.getUsersStream() |
Get a Stream of users.
|
Variable |
GroupApi.getVariable(Object groupIdOrPath,
String key) |
Get the details of a group variable.
|
Variable |
ProjectApi.getVariable(Object projectIdOrPath,
String key) |
Get the details of a project variable.
|
List<Variable> |
GroupApi.getVariables(Object groupIdOrPath) |
Get list of a group’s variables.
|
Pager<Variable> |
GroupApi.getVariables(Object groupIdOrPath,
int itemsPerPage) |
Get a Pager of variables belonging to the specified group.
|
List<Variable> |
GroupApi.getVariables(Object groupIdOrPath,
int page,
int perPage) |
Get a list of variables for the specified group in the specified page range.
|
List<Variable> |
ProjectApi.getVariables(Object projectIdOrPath) |
Get list of a project's variables.
|
Pager<Variable> |
ProjectApi.getVariables(Object projectIdOrPath,
int itemsPerPage) |
Get a Pager of variables belonging to the specified project.
|
List<Variable> |
ProjectApi.getVariables(Object projectIdOrPath,
int page,
int perPage) |
Get a list of variables for the specified project in the specified page range.
|
Stream<Variable> |
GroupApi.getVariablesStream(Object groupIdOrPath) |
Get a Stream of variables belonging to the specified group.
|
Stream<Variable> |
ProjectApi.getVariablesStream(Object projectIdOrPath) |
Get a Stream of variables belonging to the specified project.
|
Version |
GitLabApi.getVersion() |
Get the version info for the GitLab server using the GitLab Version API.
|
protected javax.ws.rs.core.Response |
AbstractApi.getWithAccepts(javax.ws.rs.core.Response.Status expectedStatus,
javax.ws.rs.core.MultivaluedMap<String,String> queryParams,
String accepts,
Object... pathArgs) |
Perform an HTTP GET call with the specified query parameters and path objects, returning
a ClientResponse instance with the data returned from the endpoint.
|
List<?> |
SearchApi.globalSearch(Constants.SearchScope scope,
String search) |
Search globally across the GitLab instance.
|
Pager<?> |
SearchApi.globalSearch(Constants.SearchScope scope,
String search,
int itemsPerPage) |
Search globally across the GitLab instance.
|
Stream<?> |
SearchApi.globalSearchStream(Constants.SearchScope scope,
String search) |
Search globally across the GitLab instance.
|
List<?> |
SearchApi.groupSearch(Object groupIdOrPath,
Constants.GroupSearchScope scope,
String search) |
Search within the specified group.
|
Pager<?> |
SearchApi.groupSearch(Object groupIdOrPath,
Constants.GroupSearchScope scope,
String search,
int itemsPerPage) |
Search within the specified group.
|
Stream<?> |
SearchApi.groupSearchStream(Object groupIdOrPath,
Constants.GroupSearchScope scope,
String search) |
Search within the specified group.
|
void |
HookManager.handleEvent(javax.servlet.http.HttpServletRequest request) |
Parses and verifies an Event instance from the HTTP request and
fires it off to the registered listeners.
|
protected javax.ws.rs.core.Response |
AbstractApi.head(javax.ws.rs.core.Response.Status expectedStatus,
javax.ws.rs.core.MultivaluedMap<String,String> queryParams,
Object... pathArgs) |
Perform an HTTP HEAD call with the specified query parameters and path objects, returning
a ClientResponse instance with the data returned from the endpoint.
|
Job |
JobApi.keepArtifacts(Object projectIdOrPath,
Long jobId) |
Prevents artifacts from being deleted when expiration is set.
|
List<T> |
Pager.last() |
Returns the last page of List.
|
void |
GroupApi.ldapSync(Object groupIdOrPath) |
Syncs the group with its linked LDAP group.
|
List<GpgKey> |
UserApi.listGpgKeys() |
Get all GPG keys for the current user.
|
List<GpgKey> |
UserApi.listGpgKeys(Long userId) |
Get all GPG keys for a given user.
|
void |
TodosApi.markAllAsDone() |
Marks all pending todos for the current user as done.
|
Todo |
TodosApi.markAsDone(Long todoId) |
Marks a single pending todo given by its ID for the current user as done.
|
Note |
DiscussionsApi.modifyCommitDiscussionNote(Object projectIdOrPath,
String commitSha,
String discussionId,
Long noteId,
String body) |
Modify an existing discussion note of a commit.
|
ProjectHook |
ProjectApi.modifyHook(ProjectHook hook) |
Modifies a hook for project.
|
Note |
DiscussionsApi.modifyIssueThreadNote(Object projectIdOrPath,
Long issueIid,
String discussionId,
Long noteId,
String body) |
Modify existing thread note of an issue.
|
Note |
DiscussionsApi.modifyMergeRequestThreadNote(Object projectIdOrPath,
Long mergeRequestIid,
String discussionId,
Long noteId,
String body,
Boolean resolved) |
Modify or resolve an existing thread note of a merge request.
|
User |
UserApi.modifyUser(User user,
CharSequence password,
Integer projectsLimit) |
Deprecated.
|
Issue |
IssuesApi.moveIssue(Object projectIdOrPath,
Long issueIid,
Object toProjectId) |
Moves an issue to a different project.
|
static GitLabApi |
GitLabApi.oauth2Login(String url,
String username,
char[] password) |
Logs into GitLab using OAuth2 with the provided username and password ,
and creates a new GitLabApi instance using returned access token.
|
static GitLabApi |
GitLabApi.oauth2Login(String url,
String username,
char[] password,
boolean ignoreCertificateErrors) |
Logs into GitLab using OAuth2 with the provided username and password ,
and creates a new GitLabApi instance using returned access token.
|
static GitLabApi |
GitLabApi.oauth2Login(String url,
String username,
char[] password,
String secretToken,
Map<String,Object> clientConfigProperties,
boolean ignoreCertificateErrors) |
Logs into GitLab using OAuth2 with the provided username and password ,
and creates a new GitLabApi instance using returned access token.
|
static GitLabApi |
GitLabApi.oauth2Login(String url,
String username,
CharSequence password) |
Logs into GitLab using OAuth2 with the provided username and password ,
and creates a new GitLabApi instance using returned access token.
|
static GitLabApi |
GitLabApi.oauth2Login(String url,
String username,
CharSequence password,
boolean ignoreCertificateErrors) |
Logs into GitLab using OAuth2 with the provided username and password ,
and creates a new GitLabApi instance using returned access token.
|
static GitLabApi |
GitLabApi.oauth2Login(String url,
String username,
CharSequence password,
String secretToken,
Map<String,Object> clientConfigProperties,
boolean ignoreCertificateErrors) |
Logs into GitLab using OAuth2 with the provided username and password ,
and creates a new GitLabApi instance using returned access token.
|
static GitLabApi |
GitLabApi.oauth2Login(GitLabApi.ApiVersion apiVersion,
String url,
String username,
char[] password,
String secretToken,
Map<String,Object> clientConfigProperties,
boolean ignoreCertificateErrors) |
Logs into GitLab using OAuth2 with the provided username and password ,
and creates a new GitLabApi instance using returned access token.
|
static GitLabApi |
GitLabApi.oauth2Login(GitLabApi.ApiVersion apiVersion,
String url,
String username,
CharSequence password,
String secretToken,
Map<String,Object> clientConfigProperties,
boolean ignoreCertificateErrors) |
Logs into GitLab using OAuth2 with the provided username and password ,
and creates a new GitLabApi instance using returned access token.
|
static <T> T |
GitLabApi.orElseThrow(Optional<T> optional) |
Return the Optional instances contained value, if present, otherwise throw the exception that is
associated with the Optional instance.
|
static ApplicationSettings |
ApplicationSettingsApi.parseApplicationSettings(com.fasterxml.jackson.databind.JsonNode root) |
Parses the returned JSON and returns an ApplicationSettings instance.
|
Job |
JobApi.playJob(Object projectIdOrPath,
Long jobId) |
Play specified job in a project.
|
protected javax.ws.rs.core.Response |
AbstractApi.post(javax.ws.rs.core.Response.Status expectedStatus,
Object payload,
Object... pathArgs) |
Perform an HTTP POST call with the specified payload object and path objects, returning
a ClientResponse instance with the data returned from the endpoint.
|
protected javax.ws.rs.core.Response |
AbstractApi.post(javax.ws.rs.core.Response.Status expectedStatus,
javax.ws.rs.core.Form formData,
Object... pathArgs) |
Perform an HTTP POST call with the specified form data and path objects, returning
a ClientResponse instance with the data returned from the endpoint.
|
protected javax.ws.rs.core.Response |
AbstractApi.post(javax.ws.rs.core.Response.Status expectedStatus,
javax.ws.rs.core.Form formData,
URL url) |
Perform an HTTP POST call with the specified form data and URL, returning
a ClientResponse instance with the data returned from the endpoint.
|
protected javax.ws.rs.core.Response |
AbstractApi.post(javax.ws.rs.core.Response.Status expectedStatus,
javax.ws.rs.core.MultivaluedMap<String,String> queryParams,
Object... pathArgs) |
Perform an HTTP POST call with the specified form data and path objects, returning
a ClientResponse instance with the data returned from the endpoint.
|
protected javax.ws.rs.core.Response |
AbstractApi.post(javax.ws.rs.core.Response.Status expectedStatus,
javax.ws.rs.core.StreamingOutput stream,
String mediaType,
Object... pathArgs) |
Perform an HTTP POST call with the specified payload object and path objects, returning
a ClientResponse instance with the data returned from the endpoint.
|
Badge |
GroupApi.previewBadge(Object groupIdOrPath,
String linkUrl,
String imageUrl) |
Returns how the link_url and image_url final URLs would be after resolving the placeholder interpolation.
|
Badge |
ProjectApi.previewBadge(Object projectIdOrPath,
String linkUrl,
String imageUrl) |
Returns how the link_url and image_url final URLs would be after resolving the placeholder interpolation.
|
List<T> |
Pager.previous() |
Returns the previous page of List.
|
List<?> |
SearchApi.projectSearch(Object projectIdOrPath,
Constants.ProjectSearchScope scope,
String search) |
Search within the specified project.
|
Pager<?> |
SearchApi.projectSearch(Object projectIdOrPath,
Constants.ProjectSearchScope scope,
String search,
int itemsPerPage) |
Search within the specified project.
|
List<?> |
SearchApi.projectSearch(Object projectIdOrPath,
Constants.ProjectSearchScope scope,
String search,
String ref) |
Search within the specified project.
|
Pager<?> |
SearchApi.projectSearch(Object projectIdOrPath,
Constants.ProjectSearchScope scope,
String search,
String ref,
int itemsPerPage) |
Search within the specified project.
|
Stream<?> |
SearchApi.projectSearchStream(Object projectIdOrPath,
Constants.ProjectSearchScope scope,
String search) |
Search within the specified project.
|
Stream<?> |
SearchApi.projectSearchStream(Object projectIdOrPath,
Constants.ProjectSearchScope scope,
String search,
String ref) |
Search within the specified project.
|
ProtectedBranch |
ProtectedBranchesApi.protectBranch(Object projectIdOrPath,
String branchName) |
Protects a single repository branch or several project repository branches
using a wildcard protected branch.
|
ProtectedBranch |
ProtectedBranchesApi.protectBranch(Object projectIdOrPath,
String branchName,
Integer allowedToPushUserId,
Integer allowedToMergeUserId,
Integer allowedToUnprotectUserId,
Boolean codeOwnerApprovalRequired) |
Protects a single repository branch or several project repository branches using a wildcard protected branch.
|
ProtectedBranch |
ProtectedBranchesApi.protectBranch(Object projectIdOrPath,
String branchName,
AccessLevel pushAccessLevel,
AccessLevel mergeAccessLevel) |
Protects a single repository branch or several project repository branches using a wildcard protected branch.
|
ProtectedBranch |
ProtectedBranchesApi.protectBranch(Object projectIdOrPath,
String branchName,
AccessLevel pushAccessLevel,
AccessLevel mergeAccessLevel,
AccessLevel unprotectAccessLevel,
Boolean codeOwnerApprovalRequired) |
Protects a single repository branch or several project repository branches using a wildcard protected branch.
|
ProtectedBranch |
ProtectedBranchesApi.protectBranch(Object projectIdOrPath,
String branchName,
AllowedTo allowedToPush,
AllowedTo allowedToMerge,
AllowedTo allowedToUnprotect,
Boolean codeOwnerApprovalRequired) |
Protects a single repository branch or several project repository branches using a wildcard protected branch.
|
Branch |
RepositoryApi.protectBranch(Object projectIdOrPath,
String branchName) |
Protects a single project repository branch.
|
ProtectedTag |
TagsApi.protectTag(Object projectIdOrPath,
String name,
AccessLevel createAccessLevel) |
Protects a single repository tag or several project repository tags using a wildcard protected tag.
|
protected javax.ws.rs.core.Response |
AbstractApi.put(javax.ws.rs.core.Response.Status expectedStatus,
Object payload,
Object... pathArgs) |
Perform an HTTP PUT call with the specified payload object and path objects, returning
a ClientResponse instance with the data returned from the endpoint.
|
protected javax.ws.rs.core.Response |
AbstractApi.put(javax.ws.rs.core.Response.Status expectedStatus,
javax.ws.rs.core.MultivaluedMap<String,String> queryParams,
Object... pathArgs) |
Perform an HTTP PUT call with the specified form data and path objects, returning
a ClientResponse instance with the data returned from the endpoint.
|
protected javax.ws.rs.core.Response |
AbstractApi.put(javax.ws.rs.core.Response.Status expectedStatus,
javax.ws.rs.core.MultivaluedMap<String,String> queryParams,
URL url) |
Perform an HTTP PUT call with the specified form data and URL, returning
a ClientResponse instance with the data returned from the endpoint.
|
protected javax.ws.rs.core.Response |
AbstractApi.putUpload(javax.ws.rs.core.Response.Status expectedStatus,
String name,
File fileToUpload,
Object... pathArgs) |
Perform a file upload using the HTTP PUT method with the specified File instance and path objects,
returning a ClientResponse instance with the data returned from the endpoint.
|
protected javax.ws.rs.core.Response |
AbstractApi.putUpload(javax.ws.rs.core.Response.Status expectedStatus,
String name,
File fileToUpload,
URL url) |
Perform a file upload using the HTTP PUT method with the specified File instance and path objects,
returning a ClientResponse instance with the data returned from the endpoint.
|
protected javax.ws.rs.core.Response |
AbstractApi.putWithFormData(javax.ws.rs.core.Response.Status expectedStatus,
javax.ws.rs.core.Form formData,
Object... pathArgs) |
Perform an HTTP PUT call with the specified form data and path objects, returning
a ClientResponse instance with the data returned from the endpoint.
|
MergeRequest |
MergeRequestApi.rebaseMergeRequest(Object projectIdOrPath,
Long mergeRequestIid) |
Automatically rebase the source_branch of the merge request against its target_branch.
|
RunnerDetail |
RunnersApi.registerRunner(String token,
String description,
Boolean active,
List<String> tagList,
Boolean runUntagged,
Boolean locked,
Integer maximumTimeout) |
Register a new runner for the gitlab instance.
|
void |
GroupApi.removeBadge(Object groupIdOrPath,
Long badgeId) |
Remove a badge from a group.
|
void |
ProjectApi.removeBadge(Object projectIdOrPath,
Long badgeId) |
Remove a badge from a project.
|
EpicIssue |
EpicsApi.removeIssue(Object groupIdOrPath,
Long epicIid,
Long issueIid) |
Remove an epic - issue association.
|
void |
GroupApi.removeMember(Object groupIdOrPath,
Long userId) |
Removes member from the group.
|
void |
ProjectApi.removeMember(Object projectIdOrPath,
Long userId) |
Removes user from project team.
|
void |
RunnersApi.removeRunner(Long runnerId) |
Remove a runner.
|
AccessRequest |
GroupApi.requestAccess(Object groupIdOrPath) |
Requests access for the authenticated user to the specified group.
|
AccessRequest |
ProjectApi.requestAccess(Object projectIdOrPath) |
Requests access for the authenticated user to the specified project.
|
TimeStats |
IssuesApi.resetEstimatedTime(Object projectIdOrPath,
Long issueIid) |
Resets the estimated time for this issue to 0 seconds.
|
TimeStats |
IssuesApi.resetSpentTime(Object projectIdOrPath,
Long issueIid) |
Resets the total spent time for this issue to 0 seconds.
|
Note |
DiscussionsApi.resolveCommitDiscussionNote(Object projectIdOrPath,
String commitSha,
String discussionId,
Long noteId,
Boolean resolved) |
Resolve or unresolve an existing discussion note of a commit.
|
Discussion |
DiscussionsApi.resolveMergeRequestDiscussion(Object projectIdOrPath,
Long mergeRequestIid,
String discussionId,
Boolean resolved) |
Resolve or unresolve whole discussion of a merge request.
|
Job |
JobApi.retryJob(Object projectIdOrPath,
Long jobId) |
Retry specified job in a project.
|
Pipeline |
PipelineApi.retryPipelineJob(Object projectIdOrPath,
long pipelineId) |
Retry a job in specified pipelines in a project.
|
Commit |
CommitsApi.revertCommit(Object projectIdOrPath,
String sha,
String branch) |
Reverts a commit in a given branch.
|
void |
UserApi.revokeImpersonationToken(Object userIdOrUsername,
Long tokenId) |
Revokes an impersonation token.
|
void |
ImportExportApi.scheduleExport(Object projectIdOrPath) |
Schedule an export.
|
void |
ImportExportApi.scheduleExport(Object projectIdOrPath,
String description) |
Schedule an export.
|
void |
ImportExportApi.scheduleExport(Object projectIdOrPath,
String description,
Map<String,String> upload,
String uploadUrl,
String uploadHttpMethod) |
Schedule an export.
|
ProjectApprovalsConfig |
ProjectApi.setApprovalsConfiguration(Object projectIdOrPath,
ProjectApprovalsConfig config) |
Set the project's approvals configuration.
|
CustomAttribute |
GroupApi.setCustomAttribute(Object groupIdOrPath,
String key,
String value) |
Set a custom attribute for the specified group.
|
CustomAttribute |
ProjectApi.setCustomAttribute(Object projectIdOrPath,
String key,
String value) |
Set a custom attribute for the specified project.
|
void |
ServicesApi.setGitLabCI(Object projectIdOrPath,
String token,
String projectCIUrl) |
Deprecated.
|
Group |
GroupApi.setGroupAvatar(Object groupIdOrPath,
File avatarFile) |
Uploads and sets the project avatar for the specified group.
|
void |
ServicesApi.setHipChat(Object projectIdOrPath,
String token,
String room,
String server) |
Deprecated.
|
Project |
ProjectApi.setProjectAvatar(Object projectIdOrPath,
File avatarFile) |
Uploads and sets the project avatar for the specified project.
|
void |
GitLabApi.setSudoAsId(Long sudoAsId) |
Sets up all future calls to the GitLab API to be done as another user specified by provided user ID.
|
User |
UserApi.setUserAvatar(Object userIdOrUsername,
File avatarFile) |
Uploads and sets the user's avatar for the specified user.
|
Group |
GroupApi.shareGroup(Object groupIdOrPath,
Long shareWithGroupId,
AccessLevel groupAccess,
Date expiresAt) |
Share group with another group.
|
void |
ProjectApi.shareProject(Object projectIdOrPath,
Long groupId,
AccessLevel accessLevel,
Date expiresAt) |
Share a project with the specified group.
|
Project |
ProjectApi.starProject(Object projectIdOrPath) |
Star a project.
|
ImportStatus |
ImportExportApi.startImport(Object namespaceIdOrPath,
File exportFile,
String path,
Boolean overwrite,
Project overrideParams) |
Import an exported project.
|
Environment |
EnvironmentsApi.stopEnvironment(Object projectIdOrPath,
Long environmentId) |
Stop an environment.
|
Stream<T> |
Pager.stream() |
Builds and returns a Stream instance which is pre-populated with all items from all pages.
|
Label |
LabelsApi.subscribeGroupLabel(Object groupIdOrPath,
Object labelIdOrName) |
Subscribe a specified group label.
|
Label |
LabelsApi.subscribeLabel(Object projectIdOrPath,
Long labelId) |
Deprecated.
|
Label |
LabelsApi.subscribeProjectLabel(Object projectIdOrPath,
Object labelIdOrName) |
Subscribe a specified project label.
|
void |
GitLabApi.sudo(String sudoAsUsername) |
Sets up all future calls to the GitLab API to be done as another user specified by sudoAsUsername.
|
PipelineSchedule |
PipelineApi.takeOwnershipPipelineSchedule(Object projectIdOrPath,
Long pipelineScheduleId) |
Update the owner of the pipeline schedule of a project.
|
Trigger |
PipelineApi.takeOwnewrshipOfPipelineTrigger(Object projectIdOrPath,
Long triggerId) |
Take ownership of a pipeline trigger for project.
|
void |
SystemHooksApi.testSystemHook(Long hookId) |
Test a system hook.
|
void |
SystemHooksApi.testSystemHook(SystemHook hook) |
Test a system hook.
|
Project |
GroupApi.transferProject(Object groupIdOrPath,
Object projectIdOrPath) |
Transfer a project to the Group namespace.
|
Project |
ProjectApi.transferProject(Object projectIdOrPath,
String namespace) |
Transfer a project to a new namespace.
|
void |
ProjectApi.triggerHousekeeping(Object projectIdOrPath) |
Start the Housekeeping task for a project.
|
Pipeline |
PipelineApi.triggerPipeline(Object projectIdOrPath,
String token,
String ref,
List<Variable> variables) |
Trigger a pipeline for a project.
|
Pipeline |
PipelineApi.triggerPipeline(Object projectIdOrPath,
Trigger trigger,
String ref,
List<Variable> variables) |
Trigger a pipeline for a project.
|
MergeRequest |
MergeRequestApi.unapproveMergeRequest(Object projectIdOrPath,
Long mergeRequestIid) |
Unapprove a merge request.
|
Project |
ProjectApi.unarchiveProject(Object projectIdOrPath) |
Unarchive a project
|
void |
UserApi.unblockUser(Long userId) |
Unblocks the specified user.
|
void |
ProtectedBranchesApi.unprotectBranch(Object projectIdOrPath,
String branchName) |
Unprotects the given protected branch or wildcard protected branch.
|
Branch |
RepositoryApi.unprotectBranch(Object projectIdOrPath,
String branchName) |
Unprotects a single project repository branch.
|
void |
TagsApi.unprotectTag(Object projectIdOrPath,
String name) |
Unprotects the given protected tag or wildcard protected tag.
|
void |
GroupApi.unshareGroup(Object groupIdOrPath,
Long sharedWithGroupId) |
Unshare the group from another group.
|
void |
ProjectApi.unshareProject(Object projectIdOrPath,
Long groupId) |
Unshare the project from the group.
|
Project |
ProjectApi.unstarProject(Object projectIdOrPath) |
Unstar a project.
|
Label |
LabelsApi.unsubscribeGroupLabel(Object groupIdOrPath,
Object labelIdOrName) |
Unsubscribe a specified group label.
|
Label |
LabelsApi.unsubscribeLabel(Object projectIdOrPath,
Long labelId) |
Deprecated.
|
Label |
LabelsApi.unsubscribeProjectLabel(Object projectIdOrPath,
Object labelIdOrName) |
Unsubscribe a specified project label.
|
ApplicationSettings |
ApplicationSettingsApi.updateApplicationSetting(String setting,
Object value) |
Update a single application setting of the GitLab instance with the provided settings and value.
|
ApplicationSettings |
ApplicationSettingsApi.updateApplicationSetting(Setting setting,
Object value) |
Update a single application setting of the GitLab instance with the provided settings and value.
|
ApplicationSettings |
ApplicationSettingsApi.updateApplicationSettings(ApplicationSettings appSettings) |
Update the application settings of the GitLab instance with the settings in the
provided ApplicationSettings instance.
|
ApprovalRule |
MergeRequestApi.updateApprovalRule(Object projectIdOrPath,
Long mergeRequestIid,
Long approvalRuleId,
ApprovalRuleParams params) |
Update the specified the merge request level approval rule.
|
ApprovalRule |
ProjectApi.updateApprovalRule(Object projectIdOrPath,
Long approvalRuleId,
ApprovalRuleParams params) |
Update the specified the project-level approval rule.
|
BoardList |
BoardsApi.updateBoard(Object projectIdOrPath,
Long boardId,
String name,
Long assigneeId,
Long milestoneId,
String labels,
Integer weight) |
Updates an existing Issue Board.
|
BoardList |
BoardsApi.updateBoardList(Object projectIdOrPath,
Long boardId,
Long listId,
Integer position) |
Updates an existing Issue Board list.
|
BugzillaService |
ServicesApi.updateBugzillaService(Object projectIdOrPath,
BugzillaService bugzillaService) |
Updates the Bugzilla service settings for a project.
|
CustomIssueTrackerService |
ServicesApi.updateCustomIssueTrackerService(Object projectIdOrPath,
CustomIssueTrackerService customIssueTracker) |
Updates the Custom Issue Tracker service settings for a project.
|
DeployKey |
DeployKeysApi.updateDeployKey(Object projectIdOrPath,
Long deployKeyId,
String title,
Boolean canPush) |
Updates an existing project deploy key.
|
Deployment |
DeploymentsApi.updateDeployment(Object projectIdOrPath,
Long deploymentId,
Constants.DeploymentStatus status) |
Updates an existing project deploy key.
|
EmailOnPushService |
ServicesApi.updateEmailOnPushService(Object projectIdOrPath,
EmailOnPushService emailsOnPush) |
Updates the EmailsOnPush service settings for a project.
|
Environment |
EnvironmentsApi.updateEnvironment(Object projectIdOrPath,
Long environmentId,
String name,
String externalUrl) |
Update an existing environment.
|
Epic |
EpicsApi.updateEpic(Object groupIdOrPath,
Long epicIid,
String title,
String labels,
String description,
Date startDate,
Date endDate) |
Updates an existing epic.
|
Epic |
EpicsApi.updateEpic(Object groupIdOrPath,
Long epicIid,
Epic epic) |
Updates an epic using the information contained in the provided Epic instance.
|
ExternalWikiService |
ServicesApi.updateExternalWikiService(Object projectIdOrPath,
ExternalWikiService externalWiki) |
Updates the ExternalWikiService service settings for a project.
|
RepositoryFile |
RepositoryFileApi.updateFile(Object projectIdOrPath,
RepositoryFile file,
String branchName,
String commitMessage) |
Update existing file in repository
|
RepositoryFile |
RepositoryFileApi.updateFile(RepositoryFile file,
Long projectId,
String branchName,
String commitMessage) |
Deprecated.
|
NotificationSettings |
NotificationSettingsApi.updateGlobalNotificationSettings(NotificationSettings settings) |
Update the global notification settings.
|
Group |
GroupApi.updateGroup(Object groupIdOrPath,
String name,
String path,
String description,
Boolean membershipLock,
Boolean shareWithGroupLock,
Visibility visibility,
Boolean lfsEnabled,
Boolean requestAccessEnabled,
Long parentId,
Integer sharedRunnersMinutesLimit) |
Deprecated.
|
Group |
GroupApi.updateGroup(Object groupIdOrPath,
String name,
String path,
String description,
Visibility visibility,
Boolean lfsEnabled,
Boolean requestAccessEnabled,
Long parentId) |
Updates a project group.
|
Group |
GroupApi.updateGroup(Object groupIdOrPath,
GroupParams params) |
Updates the project group.
|
Group |
GroupApi.updateGroup(Group group) |
Updates a project group.
|
Label |
LabelsApi.updateGroupLabel(Object groupIdOrPath,
Object labelIdOrName,
Label labelConfig) |
Update the specified label.
|
Milestone |
MilestonesApi.updateGroupMilestone(Object groupIdOrPath,
Long milestoneId,
String title,
String description,
Date dueDate,
Date startDate,
Constants.MilestoneState milestoneState) |
Update the specified group milestone.
|
NotificationSettings |
NotificationSettingsApi.updateGroupNotificationSettings(long groupId,
NotificationSettings settings) |
Update the notification settings for a group
|
HipChatService |
ServicesApi.updateHipChatService(Object projectIdOrPath,
HipChatService hipChat) |
Updates the HipChatService notification settings for a project.
|
EpicIssue |
EpicsApi.updateIssue(Object groupIdOrPath,
Long epicIid,
Long issueIid,
Long moveBeforeId,
Long moveAfterId) |
Updates an epic - issue association.
|
Issue |
IssuesApi.updateIssue(Object projectIdOrPath,
Long issueIid,
String title,
String description,
Boolean confidential,
List<Long> assigneeIds,
Long milestoneId,
String labels,
Constants.StateEvent stateEvent,
Date updatedAt,
Date dueDate) |
Updates an existing project issue.
|
Note |
NotesApi.updateIssueNote(Object projectIdOrPath,
Long issueIid,
Long noteId,
String body) |
Update the specified issues's note.
|
JiraService |
ServicesApi.updateJiraService(Object projectIdOrPath,
JiraService jira) |
Updates the JIRA service settings for a project.
|
Label |
LabelsApi.updateLabel(Object projectIdOrPath,
String name,
String newName,
String color,
String description,
Integer priority) |
Deprecated.
|
Label |
LabelsApi.updateLabelColor(Object projectIdOrPath,
String name,
String color,
String description,
Integer priority) |
Deprecated.
|
Label |
LabelsApi.updateLabelName(Object projectIdOrPath,
String name,
String newName,
String description,
Integer priority) |
Deprecated.
|
MattermostService |
ServicesApi.updateMattermostService(Object projectIdOrPath,
MattermostService mattermostNotifications) |
Updates the Mattermost service settings for a project.
|
Member |
GroupApi.updateMember(Object groupIdOrPath,
Long userId,
Integer accessLevel) |
Updates a member of a group.
|
Member |
GroupApi.updateMember(Object groupIdOrPath,
Long userId,
Integer accessLevel,
Date expiresAt) |
Updates a member of a group.
|
Member |
GroupApi.updateMember(Object groupIdOrPath,
Long userId,
AccessLevel accessLevel) |
Updates a member of a group.
|
Member |
GroupApi.updateMember(Object groupIdOrPath,
Long userId,
AccessLevel accessLevel,
Date expiresAt) |
Updates a member of a group.
|
Member |
ProjectApi.updateMember(Object projectIdOrPath,
Long userId,
Integer accessLevel) |
Updates a member of a project.
|
Member |
ProjectApi.updateMember(Object projectIdOrPath,
Long userId,
Integer accessLevel,
Date expiresAt) |
Updates a member of a project.
|
Member |
ProjectApi.updateMember(Object projectIdOrPath,
Long userId,
AccessLevel accessLevel) |
Updates a member of a project.
|
Member |
ProjectApi.updateMember(Object projectIdOrPath,
Long userId,
AccessLevel accessLevel,
Date expiresAt) |
Updates a member of a project.
|
MergeRequest |
MergeRequestApi.updateMergeRequest(Object projectIdOrPath,
Long mergeRequestIid,
String targetBranch,
String title,
Long assigneeId,
String description,
Constants.StateEvent stateEvent,
String labels,
Long milestoneId,
Boolean removeSourceBranch,
Boolean squash,
Boolean discussionLocked,
Boolean allowCollaboration) |
Updates an existing merge request.
|
MergeRequest |
MergeRequestApi.updateMergeRequest(Object projectIdOrPath,
Long mergeRequestIid,
MergeRequestParams params) |
Updates an existing merge request.
|
Note |
NotesApi.updateMergeRequestNote(Object projectIdOrPath,
Long mergeRequestIid,
Long noteId,
String body) |
Update the specified merge request's note.
|
Milestone |
MilestonesApi.updateMilestone(Object projectIdOrPath,
Long milestoneId,
String title,
String description,
Date dueDate,
Date startDate,
Constants.MilestoneState milestoneState) |
Update the specified milestone.
|
WikiPage |
WikisApi.updatePage(Object projectIdOrPath,
String slug,
String title,
String content) |
Updates an existing project wiki page.
|
PipelineSchedule |
PipelineApi.updatePipelineSchedule(Object projectIdOrPath,
PipelineSchedule pipelineSchedule) |
Modifies a pipeline schedule for project.
|
Variable |
PipelineApi.updatePipelineScheduleVariable(Object projectIdOrPath,
Long pipelineScheduleId,
String key,
String value) |
Update a pipeline schedule variable.
|
Trigger |
PipelineApi.updatePipelineTrigger(Object projectIdOrPath,
Long triggerId,
String description) |
Updates a pipeline trigger for project.
|
Project |
ProjectApi.updateProject(Project project) |
Updates a project.
|
Label |
LabelsApi.updateProjectLabel(Object projectIdOrPath,
Object labelIdOrName,
Label labelConfig) |
Update the specified project label.
|
NotificationSettings |
NotificationSettingsApi.updateProjectNotificationSettings(long projectId,
NotificationSettings settings) |
Update the notification settings for a project
|
PushRules |
ProjectApi.updatePushRules(Object projectIdOrPath,
PushRules pushRule) |
Updates a push rule for the specified project.
|
Release |
ReleasesApi.updateRelease(Object projectIdOrPath,
ReleaseParams params) |
Updates the release notes of a given release.
|
Release |
TagsApi.updateRelease(Object projectIdOrPath,
String tagName,
String releaseNotes) |
Updates the release notes of a given release.
|
RemoteMirror |
ProjectApi.updateRemoteMirror(Object projectIdOrPath,
Long mirrorId,
Boolean enabled,
Boolean onlyProtectedBranches,
Boolean keepDivergentRefs) |
Toggle a remote mirror on or off, or change which types of branches are mirrored.
|
RunnerDetail |
RunnersApi.updateRunner(Long runnerId,
String description,
Boolean active,
List<String> tagList,
Boolean runUntagged,
Boolean locked,
RunnerDetail.RunnerAccessLevel accessLevel) |
Update details of a runner.
|
SlackService |
ServicesApi.updateSlackService(Object projectIdOrPath,
SlackService slackNotifications) |
Updates the Slack notification settings for a project.
|
Snippet |
ProjectApi.updateSnippet(Object projectIdOrPath,
Long snippetId,
String title,
String filename,
String description,
String code,
Visibility visibility) |
Updates an existing project snippet.
|
User |
UserApi.updateUser(User user,
CharSequence password) |
Modifies an existing user.
|
Variable |
GroupApi.updateVariable(Object groupIdOrPath,
String key,
String value,
Boolean isProtected) |
Update a group variable.
|
Variable |
GroupApi.updateVariable(Object groupIdOrPath,
String key,
String value,
Boolean isProtected,
Boolean masked) |
Update a group variable.
|
Variable |
ProjectApi.updateVariable(Object projectIdOrPath,
String key,
String value,
Boolean isProtected) |
Update a project variable.
|
Variable |
ProjectApi.updateVariable(Object projectIdOrPath,
String key,
String value,
Boolean isProtected,
String environmentScope) |
Update a project variable.
|
Variable |
ProjectApi.updateVariable(Object projectIdOrPath,
String key,
String value,
Variable.Type variableType,
Boolean isProtected,
Boolean masked) |
Update a project variable.
|
Variable |
ProjectApi.updateVariable(Object projectIdOrPath,
String key,
String value,
Variable.Type variableType,
Boolean isProtected,
Boolean masked,
String environmentScope) |
Update a project variable.
|
protected javax.ws.rs.core.Response |
AbstractApi.upload(javax.ws.rs.core.Response.Status expectedStatus,
String name,
File fileToUpload,
String mediaType,
Object... pathArgs) |
Perform a file upload with the specified File instance and path objects, returning
a ClientResponse instance with the data returned from the endpoint.
|
protected javax.ws.rs.core.Response |
AbstractApi.upload(javax.ws.rs.core.Response.Status expectedStatus,
String name,
File fileToUpload,
String mediaType,
URL url) |
Perform a file upload with the specified File instance and path objects, returning
a ClientResponse instance with the data returned from the endpoint.
|
protected javax.ws.rs.core.Response |
AbstractApi.upload(javax.ws.rs.core.Response.Status expectedStatus,
String name,
File fileToUpload,
String mediaType,
javax.ws.rs.core.Form formData,
URL url) |
Perform a file upload with the specified File instance and path objects, returning
a ClientResponse instance with the data returned from the endpoint.
|
protected javax.ws.rs.core.Response |
AbstractApi.upload(javax.ws.rs.core.Response.Status expectedStatus,
String name,
InputStream inputStream,
String filename,
String mediaType,
Object... pathArgs) |
|
WikiAttachment |
WikisApi.uploadAttachment(Object projectIdOrPath,
File fileToUpload) |
Uploads a file to the attachment folder inside the wiki’s repository.
|
WikiAttachment |
WikisApi.uploadAttachment(Object projectIdOrPath,
File fileToUpload,
String branch) |
Uploads a file to the attachment folder inside the wiki’s repository.
|
FileUpload |
ProjectApi.uploadFile(Object projectIdOrPath,
File fileToUpload) |
Uploads a file to the specified project to be used in an issue or merge request description, or a comment.
|
FileUpload |
ProjectApi.uploadFile(Object projectIdOrPath,
File fileToUpload,
String mediaType) |
Uploads a file to the specified project to be used in an issue or merge request description, or a comment.
|
FileUpload |
ProjectApi.uploadFile(Object projectIdOrPath,
InputStream inputStream,
String filename,
String mediaType) |
Uploads some data in an InputStream to the specified project,
to be used in an issue or merge request description, or a comment.
|
protected String |
AbstractApi.urlEncode(String s) |
Encode a string to be used as in-path argument for a gitlab api request.
|
protected javax.ws.rs.core.Response |
AbstractApi.validate(javax.ws.rs.core.Response response,
javax.ws.rs.core.Response.Status expected) |
Validates response the response from the server against the expected HTTP status and
the returned secret token, if either is not correct will throw a GitLabApiException.
|
GroupApi.addGroup(String, String, String, Visibility, Boolean, Boolean, Long)