Bugzilla

data class Bugzilla(var product: String, var component: String = "", var serverUrl: String) : TicketSystem

Represents a Bugzilla product as the ticket system.

Parameters

product

The name of the Bugzilla product (e.g., "Winds").

component

The component within the product (optional).

serverUrl

The URL of the Bugzilla server.

Constructors

Link copied to clipboard
constructor(product: String, component: String = "", serverUrl: String)

Properties

Link copied to clipboard
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