Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X 

A

AbstractApi - Class in org.gitlab4j.api
This class is the base class for all the sub API classes.
AbstractApi(GitLabApi) - Constructor for class org.gitlab4j.api.AbstractApi
 
AbstractPushEvent - Class in org.gitlab4j.api.webhook
 
AbstractPushEvent() - Constructor for class org.gitlab4j.api.webhook.AbstractPushEvent
 
AbstractUser - Class in org.gitlab4j.api.models
 
AbstractUser() - Constructor for class org.gitlab4j.api.models.AbstractUser
 
acceptMergeRequest(Integer, Integer, String, Boolean, Boolean) - Method in class org.gitlab4j.api.MergeRequestApi
Merge changes to the merge request.
AccessLevel - Enum in org.gitlab4j.api.models
 
activateMilestone(Integer, Integer) - Method in class org.gitlab4j.api.MilestonesApi
Activate a milestone.
addComment(int, String, String, String, Integer, Constants.LineType) - Method in class org.gitlab4j.api.CommitsApi
Add a comment to a commit.
addComment(int, String, String) - Method in class org.gitlab4j.api.CommitsApi
Add a comment to a commit.
addDeployKey(Integer, String, String, Boolean) - Method in class org.gitlab4j.api.DeployKeysApi
Creates a new deploy key for a project.
addFormParam(Form, String, Object) - Method in class org.gitlab4j.api.AbstractApi
Convenience method for adding query and form parameters to a get() or post() call.
addFormParam(Form, String, Object, boolean) - Method in class org.gitlab4j.api.AbstractApi
Convenience method for adding query and form parameters to a get() or post() call.
addGroup(String, String) - Method in class org.gitlab4j.api.GroupApi
Creates a new project group.
addGroup(String, String, String, Boolean, Boolean, Visibility, Boolean, Boolean, Integer, Integer) - Method in class org.gitlab4j.api.GroupApi
Creates a new project group.
addHook(String, String, ProjectHook, boolean, String) - Method in class org.gitlab4j.api.ProjectApi
Adds a hook to project.
addHook(Integer, String, ProjectHook, boolean, String) - Method in class org.gitlab4j.api.ProjectApi
Adds a hook to project.
addHook(Project, String, ProjectHook, boolean, String) - Method in class org.gitlab4j.api.ProjectApi
Adds a hook to project.
addHook(Project, String, boolean, boolean, boolean) - Method in class org.gitlab4j.api.ProjectApi
Adds a hook to project.
addHook(Integer, String, boolean, boolean, boolean) - Method in class org.gitlab4j.api.ProjectApi
Adds a hook to project.
addListener(WebHookListener) - Method in class org.gitlab4j.api.webhook.WebHookManager
Adds a WebHook event listener.
addMember(Integer, Integer, Integer) - Method in class org.gitlab4j.api.GroupApi
Adds a user to the list of group members.
addMember(Integer, Integer, Integer) - Method in class org.gitlab4j.api.ProjectApi
Adds a user to a project team.
addSpentTime(Integer, Integer, int) - Method in class org.gitlab4j.api.IssuesApi
Adds spent time for this issue POST /projects/:id/issues/:issue_iid/add_spent_time
addSpentTime(Integer, Integer, String) - Method in class org.gitlab4j.api.IssuesApi
Adds spent time for this issue POST /projects/:id/issues/:issue_iid/add_spent_time
addSpentTime(Integer, Integer, Duration) - Method in class org.gitlab4j.api.IssuesApi
Adds spent time for this issue POST /projects/:id/issues/:issue_iid/add_spent_time
addSshKey(String, String) - Method in class org.gitlab4j.api.UserApi
Creates a new key owned by the currently authenticated user.
addSshKey(Integer, String, String) - Method in class org.gitlab4j.api.UserApi
Create new key owned by specified user.
approveMergeRequest(Integer, Integer, String) - Method in class org.gitlab4j.api.MergeRequestApi
Approve a merge request.
ArtifactsFile - Class in org.gitlab4j.api.models
 
ArtifactsFile() - Constructor for class org.gitlab4j.api.models.ArtifactsFile
 
Assignee - Class in org.gitlab4j.api.models
 
Assignee() - Constructor for class org.gitlab4j.api.models.Assignee
 
Author - Class in org.gitlab4j.api.models
 
Author() - Constructor for class org.gitlab4j.api.models.Author
 
AUTHORIZATION_HEADER - Static variable in class org.gitlab4j.api.GitLabApiClient
 

B

blockUser(Integer) - Method in class org.gitlab4j.api.UserApi
Blocks the specified user.
Branch - Class in org.gitlab4j.api.models
 
Branch() - Constructor for class org.gitlab4j.api.models.Branch
 
Build() - Constructor for class org.gitlab4j.api.webhook.PipelineEvent.Build
 
BuildEvent - Class in org.gitlab4j.api.webhook
 
BuildEvent() - Constructor for class org.gitlab4j.api.webhook.BuildEvent
 
BuildEventCommit - Class in org.gitlab4j.api.webhook
 
BuildEventCommit() - Constructor for class org.gitlab4j.api.webhook.BuildEventCommit
 

C

cancelMergeRequest(Integer, Integer) - Method in class org.gitlab4j.api.MergeRequestApi
Cancel merge when pipeline succeeds.
cancelPipelineJobs(int, int) - Method in class org.gitlab4j.api.PipelineApi
Cancel jobs of specified pipelines in a project.
cancleJob(int, int) - Method in class org.gitlab4j.api.JobApi
Cancel specified job in a project.
Changes - Class in org.gitlab4j.api.models
 
Changes() - Constructor for class org.gitlab4j.api.models.Changes
 
closeIssue(Integer, Integer) - Method in class org.gitlab4j.api.IssuesApi
Closes an existing project issue.
closeMilestone(Integer, Integer) - Method in class org.gitlab4j.api.MilestonesApi
Close a milestone.
Comment - Class in org.gitlab4j.api.models
 
Comment() - Constructor for class org.gitlab4j.api.models.Comment
 
Commit - Class in org.gitlab4j.api.models
 
Commit() - Constructor for class org.gitlab4j.api.models.Commit
 
CommitsApi - Class in org.gitlab4j.api
This class implements the client side API for the GitLab commits calls.
CommitsApi(GitLabApi) - Constructor for class org.gitlab4j.api.CommitsApi
 
CommitStats - Class in org.gitlab4j.api.models
 
CommitStats() - Constructor for class org.gitlab4j.api.models.CommitStats
 
compare(Integer, String, String) - Method in class org.gitlab4j.api.RepositoryApi
Compare branches, tags or commits.
compare(String, String, String) - Method in class org.gitlab4j.api.RepositoryApi
Compare branches, tags or commits.
CompareResults - Class in org.gitlab4j.api.models
 
CompareResults() - Constructor for class org.gitlab4j.api.models.CompareResults
 
Constants - Interface in org.gitlab4j.api
 
Constants.ActionType - Enum in org.gitlab4j.api
Enum to use for specifying the event action_type.
Constants.ImpersonationState - Enum in org.gitlab4j.api
Enum to specify the state of an ImpersonationToken.
Constants.IssueScope - Enum in org.gitlab4j.api
Enum to use for specifying the scope when calling the various get issue methods.
Constants.IssueState - Enum in org.gitlab4j.api
Enum to used to store the state of an issue.
Constants.JobScope - Enum in org.gitlab4j.api
Enum to use for specifying the scope when calling getJobs().
Constants.LineType - Enum in org.gitlab4j.api
Enum to use for specifying the line type for a commit comment.
Constants.MilestoneState - Enum in org.gitlab4j.api
 
Constants.PipelineOrderBy - Enum in org.gitlab4j.api
Enum to use for ordering the results of getPipelines().
Constants.PipelineScope - Enum in org.gitlab4j.api
Enum to use for specifying the scope when calling getPipelines().
Constants.ProjectOrderBy - Enum in org.gitlab4j.api
Enum to use for ordering the results of getProjects().
Constants.SortOrder - Enum in org.gitlab4j.api
Enum to use for ordering the results of various API calls.
Constants.StateEvent - Enum in org.gitlab4j.api
Enum to use for specifying the state of a merge request or issue update.
Constants.TargetType - Enum in org.gitlab4j.api
Enum to use for specifying the event target_type.
Constants.TokenType - Enum in org.gitlab4j.api
Used to specify the type of authentication token.
create(String, String, String) - Static method in class org.gitlab4j.api.GitLabApi
Deprecated.
As of release 4.2.0, replaced by GitLabApi.login(String, String, String)
createBranch(Integer, String, String) - Method in class org.gitlab4j.api.RepositoryApi
Creates a branch for the project.
createFile(RepositoryFile, Integer, String, String) - Method in class org.gitlab4j.api.RepositoryFileApi
Create new file in repository POST /projects/:id/repository/files file_path (required) - Full path to new file.
createImpersonationToken(Integer, String, Date, ImpersonationToken.Scope[]) - Method in class org.gitlab4j.api.UserApi
Create an impersonation token.
createIssue(Integer, String, String) - Method in class org.gitlab4j.api.IssuesApi
Create an issue for the project.
createIssue(Integer, String, String, Boolean, List<Integer>, Integer, String, Date, Date, Integer, Integer) - Method in class org.gitlab4j.api.IssuesApi
Create an issue for the project.
createIssueNote(Integer, Integer, String) - Method in class org.gitlab4j.api.NotesApi
 
createIssueNote(Integer, Integer, String, Date) - Method in class org.gitlab4j.api.NotesApi
 
createLabel(Integer, String, String, String) - Method in class org.gitlab4j.api.LabelsApi
 
createLabel(Integer, String, String) - Method in class org.gitlab4j.api.LabelsApi
 
createLabel(Integer, String, String, Integer) - Method in class org.gitlab4j.api.LabelsApi
 
createLabel(Integer, String, String, String, Integer) - Method in class org.gitlab4j.api.LabelsApi
 
createMergeRequest(Integer, String, String, String, String, Integer) - Method in class org.gitlab4j.api.MergeRequestApi
Creates a merge request and optionally assigns a reviewer to it.
createMilestone(Integer, String, String, Date, Date) - Method in class org.gitlab4j.api.MilestonesApi
Create a milestone.
createPipeline(int, String) - Method in class org.gitlab4j.api.PipelineApi
Create a pipelines in a project.
createProject(Integer, String) - Method in class org.gitlab4j.api.ProjectApi
Create a new project in the specified group.
createProject(String) - Method in class org.gitlab4j.api.ProjectApi
Create a new project with the current user's namespace.
createProject(Project) - Method in class org.gitlab4j.api.ProjectApi
Creates new project owned by the current user.
createProject(Project, String) - Method in class org.gitlab4j.api.ProjectApi
Creates new project owned by the current user.
createProject(String, Integer, String, Boolean, Boolean, Boolean, Boolean, Visibility, Integer, String) - Method in class org.gitlab4j.api.ProjectApi
Creates a Project
createProject(String, Integer, String, Boolean, Boolean, Boolean, Boolean, Boolean, Integer, String) - Method in class org.gitlab4j.api.ProjectApi
createSnippet(Integer, String, String, String, String, Visibility) - Method in class org.gitlab4j.api.ProjectApi
Creates a new project snippet.
createTag(Integer, String, String, String, String) - Method in class org.gitlab4j.api.RepositoryApi
Creates a tag on a particular ref of the given project.
createTag(Integer, String, String, String, File) - Method in class org.gitlab4j.api.RepositoryApi
Creates a tag on a particular ref of a given project.
createUniqueFile(File, String) - Static method in class org.gitlab4j.api.utils.FileUtils
Creates a File that is unique in the specified directory.
createUser(User, String, Integer) - Method in class org.gitlab4j.api.UserApi
Creates a new user.
current() - Method in class org.gitlab4j.api.Pager
Returns the current page of List.

D

DEFAULT_PER_PAGE - Static variable in class org.gitlab4j.api.GitLabApi
GitLab4J default per page.
delete(Response.Status, MultivaluedMap<String, String>, Object...) - Method in class org.gitlab4j.api.AbstractApi
Perform an HTTP DELETE call with the specified form data and path objects, returning a ClientResponse instance with the data returned from the endpoint.
delete(Response.Status, MultivaluedMap<String, String>, URL) - Method in class org.gitlab4j.api.AbstractApi
Perform an HTTP DELETE call with the specified form data and URL, returning a ClientResponse instance with the data returned from the endpoint.
delete(MultivaluedMap<String, String>, Object...) - Method in class org.gitlab4j.api.GitLabApiClient
Perform an HTTP DELETE call with the specified form data and path objects, returning a Response instance with the data returned from the endpoint.
delete(MultivaluedMap<String, String>, URL) - Method in class org.gitlab4j.api.GitLabApiClient
Perform an HTTP DELETE call with the specified form data and URL, returning a Response instance with the data returned from the endpoint.
deleteBranch(Integer, String) - Method in class org.gitlab4j.api.RepositoryApi
Delete a single project repository branch.
deleteDeployKey(Integer, Integer) - Method in class org.gitlab4j.api.DeployKeysApi
Removes a deploy key from the project.
deleteFile(String, Integer, String, String) - Method in class org.gitlab4j.api.RepositoryFileApi
Delete existing file in repository DELETE /projects/:id/repository/files file_path (required) - Full path to file.
deleteGitLabCI(Integer) - Method in class org.gitlab4j.api.ServicesApi
Deletes the gitlab-ci service.
deleteGitLabCI(Project) - Method in class org.gitlab4j.api.ServicesApi
DELETE /projects/:id/services/gitlab-ci
deleteGroup(Integer) - Method in class org.gitlab4j.api.GroupApi
Removes group with all projects inside.
deleteGroup(Group) - Method in class org.gitlab4j.api.GroupApi
Removes group with all projects inside.
deleteHipChat(Integer) - Method in class org.gitlab4j.api.ServicesApi
Deletes the gitlab-ci service.
deleteHipChat(Project) - Method in class org.gitlab4j.api.ServicesApi
Deletes the gitlab-ci service.
deleteHook(Integer, Integer) - Method in class org.gitlab4j.api.ProjectApi
Deletes a hook from the project.
deleteHook(ProjectHook) - Method in class org.gitlab4j.api.ProjectApi
Deletes a hook from the project.
deleteIssue(Integer, Integer) - Method in class org.gitlab4j.api.IssuesApi
Delete an issue.
deleteIssue(Integer, Integer) - Method in class org.gitlab4j.api.ProjectApi
Deprecated.
Will be removed in version 5.0, replaced by IssuesApi.deleteIssue(Integer, Integer)
deleteIssueNote(Integer, Integer, Integer) - Method in class org.gitlab4j.api.NotesApi
 
deleteLabel(Integer, String) - Method in class org.gitlab4j.api.LabelsApi
 
deleteMergeRequest(Integer, Integer) - Method in class org.gitlab4j.api.MergeRequestApi
Only for admins and project owners.
deleteProject(Integer) - Method in class org.gitlab4j.api.ProjectApi
Removes project with all resources(issues, merge requests etc).
deleteProject(Project) - Method in class org.gitlab4j.api.ProjectApi
Removes project with all resources(issues, merge requests etc).
deleteSnippet(Integer, Integer) - Method in class org.gitlab4j.api.ProjectApi
 
deleteSshKey(Integer) - Method in class org.gitlab4j.api.UserApi
Deletes key owned by currently authenticated user.
deleteSshKey(Integer, Integer) - Method in class org.gitlab4j.api.UserApi
Deletes key owned by a specified user.
deleteTag(Integer, String) - Method in class org.gitlab4j.api.RepositoryApi
Deletes the tag from a project with the specified tag name.
deleteUser(Integer) - Method in class org.gitlab4j.api.UserApi
Deletes a user.
deleteUser(User) - Method in class org.gitlab4j.api.UserApi
Deletes a user.
DeployKey - Class in org.gitlab4j.api.models
 
DeployKey() - Constructor for class org.gitlab4j.api.models.DeployKey
 
DeployKeysApi - Class in org.gitlab4j.api
This class implements the client side API for the GitLab Deploy Keys API calls.
DeployKeysApi(GitLabApi) - Constructor for class org.gitlab4j.api.DeployKeysApi
 
deserialize(JsonParser, DeserializationContext) - Method in class org.gitlab4j.api.utils.JacksonJson.JsonDateDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.gitlab4j.api.utils.JacksonJson.UserListDeserializer
 
Diff - Class in org.gitlab4j.api.models
 
Diff() - Constructor for class org.gitlab4j.api.models.Diff
 
downloadArtifactsFile(Integer, String, String, File) - Method in class org.gitlab4j.api.JobApi
Download the artifacts file from the given reference name and job provided the job finished successfully.
downloadArtifactsFile(Integer, String, String) - Method in class org.gitlab4j.api.JobApi
Get an InputStream pointing to the artifacts file from the given reference name and job provided the job finished successfully.
Duration - Class in org.gitlab4j.api.models
This class represents a duration in time.
Duration(String) - Constructor for class org.gitlab4j.api.models.Duration
Create a Duration instance from a human readable string.
Duration(int) - Constructor for class org.gitlab4j.api.models.Duration
Create a Duration instance from a number of seconds.
DurationUtils - Class in org.gitlab4j.api.utils
 
DurationUtils() - Constructor for class org.gitlab4j.api.utils.DurationUtils
 

E

enableDeployKey(Integer, Integer) - Method in class org.gitlab4j.api.DeployKeysApi
Enables a deploy key for a project so this can be used.
eraseJob(int, int) - Method in class org.gitlab4j.api.JobApi
Erase specified job in a project.
ErrorMessage - Class in org.gitlab4j.api.models
 
ErrorMessage() - Constructor for class org.gitlab4j.api.models.ErrorMessage
 
estimateTime(Integer, Integer, int) - Method in class org.gitlab4j.api.IssuesApi
Sets an estimated time of work in this issue POST /projects/:id/issues/:issue_iid/time_estimate
estimateTime(Integer, Integer, String) - Method in class org.gitlab4j.api.IssuesApi
Sets an estimated time of work in this issue POST /projects/:id/issues/:issue_iid/time_estimate
estimateTime(Integer, Integer, Duration) - Method in class org.gitlab4j.api.IssuesApi
Sets an estimated time of work in this issue POST /projects/:id/issues/:issue_iid/time_estimate
Event - Class in org.gitlab4j.api.models
 
Event() - Constructor for class org.gitlab4j.api.models.Event
 
Event - Interface in org.gitlab4j.api.webhook
 
EventCommit - Class in org.gitlab4j.api.webhook
 
EventCommit() - Constructor for class org.gitlab4j.api.webhook.EventCommit
 
EventData - Class in org.gitlab4j.api.models
 
EventData() - Constructor for class org.gitlab4j.api.models.EventData
 
EventIssue - Class in org.gitlab4j.api.webhook
 
EventIssue() - Constructor for class org.gitlab4j.api.webhook.EventIssue
 
EventMergeRequest - Class in org.gitlab4j.api.webhook
 
EventMergeRequest() - Constructor for class org.gitlab4j.api.webhook.EventMergeRequest
 
EventProject - Class in org.gitlab4j.api.webhook
 
EventProject() - Constructor for class org.gitlab4j.api.webhook.EventProject
 
EventRepository - Class in org.gitlab4j.api.webhook
 
EventRepository() - Constructor for class org.gitlab4j.api.webhook.EventRepository
 
EventsApi - Class in org.gitlab4j.api
This class implements the client side API for the GitLab events calls.
EventsApi(GitLabApi) - Constructor for class org.gitlab4j.api.EventsApi
 
EventSnippet - Class in org.gitlab4j.api.webhook
 
EventSnippet() - Constructor for class org.gitlab4j.api.webhook.EventSnippet
 

F

FileUtils - Class in org.gitlab4j.api.utils
This class provides static utility methods used throughout GitLab4J.
FileUtils() - Constructor for class org.gitlab4j.api.utils.FileUtils
 
findNamespaces(String) - Method in class org.gitlab4j.api.NamespaceApi
Get all namespaces that match a string in their name or path.
findNamespaces(String, int, int) - Method in class org.gitlab4j.api.NamespaceApi
Get all namespaces that match a string in their name or path in the specified page range.
findNamespaces(String, int) - Method in class org.gitlab4j.api.NamespaceApi
Get a Pager of all namespaces that match a string in their name or path.
findUsers(String) - Method in class org.gitlab4j.api.UserApi
Search users by Email or username GET /users?search=:email_or_username
findUsers(String, int, int) - Method in class org.gitlab4j.api.UserApi
Search users by Email or username in the specified page range.
findUsers(String, int) - Method in class org.gitlab4j.api.UserApi
Search users by Email or username and return a Pager GET /users?search=:email_or_username
fireBuildEvent(BuildEvent) - Method in class org.gitlab4j.api.webhook.WebHookManager
 
fireEvent(Event) - Method in class org.gitlab4j.api.webhook.WebHookManager
Fire the event to the registered listeners.
fireIssueEvent(IssueEvent) - Method in class org.gitlab4j.api.webhook.WebHookManager
 
fireMergeRequestEvent(MergeRequestEvent) - Method in class org.gitlab4j.api.webhook.WebHookManager
 
fireNoteEvent(NoteEvent) - Method in class org.gitlab4j.api.webhook.WebHookManager
 
firePipelineEvent(PipelineEvent) - Method in class org.gitlab4j.api.webhook.WebHookManager
 
firePushEvent(PushEvent) - Method in class org.gitlab4j.api.webhook.WebHookManager
 
fireTagPushEvent(TagPushEvent) - Method in class org.gitlab4j.api.webhook.WebHookManager
 
fireWikiPageEvent(WikiPageEvent) - Method in class org.gitlab4j.api.webhook.WebHookManager
 
first() - Method in class org.gitlab4j.api.Pager
Returns the first page of List.
forkProject(Integer, String) - Method in class org.gitlab4j.api.ProjectApi
Forks a project into the user namespace of the authenticated user or the one provided.
forkProject(Project, String) - Method in class org.gitlab4j.api.ProjectApi
Forks a project into the user namespace of the authenticated user or the one provided.
forkProject(Integer, Integer) - Method in class org.gitlab4j.api.ProjectApi
Forks a project into the user namespace of the authenticated user or the one provided.
forkProject(Project, Integer) - Method in class org.gitlab4j.api.ProjectApi
Forks a project into the user namespace of the authenticated user or the one provided.
forValue(String) - Static method in enum org.gitlab4j.api.Constants.ActionType
 
forValue(String) - Static method in enum org.gitlab4j.api.Constants.ImpersonationState
 
forValue(String) - Static method in enum org.gitlab4j.api.Constants.IssueScope
 
forValue(String) - Static method in enum org.gitlab4j.api.Constants.IssueState
 
forValue(String) - Static method in enum org.gitlab4j.api.Constants.JobScope
 
forValue(String) - Static method in enum org.gitlab4j.api.Constants.LineType
 
forValue(String) - Static method in enum org.gitlab4j.api.Constants.MilestoneState
 
forValue(String) - Static method in enum org.gitlab4j.api.Constants.PipelineOrderBy
 
forValue(String) - Static method in enum org.gitlab4j.api.Constants.PipelineScope
 
forValue(String) - Static method in enum org.gitlab4j.api.Constants.ProjectOrderBy
 
forValue(String) - Static method in enum org.gitlab4j.api.Constants.SortOrder
 
forValue(String) - Static method in enum org.gitlab4j.api.Constants.StateEvent
 
forValue(String) - Static method in enum org.gitlab4j.api.Constants.TargetType
 
forValue(Integer) - Static method in enum org.gitlab4j.api.models.AccessLevel
 
forValue(String) - Static method in class org.gitlab4j.api.models.Duration
 
forValue(String) - Static method in enum org.gitlab4j.api.models.ImpersonationToken.Scope
 
forValue(String) - Static method in enum org.gitlab4j.api.models.JobStatus
 
forValue(String) - Static method in enum org.gitlab4j.api.models.PipelineStatus
 
forValue(String) - Static method in enum org.gitlab4j.api.models.Visibility
 
forValue(String) - Method in class org.gitlab4j.api.utils.JacksonJsonEnumHelper
 

G

get(Response.Status, MultivaluedMap<String, String>, Object...) - Method in class org.gitlab4j.api.AbstractApi
Perform an HTTP GET call with the specified query parameters and path objects, returning a ClientResponse instance with the data returned from the endpoint.
get(Response.Status, MultivaluedMap<String, String>, URL) - Method in class org.gitlab4j.api.AbstractApi
Perform an HTTP GET call with the specified query parameters and URL, returning a ClientResponse instance with the data returned from the endpoint.
get(MultivaluedMap<String, String>, Object...) - Method in class org.gitlab4j.api.GitLabApiClient
Perform an HTTP GET call with the specified query parameters and path objects, returning a ClientResponse instance with the data returned from the endpoint.
get(MultivaluedMap<String, String>, URL) - Method in class org.gitlab4j.api.GitLabApiClient
Perform an HTTP GET call with the specified query parameters and URL, returning a ClientResponse instance with the data returned from the endpoint.
getAccessLevel() - Method in class org.gitlab4j.api.models.Member
 
getAccessLevel() - Method in class org.gitlab4j.api.models.ProjectAccess
 
getAction() - Method in class org.gitlab4j.api.webhook.EventIssue
 
getAction() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
getAction() - Method in class org.gitlab4j.api.webhook.WikiPageEvent.ObjectAttributes
 
getActionName() - Method in class org.gitlab4j.api.models.Event
 
getActive() - Method in class org.gitlab4j.api.models.ImpersonationToken
 
getActive() - Method in class org.gitlab4j.api.models.Runner
 
getActiveUsers() - Method in class org.gitlab4j.api.UserApi
Get a list of active users.
getActiveUsers(int, int) - Method in class org.gitlab4j.api.UserApi
Get a list of active users using the specified page and per page settings.
getActiveUsers(int) - Method in class org.gitlab4j.api.UserApi
Get a Pager of active users.
getAdded() - Method in class org.gitlab4j.api.webhook.EventCommit
 
getAdditions() - Method in class org.gitlab4j.api.models.CommitStats
 
getAfter() - Method in class org.gitlab4j.api.models.EventData
 
getAfter() - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
 
getAllProjects() - Method in class org.gitlab4j.api.ProjectApi
Deprecated.
Will be removed, no longer supported by the GitLab API
getAMode() - Method in class org.gitlab4j.api.models.Changes
 
getAMode() - Method in class org.gitlab4j.api.models.Diff
 
getApiClient() - Method in class org.gitlab4j.api.AbstractApi
 
getApiNamespace() - Method in enum org.gitlab4j.api.GitLabApi.ApiVersion
 
getApiUrl(Object...) - Method in class org.gitlab4j.api.GitLabApiClient
Construct a REST URL with the specified path arguments.
getApiVersion() - Method in class org.gitlab4j.api.AbstractApi
 
getApiVersion() - Method in class org.gitlab4j.api.GitLabApi
Return the GitLab API version that this instance is using.
getApprovalsBeforeMerge() - Method in class org.gitlab4j.api.models.MergeRequest
 
getApprovalsBeforeMerge() - Method in class org.gitlab4j.api.models.Project
 
getApprovalsMissing() - Method in class org.gitlab4j.api.models.MergeRequest
Get the number of approvals missing for the merge request.
getApprovalsRequired() - Method in class org.gitlab4j.api.models.MergeRequest
Get the number of approvals required for the merge request.
getApprovedBy() - Method in class org.gitlab4j.api.models.MergeRequest
Get the list of users that have approved the merge request.
getArchived() - Method in class org.gitlab4j.api.models.Project
 
getArtifactsFile() - Method in class org.gitlab4j.api.models.Job
 
getArtifactsFile() - Method in class org.gitlab4j.api.webhook.PipelineEvent.Build
 
getAssignee() - Method in class org.gitlab4j.api.models.Issue
 
getAssignee() - Method in class org.gitlab4j.api.models.MergeRequest
 
getAssignee() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
getAssignee() - Method in class org.gitlab4j.api.webhook.IssueEvent
 
getAssigneeId() - Method in class org.gitlab4j.api.webhook.EventIssue
 
getAssigneeId() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
getAttachment() - Method in class org.gitlab4j.api.models.Note
 
getAttachment() - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
 
getAuthenticatedUserEvents(Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder) - Method in class org.gitlab4j.api.EventsApi
Get a list of events for the authenticated user.
getAuthenticatedUserEvents(Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder, int, int) - Method in class org.gitlab4j.api.EventsApi
Get a list of events for the authenticated user and in the specified page range.
getAuthenticatedUserEvents(Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder, int) - Method in class org.gitlab4j.api.EventsApi
Get a list of events for the authenticated user and in the specified page range.
getAuthor() - Method in class org.gitlab4j.api.models.Comment
 
getAuthor() - Method in class org.gitlab4j.api.models.Commit
 
getAuthor() - Method in class org.gitlab4j.api.models.Event
 
getAuthor() - Method in class org.gitlab4j.api.models.Issue
 
getAuthor() - Method in class org.gitlab4j.api.models.MergeRequest
 
getAuthor() - Method in class org.gitlab4j.api.models.Note
 
getAuthor() - Method in class org.gitlab4j.api.models.Snippet
 
getAuthor() - Method in class org.gitlab4j.api.webhook.EventCommit
 
getAuthoredDate() - Method in class org.gitlab4j.api.models.Commit
 
getAuthorEmail() - Method in class org.gitlab4j.api.models.Commit
 
getAuthorEmail() - Method in class org.gitlab4j.api.webhook.BuildEventCommit
 
getAuthorId() - Method in class org.gitlab4j.api.models.Event
 
getAuthorId() - Method in class org.gitlab4j.api.webhook.EventIssue
 
getAuthorId() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
getAuthorId() - Method in class org.gitlab4j.api.webhook.EventSnippet
 
getAuthorId() - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
 
getAuthorName() - Method in class org.gitlab4j.api.models.Commit
 
getAuthorName() - Method in class org.gitlab4j.api.webhook.BuildEventCommit
 
getAuthorUsername() - Method in class org.gitlab4j.api.models.Event
 
getAvatarUrl() - Method in class org.gitlab4j.api.models.AbstractUser
 
getAvatarUrl() - Method in class org.gitlab4j.api.models.Group
 
getAvatarUrl() - Method in class org.gitlab4j.api.models.Project
 
getAvatarUrl() - Method in class org.gitlab4j.api.models.ProjectUser
 
getAvatarUrl() - Method in class org.gitlab4j.api.models.Session
 
getAvatarUrl() - Method in class org.gitlab4j.api.webhook.EventProject
 
getBefore() - Method in class org.gitlab4j.api.models.EventData
 
getBefore() - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
 
getBeforeSha() - Method in class org.gitlab4j.api.models.Pipeline
 
getBeforeSha() - Method in class org.gitlab4j.api.webhook.BuildEvent
 
getBeforeSha() - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
 
getBio() - Method in class org.gitlab4j.api.models.AbstractUser
 
getBio() - Method in class org.gitlab4j.api.models.Session
 
getBlobId() - Method in class org.gitlab4j.api.models.RepositoryFile
 
getBlocked() - Method in class org.gitlab4j.api.models.Session
 
getBlockedUsers() - Method in class org.gitlab4j.api.UserApi
Get a list of blocked users.
getblockedUsers(int, int) - Method in class org.gitlab4j.api.UserApi
Get a list of blocked users using the specified page and per page settings.
getBlockedUsers(int) - Method in class org.gitlab4j.api.UserApi
Get a Pager of blocked users.
getBMode() - Method in class org.gitlab4j.api.models.Changes
 
getBMode() - Method in class org.gitlab4j.api.models.Diff
 
getBody() - Method in class org.gitlab4j.api.models.Note
 
getBranch(Integer, String) - Method in class org.gitlab4j.api.RepositoryApi
Get a single project repository branch.
getBranch() - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
Gets the branch name from the ref.
getBranches(Integer) - Method in class org.gitlab4j.api.RepositoryApi
Get a list of repository branches from a project, sorted by name alphabetically.
getBranches(Integer, int, int) - Method in class org.gitlab4j.api.RepositoryApi
Get a list of repository branches from a project, sorted by name alphabetically.
getBranches(Integer, int) - Method in class org.gitlab4j.api.RepositoryApi
Get a Pager of repository branches from a project, sorted by name alphabetically.
getBranchName() - Method in class org.gitlab4j.api.webhook.EventIssue
 
getBranchName() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
getBuild_events() - Method in class org.gitlab4j.api.models.ProjectHook
Deprecated.
As of release 4.1.0, replaced by ProjectHook.getBuildEvents()
getBuildAllowFailure() - Method in class org.gitlab4j.api.webhook.BuildEvent
 
getBuildDuration() - Method in class org.gitlab4j.api.webhook.BuildEvent
 
getBuildEvents() - Method in class org.gitlab4j.api.models.ProjectHook
 
getBuildFinished_at() - Method in class org.gitlab4j.api.webhook.BuildEvent
 
getBuildId() - Method in class org.gitlab4j.api.webhook.BuildEvent
 
getBuildName() - Method in class org.gitlab4j.api.webhook.BuildEvent
 
getBuilds() - Method in class org.gitlab4j.api.webhook.PipelineEvent
 
getBuildStage() - Method in class org.gitlab4j.api.webhook.BuildEvent
 
getBuildStarted_at() - Method in class org.gitlab4j.api.webhook.BuildEvent
 
getBuildStatus() - Method in class org.gitlab4j.api.webhook.BuildEvent
 
getCanCreateGroup() - Method in class org.gitlab4j.api.models.AbstractUser
 
getCanCreateGroup() - Method in class org.gitlab4j.api.models.Session
 
getCanCreateProject() - Method in class org.gitlab4j.api.models.AbstractUser
 
getCanCreateProject() - Method in class org.gitlab4j.api.models.Session
 
getCanPush() - Method in class org.gitlab4j.api.models.DeployKey
 
getChanges() - Method in class org.gitlab4j.api.models.MergeRequest
 
getCheckoutSha() - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
 
getClosedIssuesCount() - Method in class org.gitlab4j.api.models.Label
 
getColor() - Method in class org.gitlab4j.api.models.Label
 
getColorSchemeId() - Method in class org.gitlab4j.api.models.AbstractUser
 
getColorSchemeId() - Method in class org.gitlab4j.api.models.Session
 
getComments(int, String) - Method in class org.gitlab4j.api.CommitsApi
Get the comments of a commit in a project.
getCommit(int, String) - Method in class org.gitlab4j.api.CommitsApi
Get a specific commit identified by the commit hash or name of a branch or tag.
getCommit() - Method in class org.gitlab4j.api.models.Branch
 
getCommit() - Method in class org.gitlab4j.api.models.CompareResults
 
getCommit() - Method in class org.gitlab4j.api.models.Job
 
getCommit() - Method in class org.gitlab4j.api.models.Tag
 
getCommit() - Method in class org.gitlab4j.api.webhook.BuildEvent
 
getCommit() - Method in class org.gitlab4j.api.webhook.NoteEvent
 
getCommit() - Method in class org.gitlab4j.api.webhook.PipelineEvent
 
getCommitId() - Method in class org.gitlab4j.api.models.RepositoryFile
 
getCommitId() - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
 
getCommits(int) - Method in class org.gitlab4j.api.CommitsApi
Get a list of repository commits in a project.
getCommits(int, int, int) - Method in class org.gitlab4j.api.CommitsApi
Get a list of repository commits in a project.
getCommits(int, int) - Method in class org.gitlab4j.api.CommitsApi
Get a Pager of repository commits in a project.
getCommits(int, String, Date, Date) - Method in class org.gitlab4j.api.CommitsApi
Get a list of repository commits in a project.
getCommits(int, String, Date, Date, String) - Method in class org.gitlab4j.api.CommitsApi
Get a list of repository commits in a project.
getCommits(int, String, String) - Method in class org.gitlab4j.api.CommitsApi
Get a list of file commits in a project GET /projects/:id/repository/commits?path=:file_path
getCommits(int, String, Date, Date, int, int) - Method in class org.gitlab4j.api.CommitsApi
Get a list of repository commits in a project.
getCommits(int, String, Date, Date, int) - Method in class org.gitlab4j.api.CommitsApi
Get a Pager of repository commits in a project.
getCommits(int, int) - Method in class org.gitlab4j.api.MergeRequestApi
Get a list of merge request commits.
getCommits(int, int, int, int) - Method in class org.gitlab4j.api.MergeRequestApi
Get a list of merge request commits.
getCommits(int, int, int) - Method in class org.gitlab4j.api.MergeRequestApi
Get a Pager of merge request commits.
getCommits() - Method in class org.gitlab4j.api.models.CompareResults
 
getCommits() - Method in class org.gitlab4j.api.models.EventData
 
getCommits() - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
 
getCommitsApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the CommitsApi instance owned by this GitLabApi instance.
getCommitted_at() - Method in class org.gitlab4j.api.models.Pipeline
 
getCommittedDate() - Method in class org.gitlab4j.api.models.Commit
 
getCommitterEmail() - Method in class org.gitlab4j.api.models.Commit
 
getCommitterName() - Method in class org.gitlab4j.api.models.Commit
 
getCompareSameRef() - Method in class org.gitlab4j.api.models.CompareResults
 
getCompareTimeout() - Method in class org.gitlab4j.api.models.CompareResults
 
getConfidential() - Method in class org.gitlab4j.api.models.Issue
 
getConfirmedAt() - Method in class org.gitlab4j.api.models.AbstractUser
 
getContainerRegistryEnabled() - Method in class org.gitlab4j.api.models.Project
 
getContent() - Method in class org.gitlab4j.api.models.RepositoryFile
 
getContent() - Method in class org.gitlab4j.api.webhook.EventSnippet
 
getContent() - Method in class org.gitlab4j.api.webhook.WikiPageEvent.ObjectAttributes
 
getContext(Class<?>) - Method in class org.gitlab4j.api.utils.JacksonJson
 
getCoverage() - Method in class org.gitlab4j.api.models.Job
 
getCoverage() - Method in class org.gitlab4j.api.models.Pipeline
 
getCreatedAt() - Method in class org.gitlab4j.api.models.AbstractUser
 
getCreatedAt() - Method in class org.gitlab4j.api.models.Comment
 
getCreatedAt() - Method in class org.gitlab4j.api.models.Commit
 
getCreatedAt() - Method in class org.gitlab4j.api.models.DeployKey
 
getCreatedAt() - Method in class org.gitlab4j.api.models.ImpersonationToken
 
getCreatedAt() - Method in class org.gitlab4j.api.models.Issue
 
getCreatedAt() - Method in class org.gitlab4j.api.models.Job
 
getCreatedAt() - Method in class org.gitlab4j.api.models.Key
 
getCreatedAt() - Method in class org.gitlab4j.api.models.Member
 
getCreatedAt() - Method in class org.gitlab4j.api.models.MergeRequest
 
getCreatedAt() - Method in class org.gitlab4j.api.models.Milestone
 
getCreatedAt() - Method in class org.gitlab4j.api.models.Note
 
getCreatedAt() - Method in class org.gitlab4j.api.models.Owner
 
getCreatedAt() - Method in class org.gitlab4j.api.models.Pipeline
 
getCreatedAt() - Method in class org.gitlab4j.api.models.Project
 
getCreatedAt() - Method in class org.gitlab4j.api.models.ProjectHook
 
getCreatedAt() - Method in class org.gitlab4j.api.models.Session
 
getCreatedAt() - Method in class org.gitlab4j.api.models.Snippet
 
getCreatedAt() - Method in class org.gitlab4j.api.models.SshKey
 
getCreatedAt() - Method in class org.gitlab4j.api.webhook.EventIssue
 
getCreatedAt() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
getCreatedAt() - Method in class org.gitlab4j.api.webhook.EventSnippet
 
getCreatedAt() - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
 
getCreatedAt() - Method in class org.gitlab4j.api.webhook.PipelineEvent.Build
 
getCreatedAt() - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
 
getCreatorId() - Method in class org.gitlab4j.api.models.Project
 
getCurrentPage() - Method in class org.gitlab4j.api.Pager
Get the current page of the iteration.
getCurrentSignInAt() - Method in class org.gitlab4j.api.models.AbstractUser
 
getCurrentSignInAt() - Method in class org.gitlab4j.api.models.Session
 
getCurrentUser() - Method in class org.gitlab4j.api.UserApi
Get currently authenticated user.
getDarkScheme() - Method in class org.gitlab4j.api.models.Session
 
getData() - Method in class org.gitlab4j.api.models.Event
 
getDefaultBranch() - Method in class org.gitlab4j.api.models.Project
 
getDefaultBranch() - Method in class org.gitlab4j.api.webhook.EventProject
 
getDefaultBranch() - Method in class org.gitlab4j.api.webhook.WikiPageEvent.Wiki
 
getDefaultPerPage() - Method in class org.gitlab4j.api.AbstractApi
 
getDefaultPerPage() - Method in class org.gitlab4j.api.GitLabApi
Get the default number per page for calls that return multiple items.
getDefaultPerPageParam() - Method in class org.gitlab4j.api.AbstractApi
Creates a MultivaluedMap instance containing the "per_page" param with the default value.
getDeletedFile() - Method in class org.gitlab4j.api.models.Changes
 
getDeletedFile() - Method in class org.gitlab4j.api.models.Diff
 
getDeletions() - Method in class org.gitlab4j.api.models.CommitStats
 
getDeployKey(Integer, Integer) - Method in class org.gitlab4j.api.DeployKeysApi
Get a single deploy key for the specified project.
getDeployKeys() - Method in class org.gitlab4j.api.DeployKeysApi
Get a list of all deploy keys across all projects of the GitLab instance.
getDeployKeys(int, int) - Method in class org.gitlab4j.api.DeployKeysApi
Get a list of all deploy keys across all projects of the GitLab instance using the specified page and per page settings.
getDeployKeys(int) - Method in class org.gitlab4j.api.DeployKeysApi
Get a Pager of all deploy keys across all projects of the GitLab instance.
getDeployKeysApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the DeployKeysApi instance owned by this GitLabApi instance.
getDescription() - Method in class org.gitlab4j.api.models.Group
 
getDescription() - Method in class org.gitlab4j.api.models.Issue
 
getDescription() - Method in class org.gitlab4j.api.models.Label
 
getDescription() - Method in class org.gitlab4j.api.models.MergeRequest
 
getDescription() - Method in class org.gitlab4j.api.models.Milestone
 
getDescription() - Method in class org.gitlab4j.api.models.Project
 
getDescription() - Method in class org.gitlab4j.api.models.Release
 
getDescription() - Method in class org.gitlab4j.api.models.Repository
 
getDescription() - Method in class org.gitlab4j.api.models.Runner
 
getDescription() - Method in class org.gitlab4j.api.webhook.EventIssue
 
getDescription() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
getDescription() - Method in class org.gitlab4j.api.webhook.EventProject
 
getDescription() - Method in class org.gitlab4j.api.webhook.EventRepository
 
getDevelopersCanMerge() - Method in class org.gitlab4j.api.models.Branch
 
getDevelopersCanPush() - Method in class org.gitlab4j.api.models.Branch
 
getDiff(int, String) - Method in class org.gitlab4j.api.CommitsApi
Get the list of diffs of a commit in a project.
getDiff(String, String) - Method in class org.gitlab4j.api.CommitsApi
Get the list of diffs of a commit in a project.
getDiff() - Method in class org.gitlab4j.api.models.Changes
 
getDiff() - Method in class org.gitlab4j.api.models.Diff
 
getDiffs() - Method in class org.gitlab4j.api.models.CompareResults
 
getDownvote() - Method in class org.gitlab4j.api.models.Note
 
getDownvotes() - Method in class org.gitlab4j.api.models.MergeRequest
 
getDueDate() - Method in class org.gitlab4j.api.models.Issue
 
getDueDate() - Method in class org.gitlab4j.api.models.Milestone
 
getDuration() - Method in class org.gitlab4j.api.models.Pipeline
 
getDuration() - Method in class org.gitlab4j.api.webhook.BuildEventCommit
 
getDuration() - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
 
getEmail() - Method in class org.gitlab4j.api.models.AbstractUser
 
getEmail() - Method in class org.gitlab4j.api.models.Member
 
getEmail() - Method in class org.gitlab4j.api.models.Session
 
getEnable_ssl_verification() - Method in class org.gitlab4j.api.models.ProjectHook
Deprecated.
As of release 4.1.0, replaced by ProjectHook.getEnableSslVerification()
getEnableSslVerification() - Method in class org.gitlab4j.api.models.ProjectHook
 
getEncoding() - Method in class org.gitlab4j.api.models.RepositoryFile
 
getEventName() - Method in class org.gitlab4j.api.models.SystemHook
 
getEventName() - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
 
getEventsApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the EventsApi instance owned by this GitLabApi instance.
getExpiresAt() - Method in class org.gitlab4j.api.models.ImpersonationToken
 
getExpiresAt() - Method in class org.gitlab4j.api.models.Note
 
getExpiresAt() - Method in class org.gitlab4j.api.models.Snippet
 
getExpiresAt() - Method in class org.gitlab4j.api.webhook.EventSnippet
 
getExternal() - Method in class org.gitlab4j.api.models.AbstractUser
 
getExternUid() - Method in class org.gitlab4j.api.models.Identity
 
getFile(String, Integer, String) - Method in class org.gitlab4j.api.RepositoryFileApi
Get file from repository.
getFilename() - Method in class org.gitlab4j.api.models.ArtifactsFile
 
getFileName() - Method in class org.gitlab4j.api.models.Note
 
getFileName() - Method in class org.gitlab4j.api.models.RepositoryFile
 
getFileName() - Method in class org.gitlab4j.api.models.Snippet
 
getFileName() - Method in class org.gitlab4j.api.webhook.EventSnippet
 
getFilenameFromContentDisposition(Response) - Static method in class org.gitlab4j.api.utils.FileUtils
Get the filename from the "Content-Disposition" header of a JAX-RS response.
getFilePath() - Method in class org.gitlab4j.api.models.RepositoryFile
 
getFileV3(String, Integer, String) - Method in class org.gitlab4j.api.RepositoryFileApi
Get file from repository.
getFinished_at() - Method in class org.gitlab4j.api.models.Pipeline
 
getFinishedAt() - Method in class org.gitlab4j.api.models.Job
 
getFinishedAt() - Method in class org.gitlab4j.api.webhook.BuildEventCommit
 
getFinishedAt() - Method in class org.gitlab4j.api.webhook.PipelineEvent.Build
 
getFinishedAt() - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
 
getForceRemoveSourceBranch() - Method in class org.gitlab4j.api.models.MergeRequest
 
getForkedFromProject() - Method in class org.gitlab4j.api.models.Project
 
getForksCount() - Method in class org.gitlab4j.api.models.Project
 
getFormat() - Method in class org.gitlab4j.api.webhook.WikiPageEvent.ObjectAttributes
 
getFullName() - Method in class org.gitlab4j.api.models.Group
 
getFullPath() - Method in class org.gitlab4j.api.models.Group
 
getFullPath() - Method in class org.gitlab4j.api.models.Namespace
 
getGit_http_url() - Method in class org.gitlab4j.api.webhook.EventRepository
 
getGit_http_url() - Method in class org.gitlab4j.api.webhook.WikiPageEvent.Wiki
 
getGit_ssh_url() - Method in class org.gitlab4j.api.webhook.EventRepository
 
getGit_ssh_url() - Method in class org.gitlab4j.api.webhook.WikiPageEvent.Wiki
 
getGitHttpUrl() - Method in class org.gitlab4j.api.webhook.EventProject
 
getGitSshUrl() - Method in class org.gitlab4j.api.webhook.EventProject
 
getGroup(Integer) - Method in class org.gitlab4j.api.GroupApi
Get all details of a group.
getGroup(String) - Method in class org.gitlab4j.api.GroupApi
Get all details of a group.
getGroupAccess() - Method in class org.gitlab4j.api.models.Permissions
 
getGroupAccessLevel() - Method in class org.gitlab4j.api.models.ProjectSharedGroup
 
getGroupApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the GroupApi instance owned by this GitLabApi instance.
getGroupId() - Method in class org.gitlab4j.api.models.ProjectSharedGroup
 
getGroupName() - Method in class org.gitlab4j.api.models.ProjectSharedGroup
 
getGroups() - Method in class org.gitlab4j.api.GroupApi
Get a list of groups.
getGroups(int, int) - Method in class org.gitlab4j.api.GroupApi
Get a list of groups (As user: my groups, as admin: all groups) and in the specified page range.
getGroups(int) - Method in class org.gitlab4j.api.GroupApi
Get a Pager of groups.
getGroups(String) - Method in class org.gitlab4j.api.GroupApi
Get all groups that match your string in their name or path.
getGroups(String, int, int) - Method in class org.gitlab4j.api.GroupApi
Get all groups that match your string in their name or path.
getGroups(String, int) - Method in class org.gitlab4j.api.GroupApi
Get all groups that match your string in their name or path.
getHomepage() - Method in class org.gitlab4j.api.models.Repository
 
getHomepage() - Method in class org.gitlab4j.api.webhook.EventProject
 
getHomepage() - Method in class org.gitlab4j.api.webhook.EventRepository
 
getHook(Integer, Integer) - Method in class org.gitlab4j.api.ProjectApi
Get a specific hook for project.
getHooks(Integer) - Method in class org.gitlab4j.api.ProjectApi
Get list of project hooks.
getHooks(Integer, int, int) - Method in class org.gitlab4j.api.ProjectApi
Get list of project hooks in the specified page range.
getHooks(Integer, int) - Method in class org.gitlab4j.api.ProjectApi
Get Pager of project hooks.
getHttpStatus() - Method in exception org.gitlab4j.api.GitLabApiException
Returns the HTTP status code that was the cause of the exception.
getHttpUrl() - Method in class org.gitlab4j.api.webhook.EventProject
 
getHttpUrlToRepo() - Method in class org.gitlab4j.api.models.Project
 
getHumanTimeEstimate() - Method in class org.gitlab4j.api.models.TimeStats
 
getHumanTotalTimeSpent() - Method in class org.gitlab4j.api.models.TimeStats
 
getId() - Method in class org.gitlab4j.api.models.AbstractUser
 
getId() - Method in class org.gitlab4j.api.models.Commit
 
getId() - Method in class org.gitlab4j.api.models.DeployKey
 
getId() - Method in class org.gitlab4j.api.models.Group
 
getId() - Method in class org.gitlab4j.api.models.ImpersonationToken
 
getId() - Method in class org.gitlab4j.api.models.Issue
 
getId() - Method in class org.gitlab4j.api.models.Job
 
getId() - Method in class org.gitlab4j.api.models.Key
 
getId() - Method in class org.gitlab4j.api.models.Label
 
getId() - Method in class org.gitlab4j.api.models.Member
 
getId() - Method in class org.gitlab4j.api.models.MergeRequest
 
getId() - Method in class org.gitlab4j.api.models.Milestone
 
getId() - Method in class org.gitlab4j.api.models.Namespace
 
getId() - Method in class org.gitlab4j.api.models.Note
 
getId() - Method in class org.gitlab4j.api.models.Owner
 
getId() - Method in class org.gitlab4j.api.models.Pipeline
 
getId() - Method in class org.gitlab4j.api.models.Project
 
getId() - Method in class org.gitlab4j.api.models.ProjectHook
 
getId() - Method in class org.gitlab4j.api.models.ProjectUser
 
getId() - Method in class org.gitlab4j.api.models.Runner
 
getId() - Method in class org.gitlab4j.api.models.Session
 
getId() - Method in class org.gitlab4j.api.models.Snippet
 
getId() - Method in class org.gitlab4j.api.models.SshKey
 
getId() - Method in class org.gitlab4j.api.models.TreeItem
 
getId() - Method in class org.gitlab4j.api.webhook.BuildEventCommit
 
getId() - Method in class org.gitlab4j.api.webhook.EventCommit
 
getId() - Method in class org.gitlab4j.api.webhook.EventIssue
 
getId() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
getId() - Method in class org.gitlab4j.api.webhook.EventSnippet
 
getId() - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
 
getId() - Method in class org.gitlab4j.api.webhook.PipelineEvent.Build
 
getId() - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
 
getIdentities() - Method in class org.gitlab4j.api.models.AbstractUser
 
getIdentities() - Method in class org.gitlab4j.api.models.Session
 
getIgnoreCertificateErrors() - Method in class org.gitlab4j.api.GitLabApi
Returns true if the API is setup to ignore SSL certificate errors, otherwise returns false.
getIgnoreCertificateErrors() - Method in class org.gitlab4j.api.GitLabApiClient
Returns true if the API is setup to ignore SSL certificate errors, otherwise returns false.
getIid() - Method in class org.gitlab4j.api.models.Issue
 
getIid() - Method in class org.gitlab4j.api.models.MergeRequest
 
getIid() - Method in class org.gitlab4j.api.models.Milestone
 
getIid() - Method in class org.gitlab4j.api.webhook.EventIssue
 
getIid() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
getImpersonation() - Method in class org.gitlab4j.api.models.ImpersonationToken
 
getImpersonationToken(Integer, Integer) - Method in class org.gitlab4j.api.UserApi
Get an impersonation token of a user.
getImpersonationTokens(Integer) - Method in class org.gitlab4j.api.UserApi
Get a list of a specified user's impersonation tokens.
getImpersonationTokens(Integer, Constants.ImpersonationState) - Method in class org.gitlab4j.api.UserApi
Get a list of a specified user's impersonation tokens.
getIs_shared() - Method in class org.gitlab4j.api.models.Runner
 
getIsAdmin() - Method in class org.gitlab4j.api.models.AbstractUser
 
getIsAdmin() - Method in class org.gitlab4j.api.models.Session
 
getIssue(Integer, Integer) - Method in class org.gitlab4j.api.IssuesApi
Get a single project issue.
getIssue(Integer, Integer) - Method in class org.gitlab4j.api.ProjectApi
Deprecated.
Will be removed in version 5.0, replaced by IssuesApi.getIssue(Integer, Integer)
getIssue() - Method in class org.gitlab4j.api.webhook.NoteEvent
 
getIssueNote(Integer, Integer, Integer) - Method in class org.gitlab4j.api.NotesApi
 
getIssueNotes(Integer, Integer) - Method in class org.gitlab4j.api.NotesApi
Get a list of the issues's notes.
getIssueNotes(Integer, Integer, int, int) - Method in class org.gitlab4j.api.NotesApi
Get a list of the issue's notes using the specified page and per page settings.
getIssueNotes(Integer, Integer, int) - Method in class org.gitlab4j.api.NotesApi
Get a Pager of issues's notes.
getIssues() - Method in class org.gitlab4j.api.IssuesApi
Get all issues the authenticated user has access to.
getIssues(int, int) - Method in class org.gitlab4j.api.IssuesApi
Get all issues the authenticated user has access to using the specified page and per page setting.
getIssues(int) - Method in class org.gitlab4j.api.IssuesApi
Get a Pager of all issues the authenticated user has access to.
getIssues(Integer) - Method in class org.gitlab4j.api.IssuesApi
Get a list of project's issues.
getIssues(Integer, int, int) - Method in class org.gitlab4j.api.IssuesApi
Get a list of project's issues using the specified page and per page settings.
getIssues(Integer, int) - Method in class org.gitlab4j.api.IssuesApi
Get a Pager of project's issues.
getIssues(Integer, Integer) - Method in class org.gitlab4j.api.MilestonesApi
Get the list of issues associated with the specified milestone.
getIssues(Integer) - Method in class org.gitlab4j.api.ProjectApi
Deprecated.
Will be removed in version 5.0, replaced by IssuesApi.getIssues(Integer)
getIssues(Integer, int, int) - Method in class org.gitlab4j.api.ProjectApi
Deprecated.
Will be removed in version 5.0, replaced by IssuesApi.getIssues(Integer, int, int)
getIssues(Integer, int) - Method in class org.gitlab4j.api.ProjectApi
Deprecated.
Will be removed in version 5.0, replaced by IssuesApi.getIssues(Integer, int)
getIssuesApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the IssuesApi instance owned by this GitLabApi instance.
getIssuesEnabled() - Method in class org.gitlab4j.api.models.Project
 
getIssuesEvents() - Method in class org.gitlab4j.api.models.ProjectHook
 
getItemsPerPage() - Method in class org.gitlab4j.api.Pager
Get the items per page value.
getJob(int, int) - Method in class org.gitlab4j.api.JobApi
Get single job in a project.
getJobApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the JobApi instance owned by this GitLabApi instance.
getJobEvents() - Method in class org.gitlab4j.api.models.ProjectHook
 
getJobs(int) - Method in class org.gitlab4j.api.JobApi
Get a list of jobs in a project.
getJobs(int, int, int) - Method in class org.gitlab4j.api.JobApi
Get a list of jobs in a project in the specified page range.
getJobs(int, int) - Method in class org.gitlab4j.api.JobApi
Get a Pager of jobs in a project.
getJobs(int, Constants.JobScope) - Method in class org.gitlab4j.api.JobApi
Get a list of jobs in a project.
getJobsEnabled() - Method in class org.gitlab4j.api.models.Project
 
getJobsForPipeline(int, int) - Method in class org.gitlab4j.api.JobApi
Get a list of jobs in a pipeline.
getJobsForPipeline(int, int, Constants.JobScope) - Method in class org.gitlab4j.api.JobApi
Get a list of jobs in a pipeline.
getKey() - Method in class org.gitlab4j.api.models.DeployKey
 
getKey() - Method in class org.gitlab4j.api.models.Key
 
getKey() - Method in class org.gitlab4j.api.models.SshKey
 
getKind() - Method in class org.gitlab4j.api.models.Namespace
 
getLabels(Integer) - Method in class org.gitlab4j.api.LabelsApi
 
getLabels(Integer, int, int) - Method in class org.gitlab4j.api.LabelsApi
 
getLabels() - Method in class org.gitlab4j.api.models.Issue
 
getLabels() - Method in class org.gitlab4j.api.models.MergeRequest
 
getLabelsApi() - Method in class org.gitlab4j.api.GitLabApi
 
getLastActivityAt() - Method in class org.gitlab4j.api.models.Project
 
getLastActivityOn() - Method in class org.gitlab4j.api.models.AbstractUser
 
getLastCommit() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
getLastCommitId() - Method in class org.gitlab4j.api.models.RepositoryFile
 
getLastSignInAt() - Method in class org.gitlab4j.api.models.AbstractUser
 
getLfsEnabled() - Method in class org.gitlab4j.api.models.Project
 
getLine() - Method in class org.gitlab4j.api.models.Comment
 
getLineCode() - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
 
getLineType() - Method in class org.gitlab4j.api.models.Comment
 
getLinkedin() - Method in class org.gitlab4j.api.models.AbstractUser
 
getLinkedin() - Method in class org.gitlab4j.api.models.Session
 
getLocation() - Method in class org.gitlab4j.api.models.AbstractUser
 
getLockedAt() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
getManual() - Method in class org.gitlab4j.api.webhook.PipelineEvent.Build
 
getMember(int, int) - Method in class org.gitlab4j.api.GroupApi
Get a group member viewable by the authenticated user.
getMember(Integer, Integer) - Method in class org.gitlab4j.api.ProjectApi
Gets a project team member.
getMemberProjects() - Method in class org.gitlab4j.api.ProjectApi
Get a list of projects that the authenticated user is a member of.
getMemberProjects(int, int) - Method in class org.gitlab4j.api.ProjectApi
Get a list of projects that the authenticated user is a member of in the specified page range.
getMemberProjects(int) - Method in class org.gitlab4j.api.ProjectApi
Get a Pager of projects that the authenticated user is a member of.
getMembers(int) - Method in class org.gitlab4j.api.GroupApi
Get a list of group members viewable by the authenticated user.
getMembers(int, int, int) - Method in class org.gitlab4j.api.GroupApi
Get a list of group members viewable by the authenticated user in the specified page range.
getMembers(int, int) - Method in class org.gitlab4j.api.GroupApi
Get a Pager of group members viewable by the authenticated user.
getMembers(Integer) - Method in class org.gitlab4j.api.ProjectApi
Get a list of project team members.
getMembers(Integer, int, int) - Method in class org.gitlab4j.api.ProjectApi
Get a list of project team members in the specified page range.
getMembers(Integer, int) - Method in class org.gitlab4j.api.ProjectApi
Get a Pager of project team members.
getMergeCommitSha() - Method in class org.gitlab4j.api.models.MergeRequest
 
getMerged() - Method in class org.gitlab4j.api.models.Branch
 
getMergeRequest(Integer, Integer) - Method in class org.gitlab4j.api.MergeRequestApi
Get information about a single merge request.
getMergeRequest(Integer, Integer) - Method in class org.gitlab4j.api.MilestonesApi
Get the list of merge requests associated with the specified milestone.
getMergeRequest() - Method in class org.gitlab4j.api.webhook.NoteEvent
 
getMergeRequestApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the MergeRequestApi instance owned by this GitLabApi instance.
getMergeRequestApprovals(Integer, Integer) - Method in class org.gitlab4j.api.MergeRequestApi
Get the merge request with approval information.
getMergeRequests(Integer) - Method in class org.gitlab4j.api.MergeRequestApi
Get all merge requests for the specified project.
getMergeRequests(Integer, int, int) - Method in class org.gitlab4j.api.MergeRequestApi
Get all merge requests for the specified project.
getMergeRequests(Integer, int) - Method in class org.gitlab4j.api.MergeRequestApi
Get all merge requests for the specified project.
getMergeRequestsEnabled() - Method in class org.gitlab4j.api.models.Project
 
getMergeRequestsEvents() - Method in class org.gitlab4j.api.models.ProjectHook
 
getMergeStatus() - Method in class org.gitlab4j.api.models.MergeRequest
 
getMergeStatus() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
getMergeWhenBuildSucceeds() - Method in class org.gitlab4j.api.models.MergeRequest
 
getMessage() - Method in exception org.gitlab4j.api.GitLabApiException
Get the message associated with the exception.
getMessage() - Method in class org.gitlab4j.api.models.Commit
 
getMessage() - Method in class org.gitlab4j.api.models.ErrorMessage
 
getMessage() - Method in class org.gitlab4j.api.models.Tag
 
getMessage() - Method in class org.gitlab4j.api.webhook.BuildEventCommit
 
getMessage() - Method in class org.gitlab4j.api.webhook.EventCommit
 
getMessage() - Method in class org.gitlab4j.api.webhook.WikiPageEvent.ObjectAttributes
 
getMilestone(Integer, int) - Method in class org.gitlab4j.api.MilestonesApi
Get the specified milestone.
getMilestone() - Method in class org.gitlab4j.api.models.Issue
 
getMilestone() - Method in class org.gitlab4j.api.models.MergeRequest
 
getMilestoneId() - Method in class org.gitlab4j.api.webhook.EventIssue
 
getMilestoneId() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
getMilestones(Integer) - Method in class org.gitlab4j.api.MilestonesApi
Get a list of project milestones.
getMilestones(Integer, int, int) - Method in class org.gitlab4j.api.MilestonesApi
Get a list of project milestones.
getMilestones(Integer, Constants.MilestoneState) - Method in class org.gitlab4j.api.MilestonesApi
Get a list of project milestones that have the specified state.
getMilestones(Integer, String) - Method in class org.gitlab4j.api.MilestonesApi
Get a list of project milestones that have match the search string.
getMilestones(Integer, Constants.MilestoneState, String) - Method in class org.gitlab4j.api.MilestonesApi
Get a list of project milestones that have the specified state and match the search string.
getMilestonesApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the MilsestonesApi instance owned by this GitLabApi instance.
getMode() - Method in class org.gitlab4j.api.models.TreeItem
 
getModified() - Method in class org.gitlab4j.api.webhook.EventCommit
 
getName() - Method in class org.gitlab4j.api.models.AbstractUser
 
getName() - Method in class org.gitlab4j.api.models.Branch
 
getName() - Method in class org.gitlab4j.api.models.Group
 
getName() - Method in class org.gitlab4j.api.models.ImpersonationToken
 
getName() - Method in class org.gitlab4j.api.models.Job
 
getName() - Method in class org.gitlab4j.api.models.Label
 
getName() - Method in class org.gitlab4j.api.models.Member
 
getName() - Method in class org.gitlab4j.api.models.Namespace
 
getName() - Method in class org.gitlab4j.api.models.Owner
 
getName() - Method in class org.gitlab4j.api.models.Project
 
getName() - Method in class org.gitlab4j.api.models.ProjectUser
 
getName() - Method in class org.gitlab4j.api.models.Repository
 
getName() - Method in class org.gitlab4j.api.models.Runner
 
getName() - Method in class org.gitlab4j.api.models.Session
 
getName() - Method in class org.gitlab4j.api.models.SystemHook
 
getName() - Method in class org.gitlab4j.api.models.Tag
 
getName() - Method in class org.gitlab4j.api.models.TreeItem
 
getName() - Method in class org.gitlab4j.api.webhook.EventProject
 
getName() - Method in class org.gitlab4j.api.webhook.EventRepository
 
getName() - Method in class org.gitlab4j.api.webhook.PipelineEvent.Build
 
getNamespace() - Method in class org.gitlab4j.api.models.Project
 
getNamespace() - Method in class org.gitlab4j.api.webhook.EventProject
 
getNamespaceApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the NamespaceApi instance owned by this GitLabApi instance.
getNamespaces() - Method in class org.gitlab4j.api.NamespaceApi
Get a list of the namespaces of the authenticated user.
getNamespaces(int, int) - Method in class org.gitlab4j.api.NamespaceApi
Get a list of the namespaces of the authenticated user.
getNamespaces(int) - Method in class org.gitlab4j.api.NamespaceApi
Get a Pager of the namespaces of the authenticated user.
getNameWithNamespace() - Method in class org.gitlab4j.api.models.Project
 
getNewFile() - Method in class org.gitlab4j.api.models.Changes
 
getNewFile() - Method in class org.gitlab4j.api.models.Diff
 
getNewPath() - Method in class org.gitlab4j.api.models.Changes
 
getNewPath() - Method in class org.gitlab4j.api.models.Diff
 
getNote() - Method in class org.gitlab4j.api.models.Comment
 
getNote() - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
 
getNote_events() - Method in class org.gitlab4j.api.models.ProjectHook
Deprecated.
As of release 4.1.0, replaced by ProjectHook.getNoteEvents()
getNoteableId() - Method in class org.gitlab4j.api.models.Note
 
getNoteableId() - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
 
getNoteableType() - Method in class org.gitlab4j.api.models.Note
 
getNoteableType() - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
 
getNoteEvents() - Method in class org.gitlab4j.api.models.ProjectHook
 
getNotes(Integer, Integer) - Method in class org.gitlab4j.api.NotesApi
Deprecated.
As of release 4.7.0, replaced by NotesApi.getIssueNotes(Integer, Integer)
getNotes(Integer, Integer, int, int) - Method in class org.gitlab4j.api.NotesApi
Deprecated.
getNotes(Integer, Integer, int) - Method in class org.gitlab4j.api.NotesApi
Deprecated.
As of release 4.7.0, replaced by NotesApi.getIssueNotes(Integer, Integer, int)
getNotesApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the NotesApi instance owned by this GitLabApi instance.
getNotificationLevel() - Method in class org.gitlab4j.api.models.ProjectAccess
 
getObjectAttributes() - Method in class org.gitlab4j.api.webhook.IssueEvent
 
getObjectAttributes() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent
 
getObjectAttributes() - Method in class org.gitlab4j.api.webhook.NoteEvent
 
getObjectAttributes() - Method in class org.gitlab4j.api.webhook.PipelineEvent
 
getObjectAttributes() - Method in class org.gitlab4j.api.webhook.WikiPageEvent
 
getObjectKind() - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
 
getObjectKind() - Method in class org.gitlab4j.api.webhook.BuildEvent
 
getObjectKind() - Method in interface org.gitlab4j.api.webhook.Event
 
getObjectKind() - Method in class org.gitlab4j.api.webhook.IssueEvent
 
getObjectKind() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent
 
getObjectKind() - Method in class org.gitlab4j.api.webhook.NoteEvent
 
getObjectKind() - Method in class org.gitlab4j.api.webhook.PipelineEvent
 
getObjectKind() - Method in class org.gitlab4j.api.webhook.PushEvent
 
getObjectKind() - Method in class org.gitlab4j.api.webhook.TagPushEvent
 
getObjectKind() - Method in class org.gitlab4j.api.webhook.WikiPageEvent
 
getObjectMapper() - Method in class org.gitlab4j.api.utils.JacksonJson
Gets the ObjectMapper contained by this instance.
getOldPath() - Method in class org.gitlab4j.api.models.Changes
 
getOldPath() - Method in class org.gitlab4j.api.models.Diff
 
getOnlyAllowMergeIfAllDiscussionsAreResolved() - Method in class org.gitlab4j.api.models.Project
 
getOnlyAllowMergeIfPipelineSucceeds() - Method in class org.gitlab4j.api.models.Project
 
getOpenIssuesCount() - Method in class org.gitlab4j.api.models.Label
 
getOpenIssuesCount() - Method in class org.gitlab4j.api.models.Project
 
getOpenMergeRequestCount() - Method in class org.gitlab4j.api.models.Label
 
getOrganization() - Method in class org.gitlab4j.api.models.AbstractUser
 
getOwnedProjects() - Method in class org.gitlab4j.api.ProjectApi
Get a list of projects owned by the authenticated user.
getOwnedProjects(int, int) - Method in class org.gitlab4j.api.ProjectApi
Get a list of projects owned by the authenticated user in the specified page range.
getOwnedProjects(int) - Method in class org.gitlab4j.api.ProjectApi
Get a Pager of projects owned by the authenticated user.
getOwner() - Method in class org.gitlab4j.api.models.Project
 
getOwnerEmail() - Method in class org.gitlab4j.api.models.SystemHook
 
getOwnerName() - Method in class org.gitlab4j.api.models.SystemHook
 
getPageQueryParams(int, int) - Method in class org.gitlab4j.api.AbstractApi
Creates a MultivaluedMap instance containing "page" and "per_page" params.
getParentId() - Method in class org.gitlab4j.api.models.Group
 
getParentIds() - Method in class org.gitlab4j.api.models.Commit
 
getPath() - Method in class org.gitlab4j.api.models.Comment
 
getPath() - Method in class org.gitlab4j.api.models.Group
 
getPath() - Method in class org.gitlab4j.api.models.Namespace
 
getPath() - Method in class org.gitlab4j.api.models.Project
 
getPath() - Method in class org.gitlab4j.api.models.SystemHook
 
getPath() - Method in class org.gitlab4j.api.models.TreeItem
 
getPathWithNamespace() - Method in class org.gitlab4j.api.models.Project
 
getPathWithNamespace() - Method in class org.gitlab4j.api.webhook.EventProject
 
getPathWithNamespace() - Method in class org.gitlab4j.api.webhook.WikiPageEvent.Wiki
 
getPermissions() - Method in class org.gitlab4j.api.models.Project
 
getPipeline() - Method in class org.gitlab4j.api.models.Job
 
getPipeline(int, int) - Method in class org.gitlab4j.api.PipelineApi
Get single pipelines in a project.
getPipeline_events() - Method in class org.gitlab4j.api.models.ProjectHook
Deprecated.
As of release 4.1.0, replaced by ProjectHook.getPipelineEvents()
getPipelineApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the PipelineApi instance owned by this GitLabApi instance.
getPipelineEvents() - Method in class org.gitlab4j.api.models.ProjectHook
 
getPipelines(int) - Method in class org.gitlab4j.api.PipelineApi
Get a list of pipelines in a project.
getPipelines(int, int, int) - Method in class org.gitlab4j.api.PipelineApi
Get a list of pipelines in a project in the specified page range.
getPipelines(int, int) - Method in class org.gitlab4j.api.PipelineApi
Get a Pager of pipelines in a project.
getPipelines(int, Constants.PipelineScope, PipelineStatus, String, boolean, String, String, Constants.PipelineOrderBy, Constants.SortOrder) - Method in class org.gitlab4j.api.PipelineApi
Get a list of pipelines in a project.
getPipelines(int, Constants.PipelineScope, PipelineStatus, String, boolean, String, String, Constants.PipelineOrderBy, Constants.SortOrder, int, int) - Method in class org.gitlab4j.api.PipelineApi
Get a list of pipelines in a project in the specified page range.
getPipelines(int, Constants.PipelineScope, PipelineStatus, String, boolean, String, String, Constants.PipelineOrderBy, Constants.SortOrder, int) - Method in class org.gitlab4j.api.PipelineApi
Get a Pager of pipelines in a project.
getPosition() - Method in class org.gitlab4j.api.webhook.EventIssue
 
getPosition() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
getPostDataAsString(HttpServletRequest) - Static method in class org.gitlab4j.api.utils.HttpRequestUtils
Reads the POST data from a request into a String and returns it.
getPriority() - Method in class org.gitlab4j.api.models.Label
 
getPrivateToken() - Method in class org.gitlab4j.api.models.Session
 
getProject(Integer) - Method in class org.gitlab4j.api.ProjectApi
Get a specific project, which is owned by the authentication user.
getProject(String, String) - Method in class org.gitlab4j.api.ProjectApi
Get a specific project, which is owned by the authentication user.
getProject() - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
 
getProject() - Method in class org.gitlab4j.api.webhook.IssueEvent
 
getProject() - Method in class org.gitlab4j.api.webhook.NoteEvent
 
getProject() - Method in class org.gitlab4j.api.webhook.PipelineEvent
 
getProject() - Method in class org.gitlab4j.api.webhook.WikiPageEvent
 
getProjectAccess() - Method in class org.gitlab4j.api.models.Permissions
 
getProjectApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the ProjectApi instance owned by this GitLabApi instance.
getProjectDeployKeys(Integer) - Method in class org.gitlab4j.api.DeployKeysApi
Get a list of the deploy keys for the specified project.
getProjectDeployKeys(Integer, int, int) - Method in class org.gitlab4j.api.DeployKeysApi
Get a list of the deploy keys for the specified project using the specified page and per page settings.
getProjectDeployKeys(Integer, Integer) - Method in class org.gitlab4j.api.DeployKeysApi
Get a Pager of the deploy keys for the specified project.
getProjectEvents(Integer, Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder) - Method in class org.gitlab4j.api.EventsApi
Get a list of events for the specified project.
getProjectEvents(Integer, Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder, int, int) - Method in class org.gitlab4j.api.EventsApi
Get a list of events for the specified project and in the specified page range.
getProjectEvents(Integer, Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder, int) - Method in class org.gitlab4j.api.EventsApi
Get a list of events for the specified project and in the specified page range.
getProjectEvents(Integer) - Method in class org.gitlab4j.api.ProjectApi
Get the project events for specific project.
getProjectEvents(Integer, int, int) - Method in class org.gitlab4j.api.ProjectApi
Get the project events for specific project.
getProjectEvents(Integer, int) - Method in class org.gitlab4j.api.ProjectApi
Get a Pager of project events for specific project.
getProjectId() - Method in class org.gitlab4j.api.models.Event
 
getProjectId() - Method in class org.gitlab4j.api.models.Issue
 
getProjectId() - Method in class org.gitlab4j.api.models.MergeRequest
 
getProjectId() - Method in class org.gitlab4j.api.models.Milestone
 
getProjectId() - Method in class org.gitlab4j.api.models.ProjectHook
 
getProjectId() - Method in class org.gitlab4j.api.models.SystemHook
 
getProjectId() - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
 
getProjectId() - Method in class org.gitlab4j.api.webhook.BuildEvent
 
getProjectId() - Method in class org.gitlab4j.api.webhook.EventIssue
 
getProjectId() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
getProjectId() - Method in class org.gitlab4j.api.webhook.EventSnippet
 
getProjectId() - Method in class org.gitlab4j.api.webhook.NoteEvent
 
getProjectId() - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
 
getProjectName() - Method in class org.gitlab4j.api.webhook.BuildEvent
 
getProjects(int) - Method in class org.gitlab4j.api.GroupApi
Get a list of projects belonging to the specified group ID.
getProjects(int, int, int) - Method in class org.gitlab4j.api.GroupApi
Get a list of projects belonging to the specified group ID in the specified page range.
getProjects(int, int) - Method in class org.gitlab4j.api.GroupApi
Get a Pager of projects belonging to the specified group ID.
getProjects() - Method in class org.gitlab4j.api.models.Group
 
getProjects() - Method in class org.gitlab4j.api.ProjectApi
Get a list of projects accessible by the authenticated user.
getProjects(int, int) - Method in class org.gitlab4j.api.ProjectApi
Get a list of projects accessible by the authenticated user and in the specified page range.
getProjects(int) - Method in class org.gitlab4j.api.ProjectApi
Get a Pager instance of projects accessible by the authenticated user.
getProjects(Boolean, Visibility, String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean) - Method in class org.gitlab4j.api.ProjectApi
getProjects(Boolean, Visibility, Constants.ProjectOrderBy, Constants.SortOrder, String, Boolean, Boolean, Boolean, Boolean, Boolean) - Method in class org.gitlab4j.api.ProjectApi
Get a list of projects accessible by the authenticated user and matching the supplied filter parameters.
getProjects(Boolean, Visibility, Constants.ProjectOrderBy, Constants.SortOrder, String, Boolean, Boolean, Boolean, Boolean, Boolean, int, int) - Method in class org.gitlab4j.api.ProjectApi
Get a list of projects accessible by the authenticated user and matching the supplied filter parameters.
getProjects(Boolean, Visibility, Constants.ProjectOrderBy, Constants.SortOrder, String, Boolean, Boolean, Boolean, Boolean, Boolean, int) - Method in class org.gitlab4j.api.ProjectApi
Get a Pager of projects accessible by the authenticated user and matching the supplied filter parameters.
getProjects(String) - Method in class org.gitlab4j.api.ProjectApi
Get a list of projects accessible by the authenticated user that match the provided search string.
getProjects(String, int, int) - Method in class org.gitlab4j.api.ProjectApi
Get a list of projects accessible by the authenticated user that match the provided search string.
getProjects(String, int) - Method in class org.gitlab4j.api.ProjectApi
Get a Pager of projects accessible by the authenticated user that match the provided search string.
getProjectsLimit() - Method in class org.gitlab4j.api.models.AbstractUser
 
getProjectsLimit() - Method in class org.gitlab4j.api.models.Session
 
getProjectUsers(Integer) - Method in class org.gitlab4j.api.ProjectApi
Get a list of project users.
getProjectUsers(Integer, String) - Method in class org.gitlab4j.api.ProjectApi
Get a list of project users matching the specified search string.
getProtected() - Method in class org.gitlab4j.api.models.Branch
 
getProvider() - Method in class org.gitlab4j.api.models.AbstractUser
 
getProvider() - Method in class org.gitlab4j.api.models.Identity
 
getPublic() - Method in class org.gitlab4j.api.models.Project
 
getPublicJobs() - Method in class org.gitlab4j.api.models.Project
 
getPushEvents() - Method in class org.gitlab4j.api.models.ProjectHook
 
getRawBlobContent(Integer, String) - Method in class org.gitlab4j.api.RepositoryApi
Get the raw file contents for a blob by blob SHA.
getRawFile(Integer, String, String, File) - Method in class org.gitlab4j.api.RepositoryFileApi
Get the raw file for the file by commit sha and path.
getRawFile(Integer, String, String) - Method in class org.gitlab4j.api.RepositoryFileApi
Get the raw file contents for a file by commit sha and path.
getRawSnippetContent(Integer, Integer) - Method in class org.gitlab4j.api.ProjectApi
 
getReaderContentAsString(Reader) - Static method in class org.gitlab4j.api.utils.HttpRequestUtils
Reads the content of a Reader instance and returns it as a String.
getReason() - Method in exception org.gitlab4j.api.GitLabApiException
Returns the HTTP status reason message, returns null if the causing error was not an HTTP related exception.
getRef() - Method in class org.gitlab4j.api.models.EventData
 
getRef() - Method in class org.gitlab4j.api.models.Job
 
getRef() - Method in class org.gitlab4j.api.models.Pipeline
 
getRef() - Method in class org.gitlab4j.api.models.RepositoryFile
 
getRef() - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
 
getRef() - Method in class org.gitlab4j.api.webhook.BuildEvent
 
getRef() - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
 
getRelease() - Method in class org.gitlab4j.api.models.Tag
 
getRemoved() - Method in class org.gitlab4j.api.webhook.EventCommit
 
getRenamedFile() - Method in class org.gitlab4j.api.models.Changes
 
getRenamedFile() - Method in class org.gitlab4j.api.models.Diff
 
getRepository() - Method in class org.gitlab4j.api.models.EventData
 
getRepository() - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
 
getRepository() - Method in class org.gitlab4j.api.webhook.BuildEvent
 
getRepository() - Method in class org.gitlab4j.api.webhook.IssueEvent
 
getRepository() - Method in class org.gitlab4j.api.webhook.NoteEvent
 
getRepositoryApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the RepositoryApi instance owned by this GitLabApi instance.
getRepositoryArchive(Integer, String) - Method in class org.gitlab4j.api.RepositoryApi
Get an archive of the complete repository by SHA (optional).
getRepositoryArchive(Integer, String, File) - Method in class org.gitlab4j.api.RepositoryApi
Get an archive of the complete repository by SHA (optional) and saves to the specified directory.
getRepositoryFileApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the RepositoryFileApi instance owned by this GitLabApi instance.
getRepositoryStorage() - Method in class org.gitlab4j.api.models.Project
 
getRequestAccessEnabled() - Method in class org.gitlab4j.api.models.Group
 
getRequestAccessEnabled() - Method in class org.gitlab4j.api.models.Project
 
getRequestDump(String, HttpServletRequest, boolean) - Static method in class org.gitlab4j.api.utils.HttpRequestUtils
Build a String containing a multi-line dump of an HTTP request.
getRevision() - Method in class org.gitlab4j.api.models.Version
 
getRevoked() - Method in class org.gitlab4j.api.models.ImpersonationToken
 
getRunner() - Method in class org.gitlab4j.api.models.Job
 
getRunnersToken() - Method in class org.gitlab4j.api.models.Project
 
getScopes() - Method in class org.gitlab4j.api.models.ImpersonationToken
 
getSeconds() - Method in class org.gitlab4j.api.models.Duration
Get the number of seconds this duration represents.
getServicesApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the ServicesApi instance owned by this GitLabApi instance.
getSession() - Method in class org.gitlab4j.api.GitLabApi
If this instance was created with GitLabApi.login(String, String, String) this method will return the Session instance returned by the GitLab API on login, otherwise returns null.
getSessionApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the SessionApi instance owned by this GitLabApi instance.
getSha() - Method in class org.gitlab4j.api.models.MergeRequest
 
getSha() - Method in class org.gitlab4j.api.models.Pipeline
 
getSha() - Method in class org.gitlab4j.api.webhook.BuildEvent
 
getSha() - Method in class org.gitlab4j.api.webhook.BuildEventCommit
 
getSha() - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
 
getSharedProjects() - Method in class org.gitlab4j.api.models.Group
 
getSharedRunnersEnabled() - Method in class org.gitlab4j.api.models.Project
 
getSharedRunnersMinutesLimit() - Method in class org.gitlab4j.api.models.AbstractUser
 
getSharedRunnersMinutesLimit() - Method in class org.gitlab4j.api.models.Group
 
getSharedWithGroups() - Method in class org.gitlab4j.api.models.Project
 
getShortId() - Method in class org.gitlab4j.api.models.Commit
 
getShortRequestDump(String, HttpServletRequest) - Static method in class org.gitlab4j.api.utils.HttpRequestUtils
Build a String containing a very short multi-line dump of an HTTP request.
getShortRequestDump(String, boolean, HttpServletRequest) - Static method in class org.gitlab4j.api.utils.HttpRequestUtils
Build a String containing a short multi-line dump of an HTTP request.
getShouldRemoveSourceBranch() - Method in class org.gitlab4j.api.models.MergeRequest
 
getSize() - Method in class org.gitlab4j.api.models.ArtifactsFile
 
getSize() - Method in class org.gitlab4j.api.models.RepositoryFile
 
getSkipConfirmation() - Method in class org.gitlab4j.api.models.AbstractUser
 
getSkype() - Method in class org.gitlab4j.api.models.AbstractUser
 
getSkype() - Method in class org.gitlab4j.api.models.Session
 
getSlug() - Method in class org.gitlab4j.api.webhook.WikiPageEvent.ObjectAttributes
 
getSnippet(Integer, Integer) - Method in class org.gitlab4j.api.ProjectApi
Get a single of project snippet.
getSnippet() - Method in class org.gitlab4j.api.webhook.NoteEvent
 
getSnippets(Integer) - Method in class org.gitlab4j.api.ProjectApi
Get a list of project snippets.
getSnippets(Integer, int, int) - Method in class org.gitlab4j.api.ProjectApi
Get a list of project snippets.
getSnippets(Integer, int) - Method in class org.gitlab4j.api.ProjectApi
Get a Pager of project's snippets.
getSnippetsEnabled() - Method in class org.gitlab4j.api.models.Project
 
getSource() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
getSourceBranch() - Method in class org.gitlab4j.api.models.MergeRequest
 
getSourceBranch() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
getSourceProjectId() - Method in class org.gitlab4j.api.models.MergeRequest
 
getSourceProjectId() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
getSquash() - Method in class org.gitlab4j.api.models.MergeRequest
 
getSshKey(Integer) - Method in class org.gitlab4j.api.UserApi
Get a single SSH Key.
getSshKeys() - Method in class org.gitlab4j.api.UserApi
Get a list of currently authenticated user's SSH keys.
getSshKeys(Integer) - Method in class org.gitlab4j.api.UserApi
Get a list of a specified user's SSH keys.
getSshUrl() - Method in class org.gitlab4j.api.webhook.EventProject
 
getSshUrlToRepo() - Method in class org.gitlab4j.api.models.Project
 
getStage() - Method in class org.gitlab4j.api.models.Job
 
getStage() - Method in class org.gitlab4j.api.webhook.PipelineEvent.Build
 
getStages() - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
 
getStarCount() - Method in class org.gitlab4j.api.models.Project
 
getStarredProjects() - Method in class org.gitlab4j.api.ProjectApi
Get a list of projects starred by the authenticated user.
getStarredProjects(int, int) - Method in class org.gitlab4j.api.ProjectApi
Get a list of projects starred by the authenticated user in the specified page range.
getStarredProjects(int) - Method in class org.gitlab4j.api.ProjectApi
Get a Pager of projects starred by the authenticated user.
getStarted_at() - Method in class org.gitlab4j.api.models.Pipeline
 
getStartedAt() - Method in class org.gitlab4j.api.models.Job
 
getStartedAt() - Method in class org.gitlab4j.api.webhook.BuildEventCommit
 
getStartedAt() - Method in class org.gitlab4j.api.webhook.PipelineEvent.Build
 
getState() - Method in class org.gitlab4j.api.models.AbstractUser
 
getState() - Method in class org.gitlab4j.api.models.Issue
 
getState() - Method in class org.gitlab4j.api.models.Member
 
getState() - Method in class org.gitlab4j.api.models.MergeRequest
 
getState() - Method in class org.gitlab4j.api.models.Milestone
 
getState() - Method in class org.gitlab4j.api.models.ProjectUser
 
getState() - Method in class org.gitlab4j.api.models.Session
 
getState() - Method in class org.gitlab4j.api.webhook.EventIssue
 
getState() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
getStats() - Method in class org.gitlab4j.api.models.Commit
 
getStatus() - Method in class org.gitlab4j.api.models.Commit
 
getStatus() - Method in class org.gitlab4j.api.models.Job
 
getStatus() - Method in class org.gitlab4j.api.models.Pipeline
 
getStatus() - Method in class org.gitlab4j.api.webhook.BuildEventCommit
 
getStatus() - Method in class org.gitlab4j.api.webhook.PipelineEvent.Build
 
getStatus() - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
 
getStCommits() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
getStDiff() - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
 
getStDiffs() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
getSubscribed() - Method in class org.gitlab4j.api.models.Issue
 
getSubscribed() - Method in class org.gitlab4j.api.models.MergeRequest
 
getSudoAsId() - Method in class org.gitlab4j.api.GitLabApi
Get the current sudo as ID, will return null if not in sudo mode.
getSystem() - Method in class org.gitlab4j.api.models.Note
 
getSystem() - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
 
getTag() - Method in class org.gitlab4j.api.models.Job
 
getTag() - Method in class org.gitlab4j.api.models.Pipeline
 
getTag() - Method in class org.gitlab4j.api.webhook.BuildEvent
 
getTag() - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
 
getTag_push_events() - Method in class org.gitlab4j.api.models.ProjectHook
Deprecated.
As of release 4.1.0, replaced by ProjectHook.getTagPushEvents()
getTagList() - Method in class org.gitlab4j.api.models.Project
 
getTagName() - Method in class org.gitlab4j.api.models.Release
 
getTagPushEvents() - Method in class org.gitlab4j.api.models.ProjectHook
 
getTags(Integer) - Method in class org.gitlab4j.api.RepositoryApi
Get a list of repository tags from a project, sorted by name in reverse alphabetical order.
getTags(Integer, int, int) - Method in class org.gitlab4j.api.RepositoryApi
Get a list of repository tags from a project, sorted by name in reverse alphabetical order and in the specified page range.
getTags(Integer, int) - Method in class org.gitlab4j.api.RepositoryApi
Get a list of repository tags from a project, sorted by name in reverse alphabetical order.
getTarget() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
getTargetBranch() - Method in class org.gitlab4j.api.models.MergeRequest
 
getTargetBranch() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
getTargetId() - Method in class org.gitlab4j.api.models.Event
 
getTargetProjectId() - Method in class org.gitlab4j.api.models.MergeRequest
 
getTargetProjectId() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
getTargetTitle() - Method in class org.gitlab4j.api.models.Event
 
getTargetType() - Method in class org.gitlab4j.api.models.Event
 
getThemeId() - Method in class org.gitlab4j.api.models.AbstractUser
 
getThemeId() - Method in class org.gitlab4j.api.models.Session
 
getTimeEstimate() - Method in class org.gitlab4j.api.models.TimeStats
 
getTimestamp() - Method in class org.gitlab4j.api.models.Commit
 
getTimestamp() - Static method in class org.gitlab4j.api.utils.ISO8601
Get a ISO8601 formatted string for the current date and time.
getTimestamp(boolean) - Static method in class org.gitlab4j.api.utils.ISO8601
Get a ISO8601formatted string for the current date and time.
getTimestamp() - Method in class org.gitlab4j.api.webhook.EventCommit
 
getTimeStats() - Method in class org.gitlab4j.api.models.Issue
 
getTimeTrackingStats(Integer, Integer) - Method in class org.gitlab4j.api.IssuesApi
Get time tracking stats GET /projects/:id/issues/:issue_iid/time_stats
getTitle() - Method in class org.gitlab4j.api.models.Commit
 
getTitle() - Method in class org.gitlab4j.api.models.DeployKey
 
getTitle() - Method in class org.gitlab4j.api.models.Event
 
getTitle() - Method in class org.gitlab4j.api.models.Issue
 
getTitle() - Method in class org.gitlab4j.api.models.Key
 
getTitle() - Method in class org.gitlab4j.api.models.MergeRequest
 
getTitle() - Method in class org.gitlab4j.api.models.Milestone
 
getTitle() - Method in class org.gitlab4j.api.models.Note
 
getTitle() - Method in class org.gitlab4j.api.models.Snippet
 
getTitle() - Method in class org.gitlab4j.api.models.SshKey
 
getTitle() - Method in class org.gitlab4j.api.webhook.EventIssue
 
getTitle() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
getTitle() - Method in class org.gitlab4j.api.webhook.EventSnippet
 
getTitle() - Method in class org.gitlab4j.api.webhook.WikiPageEvent.ObjectAttributes
 
getToken() - Method in class org.gitlab4j.api.models.ImpersonationToken
 
getToken() - Method in class org.gitlab4j.api.models.ProjectHook
 
getTotal() - Method in class org.gitlab4j.api.models.CommitStats
 
getTotalCommitsCount() - Method in class org.gitlab4j.api.models.EventData
 
getTotalCommitsCount() - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
 
getTotalItems() - Method in class org.gitlab4j.api.Pager
Get the total number of items (T instances) returned by the GitLab API.
getTotalPages() - Method in class org.gitlab4j.api.Pager
Get the total number of pages returned by the GitLab API.
getTotalTimeSpent() - Method in class org.gitlab4j.api.models.TimeStats
 
getTrace(int, int) - Method in class org.gitlab4j.api.JobApi
Get a trace of a specific job of a project GET /projects/:id/jobs/:id/trace
getTree(Integer) - Method in class org.gitlab4j.api.RepositoryApi
Get a list of repository files and directories in a project.
getTree(Integer, int) - Method in class org.gitlab4j.api.RepositoryApi
Get a Pager of repository files and directories in a project.
getTree(Integer, String, String) - Method in class org.gitlab4j.api.RepositoryApi
Get a list of repository files and directories in a project.
getTree(Integer, String, String, int) - Method in class org.gitlab4j.api.RepositoryApi
Get a Pager of repository files and directories in a project.
getTree(Integer, String, String, Boolean) - Method in class org.gitlab4j.api.RepositoryApi
Get a list of repository files and directories in a project.
getTree(Integer, String, String, Boolean, int) - Method in class org.gitlab4j.api.RepositoryApi
Get a Pager of repository files and directories in a project.
getTwitter() - Method in class org.gitlab4j.api.models.AbstractUser
 
getTwitter() - Method in class org.gitlab4j.api.models.Session
 
getTwoFactorEnabled() - Method in class org.gitlab4j.api.models.AbstractUser
 
getTwoFactorEnabled() - Method in class org.gitlab4j.api.models.Session
 
getType() - Method in class org.gitlab4j.api.models.TreeItem
 
getType() - Method in class org.gitlab4j.api.webhook.EventSnippet
 
getUpdated_at() - Method in class org.gitlab4j.api.models.Pipeline
 
getUpdatedAt() - Method in class org.gitlab4j.api.models.Issue
 
getUpdatedAt() - Method in class org.gitlab4j.api.models.MergeRequest
 
getUpdatedAt() - Method in class org.gitlab4j.api.models.Milestone
 
getUpdatedAt() - Method in class org.gitlab4j.api.models.Note
 
getUpdatedAt() - Method in class org.gitlab4j.api.models.Snippet
 
getUpdatedAt() - Method in class org.gitlab4j.api.webhook.EventIssue
 
getUpdatedAt() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
getUpdatedAt() - Method in class org.gitlab4j.api.webhook.EventSnippet
 
getUpdatedAt() - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
 
getUpvote() - Method in class org.gitlab4j.api.models.Note
 
getUpvotes() - Method in class org.gitlab4j.api.models.MergeRequest
 
getUrl() - Method in class org.gitlab4j.api.models.Commit
 
getUrl() - Method in class org.gitlab4j.api.models.ProjectHook
 
getUrl() - Method in class org.gitlab4j.api.models.Repository
 
getUrl() - Method in class org.gitlab4j.api.webhook.EventCommit
 
getUrl() - Method in class org.gitlab4j.api.webhook.EventIssue
 
getUrl() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
getUrl() - Method in class org.gitlab4j.api.webhook.EventProject
 
getUrl() - Method in class org.gitlab4j.api.webhook.EventRepository
 
getUrl() - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
 
getUrl() - Method in class org.gitlab4j.api.webhook.WikiPageEvent.ObjectAttributes
 
getUser() - Method in class org.gitlab4j.api.models.Job
 
getUser() - Method in class org.gitlab4j.api.models.Key
 
getUser() - Method in class org.gitlab4j.api.models.Pipeline
 
getUser(int) - Method in class org.gitlab4j.api.UserApi
Get a single user.
getUser(String) - Method in class org.gitlab4j.api.UserApi
Lookup a user by username.
getUser() - Method in class org.gitlab4j.api.webhook.BuildEvent
 
getUser() - Method in class org.gitlab4j.api.webhook.IssueEvent
 
getUser() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent
 
getUser() - Method in class org.gitlab4j.api.webhook.NoteEvent
 
getUser() - Method in class org.gitlab4j.api.webhook.PipelineEvent.Build
 
getUser() - Method in class org.gitlab4j.api.webhook.PipelineEvent
 
getUser() - Method in class org.gitlab4j.api.webhook.WikiPageEvent
 
getUserApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the UserApi instance owned by this GitLabApi instance.
getUserAvatar() - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
 
getUserEmail() - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
 
getUserEvents(Integer, Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder) - Method in class org.gitlab4j.api.EventsApi
Get a list of events for the specified user.
getUserEvents(Integer, Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder, int, int) - Method in class org.gitlab4j.api.EventsApi
Get a list of events for the specified user and in the specified page range.
getUserEvents(Integer, Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder, int) - Method in class org.gitlab4j.api.EventsApi
Get a list of events for the specified user and in the specified page range.
getUserId() - Method in class org.gitlab4j.api.models.EventData
 
getUserId() - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
 
getUsername() - Method in class org.gitlab4j.api.models.AbstractUser
 
getUserName() - Method in class org.gitlab4j.api.models.EventData
 
getUsername() - Method in class org.gitlab4j.api.models.Member
 
getUsername() - Method in class org.gitlab4j.api.models.ProjectUser
 
getUsername() - Method in class org.gitlab4j.api.models.Session
 
getUserName() - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
 
getUserNotesCount() - Method in class org.gitlab4j.api.models.Issue
 
getUserNotesCount() - Method in class org.gitlab4j.api.models.MergeRequest
 
getUsers() - Method in class org.gitlab4j.api.UserApi
Get a list of users.
getUsers(int, int) - Method in class org.gitlab4j.api.UserApi
Get a list of users using the specified page and per page settings.
getUsers(int) - Method in class org.gitlab4j.api.UserApi
Get a Pager of users.
getVersion() - Method in class org.gitlab4j.api.GitLabApi
Get the version info for the GitLab server using the GitLab Version API.
getVersion() - Method in class org.gitlab4j.api.models.Version
 
getVisibility() - Method in class org.gitlab4j.api.models.Group
 
getVisibility() - Method in class org.gitlab4j.api.models.Project
 
getVisibility_level() - Method in class org.gitlab4j.api.webhook.EventRepository
 
getVisibilityLevel() - Method in class org.gitlab4j.api.models.Project
 
getVisibilityLevel() - Method in class org.gitlab4j.api.webhook.EventProject
 
getVisibilityLevel() - Method in class org.gitlab4j.api.webhook.EventSnippet
 
getWallEnabled() - Method in class org.gitlab4j.api.models.Project
 
getWebsiteUrl() - Method in class org.gitlab4j.api.models.AbstractUser
 
getWebsiteUrl() - Method in class org.gitlab4j.api.models.Session
 
getWebUrl() - Method in class org.gitlab4j.api.models.AbstractUser
 
getWebUrl() - Method in class org.gitlab4j.api.models.Group
 
getWebUrl() - Method in class org.gitlab4j.api.models.Issue
 
getWebUrl() - Method in class org.gitlab4j.api.models.MergeRequest
 
getWebUrl() - Method in class org.gitlab4j.api.models.Project
 
getWebUrl() - Method in class org.gitlab4j.api.models.ProjectUser
 
getWebUrl() - Method in class org.gitlab4j.api.models.Snippet
 
getWebUrl() - Method in class org.gitlab4j.api.webhook.EventProject
 
getWebUrl() - Method in class org.gitlab4j.api.webhook.WikiPageEvent.Wiki
 
getWhen() - Method in class org.gitlab4j.api.webhook.PipelineEvent.Build
 
getWiki() - Method in class org.gitlab4j.api.webhook.WikiPageEvent
 
getWiki_page_events() - Method in class org.gitlab4j.api.models.ProjectHook
Deprecated.
As of release 4.1.0, replaced by ProjectHook.getWikiPageEvents()
getWikiEnabled() - Method in class org.gitlab4j.api.models.Project
 
getWikiPageEvents() - Method in class org.gitlab4j.api.models.ProjectHook
 
getWithAccepts(Response.Status, MultivaluedMap<String, String>, String, Object...) - Method in class org.gitlab4j.api.AbstractApi
Perform an HTTP GET call with the specified query parameters and path objects, returning a ClientResponse instance with the data returned from the endpoint.
getWithAccepts(MultivaluedMap<String, String>, String, Object...) - Method in class org.gitlab4j.api.GitLabApiClient
Perform an HTTP GET call with the specified query parameters and path objects, returning a ClientResponse instance with the data returned from the endpoint.
getWithAccepts(MultivaluedMap<String, String>, URL, String) - Method in class org.gitlab4j.api.GitLabApiClient
Perform an HTTP GET call with the specified query parameters and URL, returning a ClientResponse instance with the data returned from the endpoint.
getWorkInProgress() - Method in class org.gitlab4j.api.models.MergeRequest
 
getWorkInProgress() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
getYamlErrors() - Method in class org.gitlab4j.api.models.Pipeline
 
GitLabApi - Class in org.gitlab4j.api
This class is provides a simplified interface to a GitLab API server, and divides the API up into a separate API class for each concern.
GitLabApi(GitLabApi.ApiVersion, String, Constants.TokenType, String) - Constructor for class org.gitlab4j.api.GitLabApi
Constructs a GitLabApi instance set up to interact with the GitLab server using the specified GitLab API version.
GitLabApi(GitLabApi.ApiVersion, String, String) - Constructor for class org.gitlab4j.api.GitLabApi
Constructs a GitLabApi instance set up to interact with the GitLab server using the specified GitLab API version.
GitLabApi(String, Constants.TokenType, String) - Constructor for class org.gitlab4j.api.GitLabApi
Constructs a GitLabApi instance set up to interact with the GitLab server using GitLab API version 4.
GitLabApi(String, String) - Constructor for class org.gitlab4j.api.GitLabApi
Constructs a GitLabApi instance set up to interact with the GitLab server using GitLab API version 4.
GitLabApi(GitLabApi.ApiVersion, String, Session) - Constructor for class org.gitlab4j.api.GitLabApi
Constructs a GitLabApi instance set up to interact with the GitLab server using the specified GitLab API version.
GitLabApi(String, Session) - Constructor for class org.gitlab4j.api.GitLabApi
Constructs a GitLabApi instance set up to interact with the GitLab server using GitLab API version 4.
GitLabApi(GitLabApi.ApiVersion, String, Constants.TokenType, String, String) - Constructor for class org.gitlab4j.api.GitLabApi
Constructs a GitLabApi instance set up to interact with the GitLab server using the specified GitLab API version.
GitLabApi(GitLabApi.ApiVersion, String, String, String) - Constructor for class org.gitlab4j.api.GitLabApi
Constructs a GitLabApi instance set up to interact with the GitLab server using the specified GitLab API version.
GitLabApi(String, Constants.TokenType, String, String) - Constructor for class org.gitlab4j.api.GitLabApi
Constructs a GitLabApi instance set up to interact with the GitLab server using GitLab API version 4.
GitLabApi(String, String, String) - Constructor for class org.gitlab4j.api.GitLabApi
Constructs a GitLabApi instance set up to interact with the GitLab server using GitLab API version 4.
GitLabApi(GitLabApi.ApiVersion, String, String, String, Map<String, Object>) - Constructor for class org.gitlab4j.api.GitLabApi
Constructs a GitLabApi instance set up to interact with the GitLab server specified by GitLab API version.
GitLabApi(String, Constants.TokenType, String, String, Map<String, Object>) - Constructor for class org.gitlab4j.api.GitLabApi
Constructs a GitLabApi instance set up to interact with the GitLab server using GitLab API version 4.
GitLabApi(String, String, String, Map<String, Object>) - Constructor for class org.gitlab4j.api.GitLabApi
Constructs a GitLabApi instance set up to interact with the GitLab server using GitLab API version 4.
GitLabApi(GitLabApi.ApiVersion, String, Constants.TokenType, String, String, Map<String, Object>) - Constructor for class org.gitlab4j.api.GitLabApi
Constructs a GitLabApi instance set up to interact with the GitLab server specified by GitLab API version.
GitLabApi.ApiVersion - Enum in org.gitlab4j.api
Specifies the version of the GitLab API to communicate with.
GitLabApiClient - Class in org.gitlab4j.api
This class utilizes the Jersey client package to communicate with a GitLab API endpoint.
GitLabApiClient(GitLabApi.ApiVersion, String, String) - Constructor for class org.gitlab4j.api.GitLabApiClient
Construct an instance to communicate with a GitLab API server using the specified GitLab API version, server URL, private token, and secret token.
GitLabApiClient(GitLabApi.ApiVersion, String, Constants.TokenType, String) - Constructor for class org.gitlab4j.api.GitLabApiClient
Construct an instance to communicate with a GitLab API server using the specified GitLab API version, server URL, auth token type, private or access token, and secret token.
GitLabApiClient(String, String) - Constructor for class org.gitlab4j.api.GitLabApiClient
Construct an instance to communicate with a GitLab API server using GitLab API version 4, and the specified server URL, private token, and secret token.
GitLabApiClient(String, Constants.TokenType, String) - Constructor for class org.gitlab4j.api.GitLabApiClient
Construct an instance to communicate with a GitLab API server using GitLab API version 4, and the specified server URL, private token, and secret token.
GitLabApiClient(GitLabApi.ApiVersion, String, String, String) - Constructor for class org.gitlab4j.api.GitLabApiClient
Construct an instance to communicate with a GitLab API server using the specified GitLab API version, server URL, private token, and secret token.
GitLabApiClient(GitLabApi.ApiVersion, String, Constants.TokenType, String, String) - Constructor for class org.gitlab4j.api.GitLabApiClient
Construct an instance to communicate with a GitLab API server using the specified GitLab API version, server URL, private token, and secret token.
GitLabApiClient(String, String, String) - Constructor for class org.gitlab4j.api.GitLabApiClient
Construct an instance to communicate with a GitLab API server using GitLab API version 4, and the specified server URL, private token, and secret token.
GitLabApiClient(String, Constants.TokenType, String, String) - Constructor for class org.gitlab4j.api.GitLabApiClient
Construct an instance to communicate with a GitLab API server using GitLab API version 4, and the specified server URL, private token, and secret token.
GitLabApiClient(String, String, String, Map<String, Object>) - Constructor for class org.gitlab4j.api.GitLabApiClient
Construct an instance to communicate with a GitLab API server using GitLab API version 4, and the specified server URL and private token.
GitLabApiClient(GitLabApi.ApiVersion, String, String, String, Map<String, Object>) - Constructor for class org.gitlab4j.api.GitLabApiClient
Construct an instance to communicate with a GitLab API server using the specified GitLab API version, server URL and private token.
GitLabApiClient(GitLabApi.ApiVersion, String, Constants.TokenType, String, String, Map<String, Object>) - Constructor for class org.gitlab4j.api.GitLabApiClient
Construct an instance to communicate with a GitLab API server using the specified GitLab API version, server URL and private token.
GitLabApiException - Exception in org.gitlab4j.api
This is the exception that will be thrown if any exception occurs while communicating with a GitLab API endpoint.
GitLabApiException(String) - Constructor for exception org.gitlab4j.api.GitLabApiException
Create a GitLabApiException instance with the specified message.
GitLabApiException(Response) - Constructor for exception org.gitlab4j.api.GitLabApiException
Create a GitLabApiException instance based on the ClientResponse.
GitLabApiException(Exception) - Constructor for exception org.gitlab4j.api.GitLabApiException
Create a GitLabApiException instance based on the exception.
GitLabApiForm - Class in org.gitlab4j.api
This class extends the standard JAX-RS Form class to make it fluent.
GitLabApiForm() - Constructor for class org.gitlab4j.api.GitLabApiForm
 
GitLabApiForm(MultivaluedHashMap<String, String>) - Constructor for class org.gitlab4j.api.GitLabApiForm
 
Group - Class in org.gitlab4j.api.models
 
Group() - Constructor for class org.gitlab4j.api.models.Group
 
GroupApi - Class in org.gitlab4j.api
This class implements the client side API for the GitLab groups calls.
GroupApi(GitLabApi) - Constructor for class org.gitlab4j.api.GroupApi
 

H

handle(Exception) - Method in class org.gitlab4j.api.AbstractApi
Wraps an exception in a GitLabApiException if needed.
handleEvent(HttpServletRequest) - Method in class org.gitlab4j.api.webhook.WebHookManager
Parses and verifies an Event instance from the HTTP request and fires it off to the registered listeners.
handleEvent(Event) - Method in class org.gitlab4j.api.webhook.WebHookManager
Verifies the provided Event and fires it off to the registered listeners.
hasNext() - Method in class org.gitlab4j.api.Pager
Returns the true if there are additional pages to iterate over, otherwise returns false.
HttpRequestUtils - Class in org.gitlab4j.api.utils
 
HttpRequestUtils() - Constructor for class org.gitlab4j.api.utils.HttpRequestUtils
 

I

Identity - Class in org.gitlab4j.api.models
 
Identity() - Constructor for class org.gitlab4j.api.models.Identity
 
ImpersonationToken - Class in org.gitlab4j.api.models
 
ImpersonationToken() - Constructor for class org.gitlab4j.api.models.ImpersonationToken
 
ImpersonationToken.Scope - Enum in org.gitlab4j.api.models
Enum to specify the scope of an ImpersonationToken.
invocation(URL, MultivaluedMap<String, String>) - Method in class org.gitlab4j.api.GitLabApiClient
 
invocation(URL, MultivaluedMap<String, String>, String) - Method in class org.gitlab4j.api.GitLabApiClient
 
isApiVersion(GitLabApi.ApiVersion) - Method in class org.gitlab4j.api.AbstractApi
 
ISO8601 - Class in org.gitlab4j.api.utils
This class provides utility methods for parsing and formatting ISO8601 formatted dates.
ISO8601() - Constructor for class org.gitlab4j.api.utils.ISO8601
 
isSubscribed() - Method in class org.gitlab4j.api.models.Label
 
Issue - Class in org.gitlab4j.api.models
 
Issue() - Constructor for class org.gitlab4j.api.models.Issue
 
IssueEvent - Class in org.gitlab4j.api.webhook
 
IssueEvent() - Constructor for class org.gitlab4j.api.webhook.IssueEvent
 
IssueEvent.ObjectAttributes - Class in org.gitlab4j.api.webhook
 
IssuesApi - Class in org.gitlab4j.api
This class provides an entry point to all the GitLab API Issue calls.
IssuesApi(GitLabApi) - Constructor for class org.gitlab4j.api.IssuesApi
 
isValid(Branch) - Static method in class org.gitlab4j.api.models.Branch
 
isValid(MergeRequest) - Static method in class org.gitlab4j.api.models.MergeRequest
 
isValid(Project) - Static method in class org.gitlab4j.api.models.Project
 
isValidSecretToken(String) - Method in class org.gitlab4j.api.webhook.WebHookManager
Validate the provided secret token against the reference secret token.
isValidSecretToken(HttpServletRequest) - Method in class org.gitlab4j.api.webhook.WebHookManager
Validate the provided secret token found in the HTTP header against the reference secret token.

J

JacksonJson - Class in org.gitlab4j.api.utils
Jackson JSON Configuration and utility class.
JacksonJson() - Constructor for class org.gitlab4j.api.utils.JacksonJson
 
JacksonJson.JsonDateDeserializer - Class in org.gitlab4j.api.utils
JsonDeserializer for deserializing ISO8601 formatted dates.
JacksonJson.JsonDateSerializer - Class in org.gitlab4j.api.utils
JsonSerializer for serializing ISO8601 formatted dates.
JacksonJson.UserListDeserializer - Class in org.gitlab4j.api.utils
Deserializer for the odd User instances in the "approved_by" array in the merge_request JSON.
JacksonJson.UserListSerializer - Class in org.gitlab4j.api.utils
Serializer for the odd User instances in the "approved_by" array in the merge_request JSON.
JacksonJsonEnumHelper<E extends Enum<E>> - Class in org.gitlab4j.api.utils
 
JacksonJsonEnumHelper(Class<E>) - Constructor for class org.gitlab4j.api.utils.JacksonJsonEnumHelper
 
JacksonJsonEnumHelper(Class<E>, boolean) - Constructor for class org.gitlab4j.api.utils.JacksonJsonEnumHelper
 
Job - Class in org.gitlab4j.api.models
 
Job() - Constructor for class org.gitlab4j.api.models.Job
 
JobApi - Class in org.gitlab4j.api
This class provides an entry point to all the GitLab API job calls.
JobApi(GitLabApi) - Constructor for class org.gitlab4j.api.JobApi
 
JobStatus - Enum in org.gitlab4j.api.models
Enum for the various Job status values.
JsonDateDeserializer() - Constructor for class org.gitlab4j.api.utils.JacksonJson.JsonDateDeserializer
 
JsonDateSerializer() - Constructor for class org.gitlab4j.api.utils.JacksonJson.JsonDateSerializer
 

K

Key - Class in org.gitlab4j.api.models
 
Key() - Constructor for class org.gitlab4j.api.models.Key
 

L

Label - Class in org.gitlab4j.api.models
 
Label() - Constructor for class org.gitlab4j.api.models.Label
 
LabelsApi - Class in org.gitlab4j.api
 
LabelsApi(GitLabApi) - Constructor for class org.gitlab4j.api.LabelsApi
 
last() - Method in class org.gitlab4j.api.Pager
Returns the last page of List.
login(GitLabApi.ApiVersion, String, String, String) - Static method in class org.gitlab4j.api.GitLabApi
Logs into GitLab using provided username and password, and creates a new GitLabApi instance using returned private token and the specified GitLab API version.
login(String, String, String) - Static method in class org.gitlab4j.api.GitLabApi
Logs into GitLab using provided username and password, and creates a new GitLabApi instance using returned private token using GitLab API version 4.
login(GitLabApi.ApiVersion, String, String, String, boolean) - Static method in class org.gitlab4j.api.GitLabApi
Logs into GitLab using provided username and password, and creates a new GitLabApi instance using returned private token and the specified GitLab API version.
login(String, String, String, boolean) - Static method in class org.gitlab4j.api.GitLabApi
Logs into GitLab using provided username and password, and creates a new GitLabApi instance using returned private token using GitLab API version 4.
login(String, String, String) - Method in class org.gitlab4j.api.SessionApi
Login to get private token.

M

marshal(T) - Method in class org.gitlab4j.api.utils.JacksonJson
Marshals the supplied object out as a formatted JSON string.
Member - Class in org.gitlab4j.api.models
 
Member() - Constructor for class org.gitlab4j.api.models.Member
 
MergeRequest - Class in org.gitlab4j.api.models
 
MergeRequest() - Constructor for class org.gitlab4j.api.models.MergeRequest
 
MergeRequestApi - Class in org.gitlab4j.api
This class implements the client side API for the GitLab merge request calls.
MergeRequestApi(GitLabApi) - Constructor for class org.gitlab4j.api.MergeRequestApi
 
MergeRequestEvent - Class in org.gitlab4j.api.webhook
 
MergeRequestEvent() - Constructor for class org.gitlab4j.api.webhook.MergeRequestEvent
 
MergeRequestEvent.ObjectAttributes - Class in org.gitlab4j.api.webhook
 
Milestone - Class in org.gitlab4j.api.models
 
Milestone() - Constructor for class org.gitlab4j.api.models.Milestone
 
MilestonesApi - Class in org.gitlab4j.api
This class implements the client side API for the GitLab milestones calls.
MilestonesApi(GitLabApi) - Constructor for class org.gitlab4j.api.MilestonesApi
 
modifyHook(ProjectHook) - Method in class org.gitlab4j.api.ProjectApi
Modifies a hook for project.
modifyUser(User, String, Integer) - Method in class org.gitlab4j.api.UserApi
Modifies an existing user.

N

Namespace - Class in org.gitlab4j.api.models
 
Namespace() - Constructor for class org.gitlab4j.api.models.Namespace
 
NamespaceApi - Class in org.gitlab4j.api
This class implements the client side API for the GitLab namespace calls.
NamespaceApi(GitLabApi) - Constructor for class org.gitlab4j.api.NamespaceApi
 
next() - Method in class org.gitlab4j.api.Pager
Returns the next List in the iteration containing the next page of objects.
NEXT_PAGE_HEADER - Static variable in interface org.gitlab4j.api.Constants
The index of the next page HTTP header key.
Note - Class in org.gitlab4j.api.models
 
Note() - Constructor for class org.gitlab4j.api.models.Note
 
Note.NotableType - Enum in org.gitlab4j.api.models
 
NoteEvent - Class in org.gitlab4j.api.webhook
 
NoteEvent() - Constructor for class org.gitlab4j.api.webhook.NoteEvent
 
NoteEvent.NoteableType - Enum in org.gitlab4j.api.webhook
 
NoteEvent.ObjectAttributes - Class in org.gitlab4j.api.webhook
 
NotesApi - Class in org.gitlab4j.api
 
NotesApi(GitLabApi) - Constructor for class org.gitlab4j.api.NotesApi
 

O

OBJECT_KIND - Static variable in class org.gitlab4j.api.webhook.BuildEvent
 
OBJECT_KIND - Static variable in class org.gitlab4j.api.webhook.IssueEvent
 
OBJECT_KIND - Static variable in class org.gitlab4j.api.webhook.MergeRequestEvent
 
OBJECT_KIND - Static variable in class org.gitlab4j.api.webhook.NoteEvent
 
OBJECT_KIND - Static variable in class org.gitlab4j.api.webhook.PipelineEvent
 
OBJECT_KIND - Static variable in class org.gitlab4j.api.webhook.PushEvent
 
OBJECT_KIND - Static variable in class org.gitlab4j.api.webhook.TagPushEvent
 
OBJECT_KIND - Static variable in class org.gitlab4j.api.webhook.WikiPageEvent
 
ObjectAttributes() - Constructor for class org.gitlab4j.api.webhook.IssueEvent.ObjectAttributes
 
ObjectAttributes() - Constructor for class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
ObjectAttributes() - Constructor for class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
 
ObjectAttributes() - Constructor for class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
 
ObjectAttributes() - Constructor for class org.gitlab4j.api.webhook.WikiPageEvent.ObjectAttributes
 
onBuildEvent(BuildEvent) - Method in interface org.gitlab4j.api.webhook.WebHookListener
This method is called when a WebHook build event has been received.
onIssueEvent(IssueEvent) - Method in interface org.gitlab4j.api.webhook.WebHookListener
This method is called when a WebHook issue event has been received.
onMergeRequestEvent(MergeRequestEvent) - Method in interface org.gitlab4j.api.webhook.WebHookListener
This method is called when a WebHook merge request event has been received
onNoteEvent(NoteEvent) - Method in interface org.gitlab4j.api.webhook.WebHookListener
This method is called when a WebHook note event has been received.
onPipelineEvent(PipelineEvent) - Method in interface org.gitlab4j.api.webhook.WebHookListener
This method is called when a WebHook pipeline event has been received.
onPushEvent(PushEvent) - Method in interface org.gitlab4j.api.webhook.WebHookListener
This method is called when a WebHook push event has been received.
onTagPushEvent(TagPushEvent) - Method in interface org.gitlab4j.api.webhook.WebHookListener
This method is called when a WebHook tag push event has been received.
onWikiPageEvent(WikiPageEvent) - Method in interface org.gitlab4j.api.webhook.WebHookListener
This method is called when a WebHook wiki page event has been received.
org.gitlab4j.api - package org.gitlab4j.api
 
org.gitlab4j.api.models - package org.gitlab4j.api.models
 
org.gitlab4j.api.utils - package org.gitlab4j.api.utils
 
org.gitlab4j.api.webhook - package org.gitlab4j.api.webhook
 
OUTPUT_MSEC_PATTERN - Static variable in class org.gitlab4j.api.utils.ISO8601
 
OUTPUT_PATTERN - Static variable in class org.gitlab4j.api.utils.ISO8601
 
Owner - Class in org.gitlab4j.api.models
 
Owner() - Constructor for class org.gitlab4j.api.models.Owner
 

P

page(int) - Method in class org.gitlab4j.api.Pager
Returns the specified page of List.
PAGE_HEADER - Static variable in interface org.gitlab4j.api.Constants
The index of the current page (starting at 1) HTTP header key.
PAGE_PARAM - Static variable in interface org.gitlab4j.api.Constants
Page param HTTP header key.
Pager<T> - Class in org.gitlab4j.api
This class defines an Iterator implementation that is used as a paging iterator for all API methods that return a List of objects.
parse(String) - Static method in class org.gitlab4j.api.utils.DurationUtils
Parses a human readable duration string and calculates the number of seconds it represents.
PATTERN - Static variable in class org.gitlab4j.api.utils.ISO8601
 
PATTERN_MSEC - Static variable in class org.gitlab4j.api.utils.ISO8601
 
PER_PAGE - Static variable in interface org.gitlab4j.api.Constants
The number of items per page HTTP header key.
PER_PAGE_PARAM - Static variable in interface org.gitlab4j.api.Constants
Items per page param HTTP header key.
Permissions - Class in org.gitlab4j.api.models
 
Permissions() - Constructor for class org.gitlab4j.api.models.Permissions
 
Pipeline - Class in org.gitlab4j.api.models
 
Pipeline() - Constructor for class org.gitlab4j.api.models.Pipeline
 
PipelineApi - Class in org.gitlab4j.api
This class provides an entry point to all the GitLab API pipeline calls.
PipelineApi(GitLabApi) - Constructor for class org.gitlab4j.api.PipelineApi
 
PipelineEvent - Class in org.gitlab4j.api.webhook
 
PipelineEvent() - Constructor for class org.gitlab4j.api.webhook.PipelineEvent
 
PipelineEvent.Build - Class in org.gitlab4j.api.webhook
 
PipelineEvent.ObjectAttributes - Class in org.gitlab4j.api.webhook
 
PipelineStatus - Enum in org.gitlab4j.api.models
Enum for the various Pipeline status values.
playJob(int, int) - Method in class org.gitlab4j.api.JobApi
Play specified job in a project.
post(Response.Status, Form, Object...) - Method in class org.gitlab4j.api.AbstractApi
Perform an HTTP POST call with the specified form data and path objects, returning a ClientResponse instance with the data returned from the endpoint.
post(Response.Status, MultivaluedMap<String, String>, Object...) - Method in class org.gitlab4j.api.AbstractApi
Perform an HTTP POST call with the specified form data and path objects, returning a ClientResponse instance with the data returned from the endpoint.
post(Response.Status, Form, URL) - Method in class org.gitlab4j.api.AbstractApi
Perform an HTTP POST call with the specified form data and URL, returning a ClientResponse instance with the data returned from the endpoint.
post(Form, Object...) - Method in class org.gitlab4j.api.GitLabApiClient
Perform an HTTP POST call with the specified form data and path objects, returning a ClientResponse instance with the data returned from the endpoint.
post(MultivaluedMap<String, String>, Object...) - Method in class org.gitlab4j.api.GitLabApiClient
Perform an HTTP POST call with the specified form data and path objects, returning a ClientResponse instance with the data returned from the endpoint.
post(Form, URL) - Method in class org.gitlab4j.api.GitLabApiClient
Perform an HTTP POST call with the specified form data and URL, returning a ClientResponse instance with the data returned from the endpoint.
post(MultivaluedMap<String, String>, URL) - Method in class org.gitlab4j.api.GitLabApiClient
Perform an HTTP POST call with the specified form data and URL, returning a ClientResponse instance with the data returned from the endpoint.
PREV_PAGE_HEADER - Static variable in interface org.gitlab4j.api.Constants
The index of the previous page HTTP header key.
previous() - Method in class org.gitlab4j.api.Pager
Returns the previous page of List.
PRIVATE_TOKEN_HEADER - Static variable in class org.gitlab4j.api.GitLabApiClient
 
Project - Class in org.gitlab4j.api.models
 
Project() - Constructor for class org.gitlab4j.api.models.Project
 
ProjectAccess - Class in org.gitlab4j.api.models
 
ProjectAccess() - Constructor for class org.gitlab4j.api.models.ProjectAccess
 
ProjectApi - Class in org.gitlab4j.api
This class provides an entry point to all the GitLab API project calls.
ProjectApi(GitLabApi) - Constructor for class org.gitlab4j.api.ProjectApi
 
ProjectHook - Class in org.gitlab4j.api.models
 
ProjectHook() - Constructor for class org.gitlab4j.api.models.ProjectHook
 
ProjectSharedGroup - Class in org.gitlab4j.api.models
 
ProjectSharedGroup() - Constructor for class org.gitlab4j.api.models.ProjectSharedGroup
 
ProjectUser - Class in org.gitlab4j.api.models
 
ProjectUser() - Constructor for class org.gitlab4j.api.models.ProjectUser
 
protectBranch(Integer, String) - Method in class org.gitlab4j.api.RepositoryApi
Protects a single project repository branch.
PushEvent - Class in org.gitlab4j.api.webhook
 
PushEvent() - Constructor for class org.gitlab4j.api.webhook.PushEvent
 
put(Response.Status, MultivaluedMap<String, String>, Object...) - Method in class org.gitlab4j.api.AbstractApi
Perform an HTTP PUT call with the specified form data and path objects, returning a ClientResponse instance with the data returned from the endpoint.
put(Response.Status, MultivaluedMap<String, String>, URL) - Method in class org.gitlab4j.api.AbstractApi
Perform an HTTP PUT call with the specified form data and URL, returning a ClientResponse instance with the data returned from the endpoint.
put(MultivaluedMap<String, String>, Object...) - Method in class org.gitlab4j.api.GitLabApiClient
Perform an HTTP PUT call with the specified form data and path objects, returning a ClientResponse instance with the data returned from the endpoint.
put(MultivaluedMap<String, String>, URL) - Method in class org.gitlab4j.api.GitLabApiClient
Perform an HTTP PUT call with the specified form data and URL, returning a ClientResponse instance with the data returned from the endpoint.
put(Form, Object...) - Method in class org.gitlab4j.api.GitLabApiClient
Perform an HTTP PUT call with the specified form data and path objects, returning a ClientResponse instance with the data returned from the endpoint.
put(Form, URL) - Method in class org.gitlab4j.api.GitLabApiClient
Perform an HTTP PUT call with the specified form data and URL, returning a ClientResponse instance with the data returned from the endpoint.
putWithFormData(Response.Status, Form, Object...) - Method in class org.gitlab4j.api.AbstractApi
Perform an HTTP PUT call with the specified form data and path objects, returning a ClientResponse instance with the data returned from the endpoint.

R

readFileContents(File) - Static method in class org.gitlab4j.api.utils.FileUtils
Reads the contents of a File to a String.
Release - Class in org.gitlab4j.api.models
 
Release() - Constructor for class org.gitlab4j.api.models.Release
 
removeListener(WebHookListener) - Method in class org.gitlab4j.api.webhook.WebHookManager
Removes a WebHook event listener.
removeMember(Integer, Integer) - Method in class org.gitlab4j.api.GroupApi
Removes member from the group team.
removeMember(Integer, Integer) - Method in class org.gitlab4j.api.ProjectApi
Removes user from project team.
Repository - Class in org.gitlab4j.api.models
 
Repository() - Constructor for class org.gitlab4j.api.models.Repository
 
RepositoryApi - Class in org.gitlab4j.api
This class provides an entry point to all the GitLab API repository calls.
RepositoryApi(GitLabApi) - Constructor for class org.gitlab4j.api.RepositoryApi
 
RepositoryFile - Class in org.gitlab4j.api.models
 
RepositoryFile() - Constructor for class org.gitlab4j.api.models.RepositoryFile
 
RepositoryFileApi - Class in org.gitlab4j.api
This class provides an entry point to all the GitLab API repository files calls.
RepositoryFileApi(GitLabApi) - Constructor for class org.gitlab4j.api.RepositoryFileApi
 
resetEstimatedTime(Integer, Integer) - Method in class org.gitlab4j.api.IssuesApi
Resets the estimated time for this issue to 0 seconds.
resetSpentTime(Integer, Integer) - Method in class org.gitlab4j.api.IssuesApi
Resets the total spent time for this issue to 0 seconds.
retryJob(int, int) - Method in class org.gitlab4j.api.JobApi
Retry specified job in a project.
retryPipelineJob(int, int) - Method in class org.gitlab4j.api.PipelineApi
Retry a job in specified pipelines in a project.
revokeImpersonationToken(Integer, Integer) - Method in class org.gitlab4j.api.UserApi
Revokes an impersonation token.
Runner - Class in org.gitlab4j.api.models
 
Runner() - Constructor for class org.gitlab4j.api.models.Runner
 

S

serialize(Date, JsonGenerator, SerializerProvider) - Method in class org.gitlab4j.api.utils.JacksonJson.JsonDateSerializer
 
serialize(List<User>, JsonGenerator, SerializerProvider) - Method in class org.gitlab4j.api.utils.JacksonJson.UserListSerializer
 
ServicesApi - Class in org.gitlab4j.api
Access for the services API.
ServicesApi(GitLabApi) - Constructor for class org.gitlab4j.api.ServicesApi
 
Session - Class in org.gitlab4j.api.models
 
Session() - Constructor for class org.gitlab4j.api.models.Session
 
SessionApi - Class in org.gitlab4j.api
This class implements the client side API for the GitLab login call.
SessionApi(GitLabApi) - Constructor for class org.gitlab4j.api.SessionApi
 
setAccessLevel(AccessLevel) - Method in class org.gitlab4j.api.models.Member
 
setAccessLevel(AccessLevel) - Method in class org.gitlab4j.api.models.ProjectAccess
 
setAction(String) - Method in class org.gitlab4j.api.webhook.EventIssue
 
setAction(String) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
setAction(String) - Method in class org.gitlab4j.api.webhook.WikiPageEvent.ObjectAttributes
 
setActionName(String) - Method in class org.gitlab4j.api.models.Event
 
setActive(Boolean) - Method in class org.gitlab4j.api.models.ImpersonationToken
 
setActive(Boolean) - Method in class org.gitlab4j.api.models.Runner
 
setAdded(List<String>) - Method in class org.gitlab4j.api.webhook.EventCommit
 
setAdditions(Integer) - Method in class org.gitlab4j.api.models.CommitStats
 
setAfter(String) - Method in class org.gitlab4j.api.models.EventData
 
setAfter(String) - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
 
setAMode(String) - Method in class org.gitlab4j.api.models.Changes
 
setAMode(String) - Method in class org.gitlab4j.api.models.Diff
 
setApprovalsBeforeMerge(Integer) - Method in class org.gitlab4j.api.models.MergeRequest
 
setApprovalsBeforeMerge(Integer) - Method in class org.gitlab4j.api.models.Project
 
setApprovalsMissing(Integer) - Method in class org.gitlab4j.api.models.MergeRequest
Set the number of approvals missing for the merge request.
setApprovalsRequired(Integer) - Method in class org.gitlab4j.api.models.MergeRequest
Set the number of approvals required for the merge request.
setApprovedBy(List<User>) - Method in class org.gitlab4j.api.models.MergeRequest
Set the list of users that have approved the merge request.
setArchived(Boolean) - Method in class org.gitlab4j.api.models.Project
 
setArtifactsFile(ArtifactsFile) - Method in class org.gitlab4j.api.models.Job
 
setArtifactsFile(ArtifactsFile) - Method in class org.gitlab4j.api.webhook.PipelineEvent.Build
 
setAssignee(Assignee) - Method in class org.gitlab4j.api.models.Issue
 
setAssignee(Assignee) - Method in class org.gitlab4j.api.models.MergeRequest
 
setAssignee(Assignee) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
setAssignee(Assignee) - Method in class org.gitlab4j.api.webhook.IssueEvent
 
setAssigneeId(Integer) - Method in class org.gitlab4j.api.webhook.EventIssue
 
setAssigneeId(Integer) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
setAttachment(String) - Method in class org.gitlab4j.api.models.Note
 
setAttachment(String) - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
 
setAuthor(Author) - Method in class org.gitlab4j.api.models.Comment
 
setAuthor(Author) - Method in class org.gitlab4j.api.models.Commit
 
setAuthor(Author) - Method in class org.gitlab4j.api.models.Event
 
setAuthor(Author) - Method in class org.gitlab4j.api.models.Issue
 
setAuthor(Author) - Method in class org.gitlab4j.api.models.MergeRequest
 
setAuthor(Author) - Method in class org.gitlab4j.api.models.Note
 
setAuthor(Author) - Method in class org.gitlab4j.api.models.Snippet
 
setAuthor(Author) - Method in class org.gitlab4j.api.webhook.EventCommit
 
setAuthoredDate(Date) - Method in class org.gitlab4j.api.models.Commit
 
setAuthorEmail(String) - Method in class org.gitlab4j.api.models.Commit
 
setAuthorEmail(String) - Method in class org.gitlab4j.api.webhook.BuildEventCommit
 
setAuthorId(Integer) - Method in class org.gitlab4j.api.models.Event
 
setAuthorId(Integer) - Method in class org.gitlab4j.api.webhook.EventIssue
 
setAuthorId(Integer) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
setAuthorId(Integer) - Method in class org.gitlab4j.api.webhook.EventSnippet
 
setAuthorId(Integer) - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
 
setAuthorName(String) - Method in class org.gitlab4j.api.models.Commit
 
setAuthorName(String) - Method in class org.gitlab4j.api.webhook.BuildEventCommit
 
setAuthorUsername(String) - Method in class org.gitlab4j.api.models.Event
 
setAvatarUrl(String) - Method in class org.gitlab4j.api.models.AbstractUser
 
setAvatarUrl(String) - Method in class org.gitlab4j.api.models.Group
 
setAvatarUrl(String) - Method in class org.gitlab4j.api.models.Project
 
setAvatarUrl(String) - Method in class org.gitlab4j.api.models.ProjectUser
 
setAvatarUrl(String) - Method in class org.gitlab4j.api.models.Session
 
setAvatarUrl(String) - Method in class org.gitlab4j.api.webhook.EventProject
 
setBefore(String) - Method in class org.gitlab4j.api.models.EventData
 
setBefore(String) - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
 
setBeforeSha(String) - Method in class org.gitlab4j.api.models.Pipeline
 
setBeforeSha(String) - Method in class org.gitlab4j.api.webhook.BuildEvent
 
setBeforeSha(String) - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
 
setBio(String) - Method in class org.gitlab4j.api.models.AbstractUser
 
setBio(String) - Method in class org.gitlab4j.api.models.Session
 
setBlobId(String) - Method in class org.gitlab4j.api.models.RepositoryFile
 
setBlocked(Boolean) - Method in class org.gitlab4j.api.models.Session
 
setBMode(String) - Method in class org.gitlab4j.api.models.Changes
 
setBMode(String) - Method in class org.gitlab4j.api.models.Diff
 
setBody(String) - Method in class org.gitlab4j.api.models.Note
 
setBranchName(String) - Method in class org.gitlab4j.api.webhook.EventIssue
 
setBranchName(String) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
setBuild_events(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
Deprecated.
As of release 4.1.0, replaced by ProjectHook.setBuildEvents(Boolean)
setBuildAllowFailure(Boolean) - Method in class org.gitlab4j.api.webhook.BuildEvent
 
setBuildDuration(Integer) - Method in class org.gitlab4j.api.webhook.BuildEvent
 
setBuildEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
 
setBuildFinished_at(Date) - Method in class org.gitlab4j.api.webhook.BuildEvent
 
setBuildId(Integer) - Method in class org.gitlab4j.api.webhook.BuildEvent
 
setBuildName(String) - Method in class org.gitlab4j.api.webhook.BuildEvent
 
setBuilds(List<PipelineEvent.Build>) - Method in class org.gitlab4j.api.webhook.PipelineEvent
 
setBuildStage(String) - Method in class org.gitlab4j.api.webhook.BuildEvent
 
setBuildStarted_at(Date) - Method in class org.gitlab4j.api.webhook.BuildEvent
 
setBuildStatus(String) - Method in class org.gitlab4j.api.webhook.BuildEvent
 
setCanCreateGroup(Boolean) - Method in class org.gitlab4j.api.models.AbstractUser
 
setCanCreateGroup(Boolean) - Method in class org.gitlab4j.api.models.Session
 
setCanCreateProject(Boolean) - Method in class org.gitlab4j.api.models.AbstractUser
 
setCanCreateProject(Boolean) - Method in class org.gitlab4j.api.models.Session
 
setCanPush(Boolean) - Method in class org.gitlab4j.api.models.DeployKey
 
setChanges(Diff) - Method in class org.gitlab4j.api.models.MergeRequest
 
setCheckoutSha(String) - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
 
setClosedIssuesCount(Integer) - Method in class org.gitlab4j.api.models.Label
 
setColor(String) - Method in class org.gitlab4j.api.models.Label
 
setColorSchemeId(Integer) - Method in class org.gitlab4j.api.models.AbstractUser
 
setColorSchemeId(Integer) - Method in class org.gitlab4j.api.models.Session
 
setCommit(Commit) - Method in class org.gitlab4j.api.models.Branch
 
setCommit(Commit) - Method in class org.gitlab4j.api.models.CompareResults
 
setCommit(Commit) - Method in class org.gitlab4j.api.models.Job
 
setCommit(Commit) - Method in class org.gitlab4j.api.models.Tag
 
setCommit(BuildEventCommit) - Method in class org.gitlab4j.api.webhook.BuildEvent
 
setCommit(EventCommit) - Method in class org.gitlab4j.api.webhook.NoteEvent
 
setCommit(EventCommit) - Method in class org.gitlab4j.api.webhook.PipelineEvent
 
setCommitId(String) - Method in class org.gitlab4j.api.models.RepositoryFile
 
setCommitId(String) - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
 
setCommits(List<Commit>) - Method in class org.gitlab4j.api.models.CompareResults
 
setCommits(List<Commit>) - Method in class org.gitlab4j.api.models.EventData
 
setCommits(List<EventCommit>) - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
 
setCommitted_at(Date) - Method in class org.gitlab4j.api.models.Pipeline
 
setCommittedDate(Date) - Method in class org.gitlab4j.api.models.Commit
 
setCommitterEmail(String) - Method in class org.gitlab4j.api.models.Commit
 
setCommitterName(String) - Method in class org.gitlab4j.api.models.Commit
 
setCompareSameRef(Boolean) - Method in class org.gitlab4j.api.models.CompareResults
 
setCompareTimeout(Boolean) - Method in class org.gitlab4j.api.models.CompareResults
 
setConfidential(Boolean) - Method in class org.gitlab4j.api.models.Issue
 
setConfirmedAt(Date) - Method in class org.gitlab4j.api.models.AbstractUser
 
setContainerRegistryEnabled(Boolean) - Method in class org.gitlab4j.api.models.Project
 
setContent(String) - Method in class org.gitlab4j.api.models.RepositoryFile
 
setContent(String) - Method in class org.gitlab4j.api.webhook.EventSnippet
 
setContent(String) - Method in class org.gitlab4j.api.webhook.WikiPageEvent.ObjectAttributes
 
setCoverage(String) - Method in class org.gitlab4j.api.models.Job
 
setCoverage(String) - Method in class org.gitlab4j.api.models.Pipeline
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.models.AbstractUser
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Comment
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Commit
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.models.DeployKey
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.models.ImpersonationToken
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Issue
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Job
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Key
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Member
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.models.MergeRequest
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Milestone
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Note
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Owner
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Pipeline
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Project
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.models.ProjectHook
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Session
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Snippet
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.models.SshKey
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.webhook.EventIssue
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.webhook.EventSnippet
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.webhook.PipelineEvent.Build
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
 
setCreatorId(Integer) - Method in class org.gitlab4j.api.models.Project
 
setCurrentSignInAt(Date) - Method in class org.gitlab4j.api.models.AbstractUser
 
setCurrentSignInAt(Date) - Method in class org.gitlab4j.api.models.Session
 
setDarkScheme(Boolean) - Method in class org.gitlab4j.api.models.Session
 
setData(EventData) - Method in class org.gitlab4j.api.models.Event
 
setDefaultBranch(String) - Method in class org.gitlab4j.api.models.Project
 
setDefaultBranch(String) - Method in class org.gitlab4j.api.webhook.EventProject
 
setDefaultBranch(String) - Method in class org.gitlab4j.api.webhook.WikiPageEvent.Wiki
 
setDefaultPerPage(int) - Method in class org.gitlab4j.api.GitLabApi
Set the default number per page for calls that return multiple items.
setDeletedFile(Boolean) - Method in class org.gitlab4j.api.models.Changes
 
setDeletedFile(Boolean) - Method in class org.gitlab4j.api.models.Diff
 
setDeletions(Integer) - Method in class org.gitlab4j.api.models.CommitStats
 
setDescription(String) - Method in class org.gitlab4j.api.models.Group
 
setDescription(String) - Method in class org.gitlab4j.api.models.Issue
 
setDescription(String) - Method in class org.gitlab4j.api.models.Label
 
setDescription(String) - Method in class org.gitlab4j.api.models.MergeRequest
 
setDescription(String) - Method in class org.gitlab4j.api.models.Milestone
 
setDescription(String) - Method in class org.gitlab4j.api.models.Project
 
setDescription(String) - Method in class org.gitlab4j.api.models.Release
 
setDescription(String) - Method in class org.gitlab4j.api.models.Repository
 
setDescription(String) - Method in class org.gitlab4j.api.models.Runner
 
setDescription(String) - Method in class org.gitlab4j.api.webhook.EventIssue
 
setDescription(String) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
setDescription(String) - Method in class org.gitlab4j.api.webhook.EventProject
 
setDescription(String) - Method in class org.gitlab4j.api.webhook.EventRepository
 
setDevelopersCanMerge(Boolean) - Method in class org.gitlab4j.api.models.Branch
 
setDevelopersCanPush(Boolean) - Method in class org.gitlab4j.api.models.Branch
 
setDiff(String) - Method in class org.gitlab4j.api.models.Changes
 
setDiff(String) - Method in class org.gitlab4j.api.models.Diff
 
setDiffs(List<Diff>) - Method in class org.gitlab4j.api.models.CompareResults
 
setDownvote(Boolean) - Method in class org.gitlab4j.api.models.Note
 
setDownvotes(Integer) - Method in class org.gitlab4j.api.models.MergeRequest
 
setDueDate(Date) - Method in class org.gitlab4j.api.models.Issue
 
setDueDate(Date) - Method in class org.gitlab4j.api.models.Milestone
 
setDuration(Integer) - Method in class org.gitlab4j.api.models.Pipeline
 
setDuration(Integer) - Method in class org.gitlab4j.api.webhook.BuildEventCommit
 
setDuration(Integer) - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
 
setEmail(String) - Method in class org.gitlab4j.api.models.AbstractUser
 
setEmail(String) - Method in class org.gitlab4j.api.models.Member
 
setEmail(String) - Method in class org.gitlab4j.api.models.Session
 
setEnable_ssl_verification(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
Deprecated.
As of release 4.1.0, replaced by ProjectHook.setEnableSslVerification(Boolean)
setEnableSslVerification(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
 
setEncoding(String) - Method in class org.gitlab4j.api.models.RepositoryFile
 
setEventName(String) - Method in class org.gitlab4j.api.models.SystemHook
 
setEventName(String) - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
 
setExpiresAt(Date) - Method in class org.gitlab4j.api.models.ImpersonationToken
 
setExpiresAt(Date) - Method in class org.gitlab4j.api.models.Note
 
setExpiresAt(Date) - Method in class org.gitlab4j.api.models.Snippet
 
setExpiresAt(Date) - Method in class org.gitlab4j.api.webhook.EventSnippet
 
setExternal(Boolean) - Method in class org.gitlab4j.api.models.AbstractUser
 
setExternUid(String) - Method in class org.gitlab4j.api.models.Identity
 
setFilename(String) - Method in class org.gitlab4j.api.models.ArtifactsFile
 
setFileName(String) - Method in class org.gitlab4j.api.models.Note
 
setFileName(String) - Method in class org.gitlab4j.api.models.RepositoryFile
 
setFileName(String) - Method in class org.gitlab4j.api.models.Snippet
 
setFileName(String) - Method in class org.gitlab4j.api.webhook.EventSnippet
 
setFilePath(String) - Method in class org.gitlab4j.api.models.RepositoryFile
 
setFinished_at(Date) - Method in class org.gitlab4j.api.models.Pipeline
 
setFinishedAt(Date) - Method in class org.gitlab4j.api.models.Job
 
setFinishedAt(Date) - Method in class org.gitlab4j.api.webhook.BuildEventCommit
 
setFinishedAt(Date) - Method in class org.gitlab4j.api.webhook.PipelineEvent.Build
 
setFinishedAt(Date) - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
 
setForceRemoveSourceBranch(Boolean) - Method in class org.gitlab4j.api.models.MergeRequest
 
setForkedFromProject(Project) - Method in class org.gitlab4j.api.models.Project
 
setForksCount(Integer) - Method in class org.gitlab4j.api.models.Project
 
setFormat(String) - Method in class org.gitlab4j.api.webhook.WikiPageEvent.ObjectAttributes
 
setFullName(String) - Method in class org.gitlab4j.api.models.Group
 
setFullPath(String) - Method in class org.gitlab4j.api.models.Group
 
setFullPath(String) - Method in class org.gitlab4j.api.models.Namespace
 
setGit_http_url(String) - Method in class org.gitlab4j.api.webhook.EventRepository
 
setGit_http_url(String) - Method in class org.gitlab4j.api.webhook.WikiPageEvent.Wiki
 
setGit_ssh_url(String) - Method in class org.gitlab4j.api.webhook.EventRepository
 
setGit_ssh_url(String) - Method in class org.gitlab4j.api.webhook.WikiPageEvent.Wiki
 
setGitHttpUrl(String) - Method in class org.gitlab4j.api.webhook.EventProject
 
setGitLabCI(Integer, String, String) - Method in class org.gitlab4j.api.ServicesApi
Activates the gitlab-ci service.
setGitLabCI(Project, String, String) - Method in class org.gitlab4j.api.ServicesApi
Activates the gitlab-ci service.
setGitSshUrl(String) - Method in class org.gitlab4j.api.webhook.EventProject
 
setGroupAccessLevel(AccessLevel) - Method in class org.gitlab4j.api.models.ProjectSharedGroup
 
setGroupId(int) - Method in class org.gitlab4j.api.models.ProjectSharedGroup
 
setGroupName(String) - Method in class org.gitlab4j.api.models.ProjectSharedGroup
 
setHipChat(Integer, String, String, String) - Method in class org.gitlab4j.api.ServicesApi
Activates HipChat notifications.
setHipChat(Project, String, String, String) - Method in class org.gitlab4j.api.ServicesApi
Activates HipChat notifications.
setHomepage(String) - Method in class org.gitlab4j.api.models.Repository
 
setHomepage(String) - Method in class org.gitlab4j.api.webhook.EventProject
 
setHomepage(String) - Method in class org.gitlab4j.api.webhook.EventRepository
 
setHttpUrl(String) - Method in class org.gitlab4j.api.webhook.EventProject
 
setHttpUrlToRepo(String) - Method in class org.gitlab4j.api.models.Project
 
setHumanTimeEstimate(Duration) - Method in class org.gitlab4j.api.models.TimeStats
 
setHumanTotalTimeSpent(Duration) - Method in class org.gitlab4j.api.models.TimeStats
 
setId(Integer) - Method in class org.gitlab4j.api.models.AbstractUser
 
setId(String) - Method in class org.gitlab4j.api.models.Commit
 
setId(Integer) - Method in class org.gitlab4j.api.models.DeployKey
 
setId(Integer) - Method in class org.gitlab4j.api.models.Group
 
setId(Integer) - Method in class org.gitlab4j.api.models.ImpersonationToken
 
setId(Integer) - Method in class org.gitlab4j.api.models.Issue
 
setId(Integer) - Method in class org.gitlab4j.api.models.Job
 
setId(Integer) - Method in class org.gitlab4j.api.models.Key
 
setId(Integer) - Method in class org.gitlab4j.api.models.Label
 
setId(Integer) - Method in class org.gitlab4j.api.models.Member
 
setId(Integer) - Method in class org.gitlab4j.api.models.MergeRequest
 
setId(Integer) - Method in class org.gitlab4j.api.models.Milestone
 
setId(Integer) - Method in class org.gitlab4j.api.models.Namespace
 
setId(Integer) - Method in class org.gitlab4j.api.models.Note
 
setId(Integer) - Method in class org.gitlab4j.api.models.Owner
 
setId(Integer) - Method in class org.gitlab4j.api.models.Pipeline
 
setId(Integer) - Method in class org.gitlab4j.api.models.Project
 
setId(Integer) - Method in class org.gitlab4j.api.models.ProjectHook
 
setId(Integer) - Method in class org.gitlab4j.api.models.ProjectUser
 
setId(Integer) - Method in class org.gitlab4j.api.models.Runner
 
setId(Integer) - Method in class org.gitlab4j.api.models.Session
 
setId(Integer) - Method in class org.gitlab4j.api.models.Snippet
 
setId(Integer) - Method in class org.gitlab4j.api.models.SshKey
 
setId(String) - Method in class org.gitlab4j.api.models.TreeItem
 
setId(Integer) - Method in class org.gitlab4j.api.webhook.BuildEventCommit
 
setId(String) - Method in class org.gitlab4j.api.webhook.EventCommit
 
setId(Integer) - Method in class org.gitlab4j.api.webhook.EventIssue
 
setId(Integer) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
setId(Integer) - Method in class org.gitlab4j.api.webhook.EventSnippet
 
setId(Integer) - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
 
setId(Integer) - Method in class org.gitlab4j.api.webhook.PipelineEvent.Build
 
setId(Integer) - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
 
setIdentities(List<Identity>) - Method in class org.gitlab4j.api.models.AbstractUser
 
setIdentities(List<Identity>) - Method in class org.gitlab4j.api.models.Session
 
setIgnoreCertificateErrors(boolean) - Method in class org.gitlab4j.api.GitLabApi
Sets up the Jersey system ignore SSL certificate errors or not.
setIgnoreCertificateErrors(boolean) - Method in class org.gitlab4j.api.GitLabApiClient
Sets up the Jersey system ignore SSL certificate errors or not.
setIid(Integer) - Method in class org.gitlab4j.api.models.Issue
 
setIid(Integer) - Method in class org.gitlab4j.api.models.MergeRequest
 
setIid(Integer) - Method in class org.gitlab4j.api.models.Milestone
 
setIid(Integer) - Method in class org.gitlab4j.api.webhook.EventIssue
 
setIid(Integer) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
setImpersonation(Boolean) - Method in class org.gitlab4j.api.models.ImpersonationToken
 
setIs_shared(Boolean) - Method in class org.gitlab4j.api.models.Runner
 
setIsAdmin(Boolean) - Method in class org.gitlab4j.api.models.AbstractUser
 
setIsAdmin(Boolean) - Method in class org.gitlab4j.api.models.Session
 
setIssue(EventIssue) - Method in class org.gitlab4j.api.webhook.NoteEvent
 
setIssuesEnabled(Boolean) - Method in class org.gitlab4j.api.models.Project
 
setIssuesEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
 
setJobEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
 
setJobsEnabled(Boolean) - Method in class org.gitlab4j.api.models.Project
 
setKey(String) - Method in class org.gitlab4j.api.models.DeployKey
 
setKey(String) - Method in class org.gitlab4j.api.models.Key
 
setKey(String) - Method in class org.gitlab4j.api.models.SshKey
 
setKind(String) - Method in class org.gitlab4j.api.models.Namespace
 
setLabels(List<String>) - Method in class org.gitlab4j.api.models.Issue
 
setLabels(List<String>) - Method in class org.gitlab4j.api.models.MergeRequest
 
setLastActivityAt(Date) - Method in class org.gitlab4j.api.models.Project
 
setLastActivityOn(Date) - Method in class org.gitlab4j.api.models.AbstractUser
 
setLastCommit(EventCommit) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
setLastCommitId(String) - Method in class org.gitlab4j.api.models.RepositoryFile
 
setLastSignInAt(Date) - Method in class org.gitlab4j.api.models.AbstractUser
 
setLfsEnabled(Boolean) - Method in class org.gitlab4j.api.models.Project
 
setLine(Integer) - Method in class org.gitlab4j.api.models.Comment
 
setLineCode(String) - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
 
setLineType(Constants.LineType) - Method in class org.gitlab4j.api.models.Comment
 
setLinkedin(String) - Method in class org.gitlab4j.api.models.AbstractUser
 
setLinkedin(String) - Method in class org.gitlab4j.api.models.Session
 
setLocation(String) - Method in class org.gitlab4j.api.models.AbstractUser
 
setLockedAt(Date) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
setManual(Boolean) - Method in class org.gitlab4j.api.webhook.PipelineEvent.Build
 
setMergeCommitSha(String) - Method in class org.gitlab4j.api.models.MergeRequest
 
setMerged(Boolean) - Method in class org.gitlab4j.api.models.Branch
 
setMergeRequest(EventMergeRequest) - Method in class org.gitlab4j.api.webhook.NoteEvent
 
setMergeRequestsEnabled(Boolean) - Method in class org.gitlab4j.api.models.Project
 
setMergeRequestsEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
 
setMergeStatus(String) - Method in class org.gitlab4j.api.models.MergeRequest
 
setMergeStatus(String) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
setMergeWhenBuildSucceeds(Boolean) - Method in class org.gitlab4j.api.models.MergeRequest
 
setMessage(String) - Method in class org.gitlab4j.api.models.Commit
 
setMessage(String) - Method in class org.gitlab4j.api.models.ErrorMessage
 
setMessage(String) - Method in class org.gitlab4j.api.models.Tag
 
setMessage(String) - Method in class org.gitlab4j.api.webhook.BuildEventCommit
 
setMessage(String) - Method in class org.gitlab4j.api.webhook.EventCommit
 
setMessage(String) - Method in class org.gitlab4j.api.webhook.WikiPageEvent.ObjectAttributes
 
setMilestone(Milestone) - Method in class org.gitlab4j.api.models.Issue
 
setMilestone(Milestone) - Method in class org.gitlab4j.api.models.MergeRequest
 
setMilestoneId(String) - Method in class org.gitlab4j.api.webhook.EventIssue
 
setMilestoneId(Integer) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
setMode(String) - Method in class org.gitlab4j.api.models.TreeItem
 
setModified(List<String>) - Method in class org.gitlab4j.api.webhook.EventCommit
 
setName(String) - Method in class org.gitlab4j.api.models.AbstractUser
 
setName(String) - Method in class org.gitlab4j.api.models.Branch
 
setName(String) - Method in class org.gitlab4j.api.models.Group
 
setName(String) - Method in class org.gitlab4j.api.models.ImpersonationToken
 
setName(String) - Method in class org.gitlab4j.api.models.Job
 
setName(String) - Method in class org.gitlab4j.api.models.Label
 
setName(String) - Method in class org.gitlab4j.api.models.Member
 
setName(String) - Method in class org.gitlab4j.api.models.Namespace
 
setName(String) - Method in class org.gitlab4j.api.models.Owner
 
setName(String) - Method in class org.gitlab4j.api.models.Project
 
setName(String) - Method in class org.gitlab4j.api.models.ProjectUser
 
setName(String) - Method in class org.gitlab4j.api.models.Repository
 
setName(String) - Method in class org.gitlab4j.api.models.Runner
 
setName(String) - Method in class org.gitlab4j.api.models.Session
 
setName(String) - Method in class org.gitlab4j.api.models.SystemHook
 
setName(String) - Method in class org.gitlab4j.api.models.Tag
 
setName(String) - Method in class org.gitlab4j.api.models.TreeItem
 
setName(String) - Method in class org.gitlab4j.api.webhook.EventProject
 
setName(String) - Method in class org.gitlab4j.api.webhook.EventRepository
 
setName(String) - Method in class org.gitlab4j.api.webhook.PipelineEvent.Build
 
setNamespace(Namespace) - Method in class org.gitlab4j.api.models.Project
 
setNamespace(String) - Method in class org.gitlab4j.api.webhook.EventProject
 
setNamespaceApi(NamespaceApi) - Method in class org.gitlab4j.api.GitLabApi
 
setNameWithNamespace(String) - Method in class org.gitlab4j.api.models.Project
 
setNewFile(Boolean) - Method in class org.gitlab4j.api.models.Changes
 
setNewFile(Boolean) - Method in class org.gitlab4j.api.models.Diff
 
setNewPath(String) - Method in class org.gitlab4j.api.models.Changes
 
setNewPath(String) - Method in class org.gitlab4j.api.models.Diff
 
setNote(String) - Method in class org.gitlab4j.api.models.Comment
 
setNote(String) - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
 
setNote_events(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
Deprecated.
As of release 4.1.0, replaced by ProjectHook.setNoteEvents(Boolean)
setNoteableId(Integer) - Method in class org.gitlab4j.api.models.Note
 
setNoteableId(Integer) - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
 
setNoteableType(Note.NotableType) - Method in class org.gitlab4j.api.models.Note
 
setNoteableType(NoteEvent.NoteableType) - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
 
setNoteEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
 
setNotificationLevel(int) - Method in class org.gitlab4j.api.models.ProjectAccess
 
setObjectAttributes(IssueEvent.ObjectAttributes) - Method in class org.gitlab4j.api.webhook.IssueEvent
 
setObjectAttributes(MergeRequestEvent.ObjectAttributes) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent
 
setObjectAttributes(NoteEvent.ObjectAttributes) - Method in class org.gitlab4j.api.webhook.NoteEvent
 
setObjectAttributes(PipelineEvent.ObjectAttributes) - Method in class org.gitlab4j.api.webhook.PipelineEvent
 
setObjectAttributes(WikiPageEvent.ObjectAttributes) - Method in class org.gitlab4j.api.webhook.WikiPageEvent
 
setObjectKind(String) - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
 
setObjectKind(String) - Method in class org.gitlab4j.api.webhook.BuildEvent
 
setObjectKind(String) - Method in class org.gitlab4j.api.webhook.IssueEvent
 
setObjectKind(String) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent
 
setObjectKind(String) - Method in class org.gitlab4j.api.webhook.NoteEvent
 
setObjectKind(String) - Method in class org.gitlab4j.api.webhook.PipelineEvent
 
setObjectKind(String) - Method in class org.gitlab4j.api.webhook.PushEvent
 
setObjectKind(String) - Method in class org.gitlab4j.api.webhook.TagPushEvent
 
setObjectKind(String) - Method in class org.gitlab4j.api.webhook.WikiPageEvent
 
setOldPath(String) - Method in class org.gitlab4j.api.models.Changes
 
setOldPath(String) - Method in class org.gitlab4j.api.models.Diff
 
setOnlyAllowMergeIfAllDiscussionsAreResolved(Boolean) - Method in class org.gitlab4j.api.models.Project
 
setOnlyAllowMergeIfPipelineSucceeds(Boolean) - Method in class org.gitlab4j.api.models.Project
 
setOpenIssuesCount(Integer) - Method in class org.gitlab4j.api.models.Label
 
setOpenIssuesCount(Integer) - Method in class org.gitlab4j.api.models.Project
 
setOpenMergeRequestCount(Integer) - Method in class org.gitlab4j.api.models.Label
 
setOrganization(String) - Method in class org.gitlab4j.api.models.AbstractUser
 
setOwner(Owner) - Method in class org.gitlab4j.api.models.Project
 
setOwnerEmail(String) - Method in class org.gitlab4j.api.models.SystemHook
 
setOwnerName(String) - Method in class org.gitlab4j.api.models.SystemHook
 
setParentId(Integer) - Method in class org.gitlab4j.api.models.Group
 
setParentIds(List<String>) - Method in class org.gitlab4j.api.models.Commit
 
setPath(String) - Method in class org.gitlab4j.api.models.Comment
 
setPath(String) - Method in class org.gitlab4j.api.models.Group
 
setPath(String) - Method in class org.gitlab4j.api.models.Namespace
 
setPath(String) - Method in class org.gitlab4j.api.models.Project
 
setPath(String) - Method in class org.gitlab4j.api.models.SystemHook
 
setPath(String) - Method in class org.gitlab4j.api.models.TreeItem
 
setPathWithNamespace(String) - Method in class org.gitlab4j.api.models.Project
 
setPathWithNamespace(String) - Method in class org.gitlab4j.api.webhook.EventProject
 
setPathWithNamespace(String) - Method in class org.gitlab4j.api.webhook.WikiPageEvent.Wiki
 
setPermissions(Permissions) - Method in class org.gitlab4j.api.models.Project
 
setPipeline(Pipeline) - Method in class org.gitlab4j.api.models.Job
 
setPipeline_events(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
Deprecated.
As of release 4.1.0, replaced by ProjectHook.setPipelineEvents(Boolean)
setPipelineEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
 
setPosition(Integer) - Method in class org.gitlab4j.api.webhook.EventIssue
 
setPosition(Integer) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
setPriority(Integer) - Method in class org.gitlab4j.api.models.Label
 
setPrivateToken(String) - Method in class org.gitlab4j.api.models.Session
 
setProject(EventProject) - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
 
setProject(EventProject) - Method in class org.gitlab4j.api.webhook.IssueEvent
 
setProject(EventProject) - Method in class org.gitlab4j.api.webhook.NoteEvent
 
setProject(EventProject) - Method in class org.gitlab4j.api.webhook.PipelineEvent
 
setProject(EventProject) - Method in class org.gitlab4j.api.webhook.WikiPageEvent
 
setProjectId(Integer) - Method in class org.gitlab4j.api.models.Event
 
setProjectId(Integer) - Method in class org.gitlab4j.api.models.Issue
 
setProjectId(Integer) - Method in class org.gitlab4j.api.models.MergeRequest
 
setProjectId(Integer) - Method in class org.gitlab4j.api.models.Milestone
 
setProjectId(Integer) - Method in class org.gitlab4j.api.models.ProjectHook
 
setProjectId(Integer) - Method in class org.gitlab4j.api.models.SystemHook
 
setProjectId(Integer) - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
 
setProjectId(Integer) - Method in class org.gitlab4j.api.webhook.BuildEvent
 
setProjectId(Integer) - Method in class org.gitlab4j.api.webhook.EventIssue
 
setProjectId(Integer) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
setProjectId(Integer) - Method in class org.gitlab4j.api.webhook.EventSnippet
 
setProjectId(Integer) - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
 
setProjectId(Integer) - Method in class org.gitlab4j.api.webhook.NoteEvent
 
setProjectName(String) - Method in class org.gitlab4j.api.webhook.BuildEvent
 
setProjects(List<Project>) - Method in class org.gitlab4j.api.models.Group
 
setProjectsLimit(Integer) - Method in class org.gitlab4j.api.models.AbstractUser
 
setProjectsLimit(Integer) - Method in class org.gitlab4j.api.models.Session
 
setProtected(Boolean) - Method in class org.gitlab4j.api.models.Branch
 
setProvider(String) - Method in class org.gitlab4j.api.models.AbstractUser
 
setProvider(String) - Method in class org.gitlab4j.api.models.Identity
 
setPublic(Boolean) - Method in class org.gitlab4j.api.models.Project
 
setPublicJobs(Boolean) - Method in class org.gitlab4j.api.models.Project
 
setPushEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
 
setRef(String) - Method in class org.gitlab4j.api.models.EventData
 
setRef(String) - Method in class org.gitlab4j.api.models.Job
 
setRef(String) - Method in class org.gitlab4j.api.models.Pipeline
 
setRef(String) - Method in class org.gitlab4j.api.models.RepositoryFile
 
setRef(String) - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
 
setRef(String) - Method in class org.gitlab4j.api.webhook.BuildEvent
 
setRef(String) - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
 
setRelease(Release) - Method in class org.gitlab4j.api.models.Tag
 
setRemoved(List<String>) - Method in class org.gitlab4j.api.webhook.EventCommit
 
setRenamedFile(Boolean) - Method in class org.gitlab4j.api.models.Changes
 
setRenamedFile(Boolean) - Method in class org.gitlab4j.api.models.Diff
 
setRepository(Repository) - Method in class org.gitlab4j.api.models.EventData
 
setRepository(EventRepository) - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
 
setRepository(EventRepository) - Method in class org.gitlab4j.api.webhook.BuildEvent
 
setRepository(EventRepository) - Method in class org.gitlab4j.api.webhook.IssueEvent
 
setRepository(EventRepository) - Method in class org.gitlab4j.api.webhook.NoteEvent
 
setRepositoryStorage(String) - Method in class org.gitlab4j.api.models.Project
 
setRequestAccessEnabled(Boolean) - Method in class org.gitlab4j.api.models.Group
 
setRequestAccessEnabled(Boolean) - Method in class org.gitlab4j.api.models.Project
 
setRevision(String) - Method in class org.gitlab4j.api.models.Version
 
setRevoked(Boolean) - Method in class org.gitlab4j.api.models.ImpersonationToken
 
setRunner(Runner) - Method in class org.gitlab4j.api.models.Job
 
setRunnersToken(String) - Method in class org.gitlab4j.api.models.Project
 
setScopes(List<ImpersonationToken.Scope>) - Method in class org.gitlab4j.api.models.ImpersonationToken
 
setSeconds(int) - Method in class org.gitlab4j.api.models.Duration
Set the number of seconds this duration represents.
setSecretToken(String) - Method in class org.gitlab4j.api.webhook.WebHookManager
Set the secret token that received webhook events should be validated against.
setSha(String) - Method in class org.gitlab4j.api.models.MergeRequest
 
setSha(String) - Method in class org.gitlab4j.api.models.Pipeline
 
setSha(String) - Method in class org.gitlab4j.api.webhook.BuildEvent
 
setSha(String) - Method in class org.gitlab4j.api.webhook.BuildEventCommit
 
setSha(String) - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
 
setSharedProjects(List<Project>) - Method in class org.gitlab4j.api.models.Group
 
setSharedRunnersEnabled(Boolean) - Method in class org.gitlab4j.api.models.Project
 
setSharedRunnersMinutesLimit(Integer) - Method in class org.gitlab4j.api.models.AbstractUser
 
setSharedRunnersMinutesLimit(Integer) - Method in class org.gitlab4j.api.models.Group
 
setSharedWithGroups(List<ProjectSharedGroup>) - Method in class org.gitlab4j.api.models.Project
 
setShortId(String) - Method in class org.gitlab4j.api.models.Commit
 
setShouldRemoveSourceBranch(Boolean) - Method in class org.gitlab4j.api.models.MergeRequest
 
setSize(Integer) - Method in class org.gitlab4j.api.models.ArtifactsFile
 
setSize(Integer) - Method in class org.gitlab4j.api.models.RepositoryFile
 
setSkipConfirmation(Boolean) - Method in class org.gitlab4j.api.models.AbstractUser
 
setSkype(String) - Method in class org.gitlab4j.api.models.AbstractUser
 
setSkype(String) - Method in class org.gitlab4j.api.models.Session
 
setSlug(String) - Method in class org.gitlab4j.api.webhook.WikiPageEvent.ObjectAttributes
 
setSnippet(EventSnippet) - Method in class org.gitlab4j.api.webhook.NoteEvent
 
setSnippetsEnabled(Boolean) - Method in class org.gitlab4j.api.models.Project
 
setSource(EventProject) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
setSourceBranch(String) - Method in class org.gitlab4j.api.models.MergeRequest
 
setSourceBranch(String) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
setSourceProjectId(Integer) - Method in class org.gitlab4j.api.models.MergeRequest
 
setSourceProjectId(Integer) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
setSquash(Boolean) - Method in class org.gitlab4j.api.models.MergeRequest
 
setSshUrl(String) - Method in class org.gitlab4j.api.webhook.EventProject
 
setSshUrlToRepo(String) - Method in class org.gitlab4j.api.models.Project
 
setStage(String) - Method in class org.gitlab4j.api.models.Job
 
setStage(String) - Method in class org.gitlab4j.api.webhook.PipelineEvent.Build
 
setStages(List<String>) - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
 
setStarCount(Integer) - Method in class org.gitlab4j.api.models.Project
 
setStarted_at(Date) - Method in class org.gitlab4j.api.models.Pipeline
 
setStartedAt(Date) - Method in class org.gitlab4j.api.models.Job
 
setStartedAt(Date) - Method in class org.gitlab4j.api.webhook.BuildEventCommit
 
setStartedAt(Date) - Method in class org.gitlab4j.api.webhook.PipelineEvent.Build
 
setState(String) - Method in class org.gitlab4j.api.models.AbstractUser
 
setState(Constants.IssueState) - Method in class org.gitlab4j.api.models.Issue
 
setState(String) - Method in class org.gitlab4j.api.models.Member
 
setState(String) - Method in class org.gitlab4j.api.models.MergeRequest
 
setState(String) - Method in class org.gitlab4j.api.models.Milestone
 
setState(String) - Method in class org.gitlab4j.api.models.ProjectUser
 
setState(String) - Method in class org.gitlab4j.api.models.Session
 
setState(String) - Method in class org.gitlab4j.api.webhook.EventIssue
 
setState(String) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
setStats(CommitStats) - Method in class org.gitlab4j.api.models.Commit
 
setStatus(String) - Method in class org.gitlab4j.api.models.Commit
 
setStatus(JobStatus) - Method in class org.gitlab4j.api.models.Job
 
setStatus(PipelineStatus) - Method in class org.gitlab4j.api.models.Pipeline
 
setStatus(String) - Method in class org.gitlab4j.api.webhook.BuildEventCommit
 
setStatus(String) - Method in class org.gitlab4j.api.webhook.PipelineEvent.Build
 
setStatus(String) - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
 
setStCommits(String) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
setStDiff(Diff) - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
 
setStDiffs(String) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
setSubscribed(Boolean) - Method in class org.gitlab4j.api.models.Issue
 
setSubscribed(boolean) - Method in class org.gitlab4j.api.models.Label
 
setSubscribed(Boolean) - Method in class org.gitlab4j.api.models.MergeRequest
 
setSudoAsId(Integer) - Method in class org.gitlab4j.api.GitLabApi
Sets up all future calls to the GitLab API to be done as another user specified by provided user ID.
setSystem(Boolean) - Method in class org.gitlab4j.api.models.Note
 
setSystem(Boolean) - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
 
setTag(Boolean) - Method in class org.gitlab4j.api.models.Job
 
setTag(Boolean) - Method in class org.gitlab4j.api.models.Pipeline
 
setTag(Boolean) - Method in class org.gitlab4j.api.webhook.BuildEvent
 
setTag(Boolean) - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
 
setTag_push_events(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
Deprecated.
As of release 4.1.0, replaced by ProjectHook.setTagPushEvents(Boolean)
setTagList(List<String>) - Method in class org.gitlab4j.api.models.Project
 
setTagName(String) - Method in class org.gitlab4j.api.models.Release
 
setTagPushEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
 
setTarget(EventProject) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
setTargetBranch(String) - Method in class org.gitlab4j.api.models.MergeRequest
 
setTargetBranch(String) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
setTargetId(Integer) - Method in class org.gitlab4j.api.models.Event
 
setTargetProjectId(Integer) - Method in class org.gitlab4j.api.models.MergeRequest
 
setTargetProjectId(Integer) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
setTargetTitle(String) - Method in class org.gitlab4j.api.models.Event
 
setTargetType(Constants.TargetType) - Method in class org.gitlab4j.api.models.Event
 
setThemeId(Integer) - Method in class org.gitlab4j.api.models.AbstractUser
 
setThemeId(Integer) - Method in class org.gitlab4j.api.models.Session
 
setTimeEstimate(Integer) - Method in class org.gitlab4j.api.models.TimeStats
 
setTimestamp(Date) - Method in class org.gitlab4j.api.models.Commit
 
setTimestamp(Date) - Method in class org.gitlab4j.api.webhook.EventCommit
 
setTimeStats(TimeStats) - Method in class org.gitlab4j.api.models.Issue
 
setTitle(String) - Method in class org.gitlab4j.api.models.Commit
 
setTitle(String) - Method in class org.gitlab4j.api.models.DeployKey
 
setTitle(String) - Method in class org.gitlab4j.api.models.Event
 
setTitle(String) - Method in class org.gitlab4j.api.models.Issue
 
setTitle(String) - Method in class org.gitlab4j.api.models.Key
 
setTitle(String) - Method in class org.gitlab4j.api.models.MergeRequest
 
setTitle(String) - Method in class org.gitlab4j.api.models.Milestone
 
setTitle(String) - Method in class org.gitlab4j.api.models.Note
 
setTitle(String) - Method in class org.gitlab4j.api.models.Snippet
 
setTitle(String) - Method in class org.gitlab4j.api.models.SshKey
 
setTitle(String) - Method in class org.gitlab4j.api.webhook.EventIssue
 
setTitle(String) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
setTitle(String) - Method in class org.gitlab4j.api.webhook.EventSnippet
 
setTitle(String) - Method in class org.gitlab4j.api.webhook.WikiPageEvent.ObjectAttributes
 
setToken(String) - Method in class org.gitlab4j.api.models.ImpersonationToken
 
setToken(String) - Method in class org.gitlab4j.api.models.ProjectHook
 
setTotal(Integer) - Method in class org.gitlab4j.api.models.CommitStats
 
setTotalCommitsCount(Integer) - Method in class org.gitlab4j.api.models.EventData
 
setTotalCommitsCount(Integer) - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
 
setTotalTimeSpent(Integer) - Method in class org.gitlab4j.api.models.TimeStats
 
setTwitter(String) - Method in class org.gitlab4j.api.models.AbstractUser
 
setTwitter(String) - Method in class org.gitlab4j.api.models.Session
 
setTwoFactorEnabled(Boolean) - Method in class org.gitlab4j.api.models.AbstractUser
 
setTwoFactorEnabled(Boolean) - Method in class org.gitlab4j.api.models.Session
 
setType(TreeItem.Type) - Method in class org.gitlab4j.api.models.TreeItem
 
setType(String) - Method in class org.gitlab4j.api.webhook.EventSnippet
 
setUpdated_at(Date) - Method in class org.gitlab4j.api.models.Pipeline
 
setUpdatedAt(Date) - Method in class org.gitlab4j.api.models.Issue
 
setUpdatedAt(Date) - Method in class org.gitlab4j.api.models.MergeRequest
 
setUpdatedAt(Date) - Method in class org.gitlab4j.api.models.Milestone
 
setUpdatedAt(String) - Method in class org.gitlab4j.api.models.Note
 
setUpdatedAt(String) - Method in class org.gitlab4j.api.models.Snippet
 
setUpdatedAt(Date) - Method in class org.gitlab4j.api.webhook.EventIssue
 
setUpdatedAt(Date) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
setUpdatedAt(Date) - Method in class org.gitlab4j.api.webhook.EventSnippet
 
setUpdatedAt(Date) - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
 
setUpvote(Boolean) - Method in class org.gitlab4j.api.models.Note
 
setUpvotes(Integer) - Method in class org.gitlab4j.api.models.MergeRequest
 
setUrl(String) - Method in class org.gitlab4j.api.models.Commit
 
setUrl(String) - Method in class org.gitlab4j.api.models.ProjectHook
 
setUrl(String) - Method in class org.gitlab4j.api.models.Repository
 
setUrl(String) - Method in class org.gitlab4j.api.webhook.EventCommit
 
setUrl(String) - Method in class org.gitlab4j.api.webhook.EventIssue
 
setUrl(String) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
setUrl(String) - Method in class org.gitlab4j.api.webhook.EventProject
 
setUrl(String) - Method in class org.gitlab4j.api.webhook.EventRepository
 
setUrl(String) - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
 
setUrl(String) - Method in class org.gitlab4j.api.webhook.WikiPageEvent.ObjectAttributes
 
setUser(User) - Method in class org.gitlab4j.api.models.Job
 
setUser(User) - Method in class org.gitlab4j.api.models.Key
 
setUser(User) - Method in class org.gitlab4j.api.models.Pipeline
 
setUser(User) - Method in class org.gitlab4j.api.webhook.BuildEvent
 
setUser(User) - Method in class org.gitlab4j.api.webhook.IssueEvent
 
setUser(User) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent
 
setUser(User) - Method in class org.gitlab4j.api.webhook.NoteEvent
 
setUser(User) - Method in class org.gitlab4j.api.webhook.PipelineEvent.Build
 
setUser(User) - Method in class org.gitlab4j.api.webhook.PipelineEvent
 
setUser(User) - Method in class org.gitlab4j.api.webhook.WikiPageEvent
 
setUserAvatar(String) - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
 
setUserEmail(String) - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
 
setUserId(Integer) - Method in class org.gitlab4j.api.models.EventData
 
setUserId(Integer) - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
 
setUsername(String) - Method in class org.gitlab4j.api.models.AbstractUser
 
setUserName(String) - Method in class org.gitlab4j.api.models.EventData
 
setUsername(String) - Method in class org.gitlab4j.api.models.Member
 
setUsername(String) - Method in class org.gitlab4j.api.models.ProjectUser
 
setUsername(String) - Method in class org.gitlab4j.api.models.Session
 
setUserName(String) - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
 
setUserNotesCount(Integer) - Method in class org.gitlab4j.api.models.Issue
 
setUserNotesCount(Integer) - Method in class org.gitlab4j.api.models.MergeRequest
 
setVersion(String) - Method in class org.gitlab4j.api.models.Version
 
setVisibility(Visibility) - Method in class org.gitlab4j.api.models.Group
 
setVisibility(Visibility) - Method in class org.gitlab4j.api.models.Project
 
setVisibility_level(AccessLevel) - Method in class org.gitlab4j.api.webhook.EventRepository
 
setVisibilityLevel(Integer) - Method in class org.gitlab4j.api.models.Project
 
setVisibilityLevel(AccessLevel) - Method in class org.gitlab4j.api.webhook.EventProject
 
setVisibilityLevel(AccessLevel) - Method in class org.gitlab4j.api.webhook.EventSnippet
 
setWallEnabled(Boolean) - Method in class org.gitlab4j.api.models.Project
 
setWebsiteUrl(String) - Method in class org.gitlab4j.api.models.AbstractUser
 
setWebsiteUrl(String) - Method in class org.gitlab4j.api.models.Session
 
setWebUrl(String) - Method in class org.gitlab4j.api.models.AbstractUser
 
setWebUrl(String) - Method in class org.gitlab4j.api.models.Group
 
setWebUrl(String) - Method in class org.gitlab4j.api.models.Issue
 
setWebUrl(String) - Method in class org.gitlab4j.api.models.MergeRequest
 
setWebUrl(String) - Method in class org.gitlab4j.api.models.Project
 
setWebUrl(String) - Method in class org.gitlab4j.api.models.ProjectUser
 
setWebUrl(String) - Method in class org.gitlab4j.api.models.Snippet
 
setWebUrl(String) - Method in class org.gitlab4j.api.webhook.EventProject
 
setWebUrl(String) - Method in class org.gitlab4j.api.webhook.WikiPageEvent.Wiki
 
setWhen(String) - Method in class org.gitlab4j.api.webhook.PipelineEvent.Build
 
setWiki(WikiPageEvent.Wiki) - Method in class org.gitlab4j.api.webhook.WikiPageEvent
 
setWiki_page_events(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
Deprecated.
As of release 4.1.0, replaced by ProjectHook.setWikiPageEvents(Boolean)
setWikiEnabled(Boolean) - Method in class org.gitlab4j.api.models.Project
 
setWikiPageEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
 
setWorkInProgress(Boolean) - Method in class org.gitlab4j.api.models.MergeRequest
 
setWorkInProgress(Boolean) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
 
setYamlErrors(String) - Method in class org.gitlab4j.api.models.Pipeline
 
Snippet - Class in org.gitlab4j.api.models
 
Snippet() - Constructor for class org.gitlab4j.api.models.Snippet
 
SshKey - Class in org.gitlab4j.api.models
 
SshKey() - Constructor for class org.gitlab4j.api.models.SshKey
 
subscribeLabel(Integer, Integer) - Method in class org.gitlab4j.api.LabelsApi
 
sudo(String) - Method in class org.gitlab4j.api.GitLabApi
Sets up all future calls to the GitLab API to be done as another user specified by sudoAsUsername.
SUDO_HEADER - Static variable in class org.gitlab4j.api.GitLabApiClient
 
SystemHook - Class in org.gitlab4j.api.models
 
SystemHook() - Constructor for class org.gitlab4j.api.models.SystemHook
 

T

Tag - Class in org.gitlab4j.api.models
 
Tag() - Constructor for class org.gitlab4j.api.models.Tag
 
TagPushEvent - Class in org.gitlab4j.api.webhook
 
TagPushEvent() - Constructor for class org.gitlab4j.api.webhook.TagPushEvent
 
TimeStats - Class in org.gitlab4j.api.models
 
TimeStats() - Constructor for class org.gitlab4j.api.models.TimeStats
 
toCalendar(String) - Static method in class org.gitlab4j.api.utils.ISO8601
Parses an ISO8601 formatted string a returns a Calendar instance.
toDate(String) - Static method in class org.gitlab4j.api.utils.ISO8601
Parses an ISO8601 formatted string a returns a Date instance.
toString() - Method in enum org.gitlab4j.api.Constants.ActionType
 
toString() - Method in enum org.gitlab4j.api.Constants.ImpersonationState
 
toString() - Method in enum org.gitlab4j.api.Constants.IssueScope
 
toString() - Method in enum org.gitlab4j.api.Constants.IssueState
 
toString() - Method in enum org.gitlab4j.api.Constants.JobScope
 
toString() - Method in enum org.gitlab4j.api.Constants.LineType
 
toString() - Method in enum org.gitlab4j.api.Constants.MilestoneState
 
toString() - Method in enum org.gitlab4j.api.Constants.PipelineOrderBy
 
toString() - Method in enum org.gitlab4j.api.Constants.PipelineScope
 
toString() - Method in enum org.gitlab4j.api.Constants.ProjectOrderBy
 
toString() - Method in enum org.gitlab4j.api.Constants.SortOrder
 
toString() - Method in enum org.gitlab4j.api.Constants.StateEvent
 
toString() - Method in enum org.gitlab4j.api.Constants.TargetType
 
toString() - Method in enum org.gitlab4j.api.models.AccessLevel
 
toString() - Method in class org.gitlab4j.api.models.Duration
 
toString() - Method in enum org.gitlab4j.api.models.ImpersonationToken.Scope
 
toString() - Method in enum org.gitlab4j.api.models.JobStatus
 
toString() - Method in enum org.gitlab4j.api.models.Note.NotableType
 
toString() - Method in enum org.gitlab4j.api.models.PipelineStatus
 
toString() - Method in enum org.gitlab4j.api.models.TreeItem.Type
 
toString() - Method in enum org.gitlab4j.api.models.Visibility
 
toString(int) - Static method in class org.gitlab4j.api.utils.DurationUtils
Create a human readable duration string from seconds.
toString(Calendar) - Static method in class org.gitlab4j.api.utils.ISO8601
Get a ISO8601 formatted string for the provided Calendar instance.
toString(Date, boolean) - Static method in class org.gitlab4j.api.utils.ISO8601
Get a ISO8601 formatted string for the provided Date instance.
toString(Date) - Static method in class org.gitlab4j.api.utils.ISO8601
Get a ISO8601 formatted string for the provided Date instance.
toString(E) - Method in class org.gitlab4j.api.utils.JacksonJsonEnumHelper
Get the string used by the API for this enum.
toString() - Method in enum org.gitlab4j.api.webhook.NoteEvent.NoteableType
 
TOTAL_HEADER - Static variable in interface org.gitlab4j.api.Constants
The total number of items HTTP header key.
TOTAL_PAGES_HEADER - Static variable in interface org.gitlab4j.api.Constants
The total number of pages HTTP header key.
toValue() - Method in enum org.gitlab4j.api.Constants.ActionType
 
toValue() - Method in enum org.gitlab4j.api.Constants.ImpersonationState
 
toValue() - Method in enum org.gitlab4j.api.Constants.IssueScope
 
toValue() - Method in enum org.gitlab4j.api.Constants.IssueState
 
toValue() - Method in enum org.gitlab4j.api.Constants.JobScope
 
toValue() - Method in enum org.gitlab4j.api.Constants.LineType
 
toValue() - Method in enum org.gitlab4j.api.Constants.MilestoneState
 
toValue() - Method in enum org.gitlab4j.api.Constants.PipelineOrderBy
 
toValue() - Method in enum org.gitlab4j.api.Constants.PipelineScope
 
toValue() - Method in enum org.gitlab4j.api.Constants.ProjectOrderBy
 
toValue() - Method in enum org.gitlab4j.api.Constants.SortOrder
 
toValue() - Method in enum org.gitlab4j.api.Constants.StateEvent
 
toValue() - Method in enum org.gitlab4j.api.Constants.TargetType
 
toValue() - Method in enum org.gitlab4j.api.models.AccessLevel
 
toValue() - Method in enum org.gitlab4j.api.models.ImpersonationToken.Scope
 
toValue() - Method in enum org.gitlab4j.api.models.JobStatus
 
toValue() - Method in enum org.gitlab4j.api.models.PipelineStatus
 
toValue() - Method in enum org.gitlab4j.api.models.Visibility
 
TreeItem - Class in org.gitlab4j.api.models
 
TreeItem() - Constructor for class org.gitlab4j.api.models.TreeItem
 
TreeItem.Type - Enum in org.gitlab4j.api.models
 

U

unapproveMergeRequest(Integer, Integer) - Method in class org.gitlab4j.api.MergeRequestApi
Unapprove a merge request.
unblockUser(Integer) - Method in class org.gitlab4j.api.UserApi
Unblocks the specified user.
unmarshal(Class<T>, Reader) - Method in class org.gitlab4j.api.utils.JacksonJson
Unmarshal the JSON data on the specified Reader instance to an instance of the provided class.
unmarshal(Class<T>, String) - Method in class org.gitlab4j.api.utils.JacksonJson
Unmarshal the JSON data contained by the string and populate an instance of the provided returnType class.
unprotectBranch(Integer, String) - Method in class org.gitlab4j.api.RepositoryApi
Unprotects a single project repository branch.
unsubscribeLabel(Integer, Integer) - Method in class org.gitlab4j.api.LabelsApi
 
unsudo() - Method in class org.gitlab4j.api.GitLabApi
Turns off the currently configured sudo as ID.
updateFile(RepositoryFile, Integer, String, String) - Method in class org.gitlab4j.api.RepositoryFileApi
Update existing file in repository PUT /projects/:id/repository/files file_path (required) - Full path to new file.
updateGroup(Integer, String, String, String, Boolean, Boolean, Visibility, Boolean, Boolean, Integer, Integer) - Method in class org.gitlab4j.api.GroupApi
Creates a new project group.
updateIssue(Integer, Integer, String, String, Boolean, List<Integer>, Integer, String, Constants.StateEvent, Date, Date) - Method in class org.gitlab4j.api.IssuesApi
Updates an existing project issue.
updateIssueNote(Integer, Integer, String) - Method in class org.gitlab4j.api.NotesApi
 
updateLabel(Integer, String, String, String, String, Integer) - Method in class org.gitlab4j.api.LabelsApi
 
updateLabelColor(Integer, String, String, String, Integer) - Method in class org.gitlab4j.api.LabelsApi
 
updateLabelName(Integer, String, String, String, Integer) - Method in class org.gitlab4j.api.LabelsApi
 
updateMergeRequest(Integer, Integer, String, String, Integer, String, Constants.StateEvent, String, Integer) - Method in class org.gitlab4j.api.MergeRequestApi
Updates an existing merge request.
updateMergeRequest(Integer, Integer, String, String, String, String, Integer) - Method in class org.gitlab4j.api.MergeRequestApi
Deprecated.
as of release 4.4.3
updateMilestone(Integer, Integer, String, String, Date, Date, Constants.MilestoneState) - Method in class org.gitlab4j.api.MilestonesApi
Update the specified milestone.
updateProject(Project) - Method in class org.gitlab4j.api.ProjectApi
Updates a project.
updateSnippet(Integer, Integer, String, String, String, String, Visibility) - Method in class org.gitlab4j.api.ProjectApi
Updates an existing project snippet.
urlEncode(String) - Method in class org.gitlab4j.api.AbstractApi
 
User - Class in org.gitlab4j.api.models
 
User() - Constructor for class org.gitlab4j.api.models.User
 
UserApi - Class in org.gitlab4j.api
This class provides an entry point to all the GitLab API users calls.
UserListDeserializer() - Constructor for class org.gitlab4j.api.utils.JacksonJson.UserListDeserializer
 
UserListSerializer() - Constructor for class org.gitlab4j.api.utils.JacksonJson.UserListSerializer
 
UTC_PATTERN - Static variable in class org.gitlab4j.api.utils.ISO8601
 

V

validate(Response, Response.Status) - Method in class org.gitlab4j.api.AbstractApi
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.
validateSecretToken(Response) - Method in class org.gitlab4j.api.GitLabApiClient
Validates the secret token (X-GitLab-Token) header against the expected secret token, returns true if valid, otherwise returns false.
value - Variable in enum org.gitlab4j.api.models.AccessLevel
 
valueOf(String) - Static method in enum org.gitlab4j.api.Constants.ActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gitlab4j.api.Constants.ImpersonationState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gitlab4j.api.Constants.IssueScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gitlab4j.api.Constants.IssueState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gitlab4j.api.Constants.JobScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gitlab4j.api.Constants.LineType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gitlab4j.api.Constants.MilestoneState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gitlab4j.api.Constants.PipelineOrderBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gitlab4j.api.Constants.PipelineScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gitlab4j.api.Constants.ProjectOrderBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gitlab4j.api.Constants.SortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gitlab4j.api.Constants.StateEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gitlab4j.api.Constants.TargetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gitlab4j.api.Constants.TokenType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gitlab4j.api.GitLabApi.ApiVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gitlab4j.api.models.AccessLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gitlab4j.api.models.ImpersonationToken.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gitlab4j.api.models.JobStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gitlab4j.api.models.Note.NotableType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gitlab4j.api.models.PipelineStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gitlab4j.api.models.TreeItem.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gitlab4j.api.models.Visibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gitlab4j.api.webhook.NoteEvent.NoteableType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.gitlab4j.api.Constants.ActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gitlab4j.api.Constants.ImpersonationState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gitlab4j.api.Constants.IssueScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gitlab4j.api.Constants.IssueState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gitlab4j.api.Constants.JobScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gitlab4j.api.Constants.LineType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gitlab4j.api.Constants.MilestoneState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gitlab4j.api.Constants.PipelineOrderBy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gitlab4j.api.Constants.PipelineScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gitlab4j.api.Constants.ProjectOrderBy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gitlab4j.api.Constants.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gitlab4j.api.Constants.StateEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gitlab4j.api.Constants.TargetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gitlab4j.api.Constants.TokenType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gitlab4j.api.GitLabApi.ApiVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gitlab4j.api.models.AccessLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gitlab4j.api.models.ImpersonationToken.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gitlab4j.api.models.JobStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gitlab4j.api.models.Note.NotableType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gitlab4j.api.models.PipelineStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gitlab4j.api.models.TreeItem.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gitlab4j.api.models.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gitlab4j.api.webhook.NoteEvent.NoteableType
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in org.gitlab4j.api.models
 
Version() - Constructor for class org.gitlab4j.api.models.Version
 
Visibility - Enum in org.gitlab4j.api.models
 

W

WebHookListener - Interface in org.gitlab4j.api.webhook
This class defines an event listener for the event fired when a WebHook notification has been received from a GitLab server.
WebHookManager - Class in org.gitlab4j.api.webhook
This class provides a handler for processing GitLab WebHook callouts.
WebHookManager() - Constructor for class org.gitlab4j.api.webhook.WebHookManager
Create a WebHookManager to handle GitLab webhook events.
WebHookManager(String) - Constructor for class org.gitlab4j.api.webhook.WebHookManager
Create a WebHookManager to handle GitLab webhook events which will be verified against the specified secretToken.
Wiki() - Constructor for class org.gitlab4j.api.webhook.WikiPageEvent.Wiki
 
WikiPageEvent - Class in org.gitlab4j.api.webhook
 
WikiPageEvent() - Constructor for class org.gitlab4j.api.webhook.WikiPageEvent
 
WikiPageEvent.ObjectAttributes - Class in org.gitlab4j.api.webhook
 
WikiPageEvent.Wiki - Class in org.gitlab4j.api.webhook
 
withApprovalsBeforeMerge(Integer) - Method in class org.gitlab4j.api.models.Project
 
withContainerRegistryEnabled(boolean) - Method in class org.gitlab4j.api.models.Project
 
withDefaultBranch(String) - Method in class org.gitlab4j.api.models.Project
 
withDescription(String) - Method in class org.gitlab4j.api.models.Project
 
withId(Integer) - Method in class org.gitlab4j.api.models.Project
 
withIssuesEnabled(boolean) - Method in class org.gitlab4j.api.models.Project
 
withJobsEnabled(boolean) - Method in class org.gitlab4j.api.models.Project
 
withLfsEnabled(Boolean) - Method in class org.gitlab4j.api.models.Project
 
withMergeRequestsEnabled(boolean) - Method in class org.gitlab4j.api.models.Project
 
withName(String) - Method in class org.gitlab4j.api.models.Project
 
withNamespace(Namespace) - Method in class org.gitlab4j.api.models.Project
 
withNamespaceId(int) - Method in class org.gitlab4j.api.models.Project
 
withOnlyAllowMergeIfAllDiscussionsAreResolved(Boolean) - Method in class org.gitlab4j.api.models.Project
 
withOnlyAllowMergeIfPipelineSucceeds(Boolean) - Method in class org.gitlab4j.api.models.Project
 
withParam(String, Object) - Method in class org.gitlab4j.api.GitLabApiForm
Fluent method for adding query and form parameters to a get() or post() call.
withParam(String, Object, boolean) - Method in class org.gitlab4j.api.GitLabApiForm
Fluent method for adding query and form parameters to a get() or post() call.
withPath(String) - Method in class org.gitlab4j.api.models.Project
 
withPublic(Boolean) - Method in class org.gitlab4j.api.models.Project
 
withPublicJobs(boolean) - Method in class org.gitlab4j.api.models.Project
 
withRepositoryStorage(String) - Method in class org.gitlab4j.api.models.Project
 
withRequestAccessEnabled(boolean) - Method in class org.gitlab4j.api.models.Project
 
withSharedRunnersEnabled(boolean) - Method in class org.gitlab4j.api.models.Project
 
withSnippetsEnabled(boolean) - Method in class org.gitlab4j.api.models.Project
 
withVisibility(Visibility) - Method in class org.gitlab4j.api.models.Project
 
withVisibilityLevel(Integer) - Method in class org.gitlab4j.api.models.Project
 
withWikiEnabled(boolean) - Method in class org.gitlab4j.api.models.Project
 

X

X_GITLAB_EVENT - Static variable in class org.gitlab4j.api.webhook.BuildEvent
 
X_GITLAB_EVENT - Static variable in class org.gitlab4j.api.webhook.IssueEvent
 
X_GITLAB_EVENT - Static variable in class org.gitlab4j.api.webhook.MergeRequestEvent
 
X_GITLAB_EVENT - Static variable in class org.gitlab4j.api.webhook.NoteEvent
 
X_GITLAB_EVENT - Static variable in class org.gitlab4j.api.webhook.PipelineEvent
 
X_GITLAB_EVENT - Static variable in class org.gitlab4j.api.webhook.PushEvent
 
X_GITLAB_EVENT - Static variable in class org.gitlab4j.api.webhook.TagPushEvent
 
X_GITLAB_EVENT - Static variable in class org.gitlab4j.api.webhook.WikiPageEvent
 
X_GITLAB_TOKEN_HEADER - Static variable in class org.gitlab4j.api.GitLabApiClient
 
A B C D E F G H I J K L M N O P R S T U V W X 
Skip navigation links

Copyright © 2017. All rights reserved.