crusade-tracker/system/caches/pluginsDslCache/doc/jetbrains.build-server.configs.kotlin.v10.project-features/-tfs-issue-tracker/index.html

104 lines
5.3 KiB
HTML
Raw Permalink Normal View History

2021-01-18 20:27:50 +00:00
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>TfsIssueTracker - </title>
<link rel="stylesheet" href="../../style.css">
</HEAD>
<BODY>
<a href="../index.html">jetbrains.buildServer.configs.kotlin.v10.projectFeatures</a>&nbsp;/&nbsp;<a href="./index.html">TfsIssueTracker</a><br/>
<br/>
<h1>TfsIssueTracker</h1>
<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">TfsIssueTracker</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../../jetbrains.build-server.configs.kotlin.v10/-project-feature/index.html"><span class="identifier">ProjectFeature</span></a></code>
<p>Project feature enabling integration with <a href="https://www.jetbrains.com/help/teamcity/?Team+Foundation+Work+Items">Team Foundation Work Items</a> as an issue tracker</p>
<p><strong>See Also</strong><br/>
<p><a href="../tfs-issue-tracker.html">tfsIssueTracker</a></p>
</p>
<h3>Constructors</h3>
<table>
<tbody>
<tr>
<td>
<p><a href="-init-.html">&lt;init&gt;</a></p>
</td>
<td>
<code><span class="identifier">TfsIssueTracker</span><span class="symbol">(</span><span class="identifier" id="jetbrains.buildServer.configs.kotlin.v10.projectFeatures.TfsIssueTracker$<init>(kotlin.Function1((jetbrains.buildServer.configs.kotlin.v10.projectFeatures.TfsIssueTracker, kotlin.Unit)), jetbrains.buildServer.configs.kotlin.v10.projectFeatures.TfsIssueTracker)/init">init</span><span class="symbol">:</span>&nbsp;<a href="./index.html"><span class="identifier">TfsIssueTracker</span></a><span class="symbol">.</span><span class="symbol">(</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a>&nbsp;<span class="symbol">=</span>&nbsp;{}<span class="symbol">, </span><span class="identifier" id="jetbrains.buildServer.configs.kotlin.v10.projectFeatures.TfsIssueTracker$<init>(kotlin.Function1((jetbrains.buildServer.configs.kotlin.v10.projectFeatures.TfsIssueTracker, kotlin.Unit)), jetbrains.buildServer.configs.kotlin.v10.projectFeatures.TfsIssueTracker)/base">base</span><span class="symbol">:</span>&nbsp;<a href="./index.html"><span class="identifier">TfsIssueTracker</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">)</span></code></td>
</tr>
</tbody>
</table>
<h3>Properties</h3>
<table>
<tbody>
<tr>
<td>
<p><a href="display-name.html">displayName</a></p>
</td>
<td>
<code><span class="keyword">var </span><span class="identifier">displayName</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
<p>Issue tracker integration display name</p>
</td>
</tr>
<tr>
<td>
<p><a href="host.html">host</a></p>
</td>
<td>
<code><span class="keyword">var </span><span class="identifier">host</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
<p>URL format:</p>
</td>
</tr>
<tr>
<td>
<p><a href="password.html">password</a></p>
</td>
<td>
<code><span class="keyword">var </span><span class="identifier">password</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
<p>A password for TFS connection</p>
</td>
</tr>
<tr>
<td>
<p><a href="pattern.html">pattern</a></p>
</td>
<td>
<code><span class="keyword">var </span><span class="identifier">pattern</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
<p>A <a href="http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html">java regular expression</a> to find the work item id
in a commit message</p>
</td>
</tr>
<tr>
<td>
<p><a href="user-name.html">userName</a></p>
</td>
<td>
<code><span class="keyword">var </span><span class="identifier">userName</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
<p>A username for TFS connection</p>
</td>
</tr>
</tbody>
</table>
<h3>Inherited Properties</h3>
<table>
<tbody>
<tr>
<td>
<p><a href="../../jetbrains.build-server.configs.kotlin.v10/-project-feature/id.html">id</a></p>
</td>
<td>
<code><span class="keyword">var </span><span class="identifier">id</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
<p>Project feature id, if not specified will be generated</p>
</td>
</tr>
<tr>
<td>
<p><a href="../../jetbrains.build-server.configs.kotlin.v10/-project-feature/type.html">type</a></p>
</td>
<td>
<code><span class="keyword">var </span><span class="identifier">type</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code>
<p>Project feature type</p>
</td>
</tr>
</tbody>
</table>
</BODY>
</HTML>