Uses of Class
org.gitlab4j.api.AbstractApi

Packages that use AbstractApi
Package
Description
 
  • Uses of AbstractApi in org.gitlab4j.api

    Subclasses of AbstractApi in org.gitlab4j.api
    Modifier and Type
    Class
    Description
    class 
    This class implements the client side API for the GitLab Applications API.
    class 
    This class implements the client side API for the GitLab Application Settings API.
    class 
    This class implements the client side API for the GitLab Instance Audit Event API.
    class 
    This class implements the client side API for the GitLab Award Emoji API calls.
    class 
    This class implements the client side API for the GitLab Issue Boards API calls.
    class 
    This class implements the client side API for the GitLab commits calls.
    class 
    This class implements the client side API for the GitLab Container Registry API.
    class 
    This class implements the client side API for the GitLab Deploy Keys API calls.
    class 
    This class implements the client side API for the GitLab Deployments API calls.
    class 
    This class implements the client side API for the GitLab Deploy Tokens API calls.
    class 
    This class implements the client side API for the GitLab Discussions API.
    class 
    This class provides an entry point to all the GitLab API Environments API calls.
    class 
    This class implements the client side API for the GitLab Epics and Epic Issues API calls.
    class 
    This class implements the client side API for the GitLab events calls.
    class 
    This class implements the client side API for the GitLab external status checks.
    class 
    This class implements the client side API for the GitLab groups calls.
    class 
     
    class 
    This class provides an entry point to all the GitLab API project import/export calls.
    class 
    This class provides an entry point to all the GitLab API Issue calls.
    class 
    This class provides an entry point to all the GitLab API job calls.
    class 
    See: https://docs.gitlab.com/ee/api/keys.html#get-user-by-fingerprint-of-ssh-key
    class 
    This class provides an entry point to all the GitLab API project and group label calls.
    class 
    This class provides an entry point to all the GitLab API license calls.
    class 
    This class provides an entry point to all the GitLab API licenses calls.
    class 
    This class provides an entry point to all the GitLab API markdown calls.
    class 
    This class implements the client side API for the GitLab merge request calls.
    class 
    This class implements the client side API for the GitLab milestones calls.
    class 
    This class implements the client side API for the GitLab namespace calls.
    class 
     
    class 
     
    class 
    This class implements the client side API for the GitLab Packages API.
    class 
    This class provides an entry point to all the GitLab API pipeline related calls.
    class 
    This class provides an entry point to all the GitLab API project calls.
    class 
    This class provides an entry point to all the Protected Branches API calls.
    class 
    This class provides an entry point to all the GitLab ReleaseLinks API calls.
    class 
    This class provides an entry point to all the GitLab Releases API calls.
    class 
    This class provides an entry point to all the GitLab API repository calls.
    class 
    This class provides an entry point to all the GitLab API repository files calls.
    class 
    This class provides an entry point to all the GitLab API repository submodules calls.
    class 
    This class provides an entry point to all the GitLab Resource label events API
    class 
    This class provides an entry point to all the GitLab Resource state events API
    class 
    This class provides an entry point to all the GitLab API repository files calls.
    class 
    This class provides an entry point to all the GitLab API Search API calls.
    class 
    Access for the services API.
    class 
    This class provides an entry point to all the GitLab Snippets API project calls.
    class 
    This class implements the client side API for the GitLab System Hooks Keys API calls.
    class 
    This class provides an entry point to all the GitLab Tags and Protected Tags API calls.
    class 
    This class implements the client side API for the GitLab Todos API.
    class 
    This class provides an entry point to all the GitLab API users calls.
    class 
    This class implements the client side API for the GitLab Wikis API.
    Constructors in org.gitlab4j.api with parameters of type AbstractApi
    Modifier
    Constructor
    Description
     
    Pager(AbstractApi api, Class<T> type, int itemsPerPage, javax.ws.rs.core.MultivaluedMap<String,String> queryParams, Object... pathArgs)
    Creates a Pager instance to access the API through the specified path and query parameters.