Redmine

data class Redmine(var projectId: String, var baseUrl: String) : TicketSystem

Represents a Redmine project as the ticket system.

Parameters

projectId

The ID or alias of the Redmine project.

baseUrl

The base URL of the Redmine server.

Constructors

Link copied to clipboard
constructor(projectId: String, baseUrl: 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