open class BugzillaIssueTracker : ProjectFeature
Project feature enabling integration with Bugzilla issue tracker
See Also
BugzillaIssueTracker(init: BugzillaIssueTracker.() -> Unit = {}, base: BugzillaIssueTracker? = null) |
var displayName: String?
Issue tracker integration display name |
|
var host: String?
Bugzilla server URL |
|
var issueIdPattern: String?
A java regular expression to find the Bugzilla issue ID in a commit message |
|
var password: String?
A password for Bugzilla connection |
|
var userName: String?
A username for Bugzilla connection |
var id: String?
Project feature id, if not specified will be generated |
|
var type: String
Project feature type |