GitLabIntegrationInput

The configuration for creating a GitLab integration.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The GitLab access token used to authenticate. This can be a personal access token or a group access token.

Link copied to clipboard

The identifier of the GitLab group. Required when tokenType is group and ignored for personal tokens.

Link copied to clipboard

The HTTPS URL of a self-managed GitLab instance. Omit this value for GitLab SaaS (gitlab.com).

Link copied to clipboard

The type of GitLab access token provided in accessToken.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String