crusade-tracker/system/caches/pluginsDslCache/doc/jetbrains.build-server.configs.kotlin.v10.build-steps/-ant-build-step/-test-policy/index.html

64 lines
1.4 KiB
HTML
Raw Normal View History

2021-01-18 20:27:50 +00:00
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>AntBuildStep.TestPolicy - </title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">jetbrains.buildServer.configs.kotlin.v10.buildSteps</a>&nbsp;/&nbsp;<a href="../index.html">AntBuildStep</a>&nbsp;/&nbsp;<a href="./index.html">TestPolicy</a><br/>
<br/>
<h1>TestPolicy</h1>
<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">TestPolicy</span></code>
<p>Tests reordering policy</p>
<h3>Enum Values</h3>
<table>
<tbody>
<tr>
<td>
<p><a href="-d-i-s-a-b-l-e-d.html">DISABLED</a></p>
</td>
<td>
<p>Do not reorder tests</p>
</td>
</tr>
<tr>
<td>
<p><a href="-r-e-c-e-n-t-l-y_-f-a-i-l-e-d.html">RECENTLY_FAILED</a></p>
</td>
<td>
<p>Run recently failed tests first</p>
</td>
</tr>
<tr>
<td>
<p><a href="-r-e-c-e-n-t-l-y_-f-a-i-l-e-d_-a-n-d_-m-o-d-i-f-i-e-d.html">RECENTLY_FAILED_AND_MODIFIED</a></p>
</td>
<td>
<p>Run recently failed, new, and modified tests first</p>
</td>
</tr>
<tr>
<td>
<p><a href="-m-o-d-i-f-i-e-d.html">MODIFIED</a></p>
</td>
<td>
<p>Run new and modified tests first</p>
</td>
</tr>
</tbody>
</table>
<h3>Companion Object Properties</h3>
<table>
<tbody>
<tr>
<td>
<p><a href="mapping.html">mapping</a></p>
</td>
<td>
<code><span class="keyword">val </span><span class="identifier">mapping</span><span class="symbol">: </span><span class="identifier">&lt;ERROR CLASS&gt;</span></code></td>
</tr>
</tbody>
</table>
</BODY>
</HTML>