GitLab

data class GitLab(var project: String, var group: String = "") : TicketSystem

Represents a GitLab project as the ticket system.

Parameters

project

The name of the GitLab project (e.g., "winds").

group

The group or organization containing the project (optional).

Constructors

Link copied to clipboard
constructor(project: String, group: String = "")

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val system: String

The name of the ticket system.

Link copied to clipboard
open override val url: String

The URL of the ticket system for this publication.

Functions

Link copied to clipboard