Uses of Class
org.gitlab4j.api.models.Session
-
Packages that use Session Package Description org.gitlab4j.api -
-
Uses of Session in org.gitlab4j.api
Methods in org.gitlab4j.api that return Session Modifier and Type Method Description Session
GitLabApi. getSession()
Deprecated.This method will be removed in Release 4.9.0Session
SessionApi. login(String username, String email, String password)
Login to get private token.Constructors in org.gitlab4j.api with parameters of type Session Constructor Description GitLabApi(String hostUrl, Session session)
Constructs a GitLabApi instance set up to interact with the GitLab server using GitLab API version 4.GitLabApi(GitLabApi.ApiVersion apiVersion, String hostUrl, Session session)
Constructs a GitLabApi instance set up to interact with the GitLab server using the specified GitLab API version.
-