jetbrains.buildServer.configs.kotlin.v10.projectFeatures / BugzillaIssueTracker

BugzillaIssueTracker

open class BugzillaIssueTracker : ProjectFeature

Project feature enabling integration with Bugzilla issue tracker

See Also

bugzilla

Constructors

<init>

BugzillaIssueTracker(init: BugzillaIssueTracker.() -> Unit = {}, base: BugzillaIssueTracker? = null)

Properties

displayName

var displayName: String?

Issue tracker integration display name

host

var host: String?

Bugzilla server URL

issueIdPattern

var issueIdPattern: String?

A java regular expression to find the Bugzilla issue ID in a commit message

password

var password: String?

A password for Bugzilla connection

userName

var userName: String?

A username for Bugzilla connection

Inherited Properties

id

var id: String?

Project feature id, if not specified will be generated

type

var type: String

Project feature type