jetbrains.buildServer.configs.kotlin.v2017_2.projectFeatures / TfsIssueTracker

TfsIssueTracker

open class TfsIssueTracker : ProjectFeature

Project feature enabling integration with Team Foundation Work Items as an issue tracker

See Also

tfsIssueTracker

Constructors

<init>

TfsIssueTracker(init: TfsIssueTracker.() -> Unit)TfsIssueTracker()

Project feature enabling integration with Team Foundation Work Items as an issue tracker

Properties

displayName

var displayName: String?

Issue tracker integration display name

host

var host: String?

URL format:

password

var password: String?

A password for TFS connection

pattern

var pattern: String?

A java regular expression to find the work item id in a commit message

userName

var userName: String?

A username for TFS connection

Inherited Properties

id

var id: String?

Project feature id, if not specified will be generated

type

var type: String

Project feature type

Functions

validate

open fun validate(consumer: ErrorConsumer): Unit

Validates this object and reports found errors to the provided consumer

Inherited Functions

create

open fun create(): ProjectFeature

Creates an instance of this project feature via reflection using a no argument constructor, used during copying. Throws an error if this class doesn't have a default constructor. Subclasses can override it to create an instance without using a default constructor.

toString

open fun toString(): String