25 lines
1.3 KiB
HTML
25 lines
1.3 KiB
HTML
|
<HTML>
|
||
|
<HEAD>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>FailureConditions.executionTimeoutMin - </title>
|
||
|
<link rel="stylesheet" href="../../style.css">
|
||
|
</HEAD>
|
||
|
<BODY>
|
||
|
<a href="../index.html">jetbrains.buildServer.configs.kotlin.v2017_2</a> / <a href="index.html">FailureConditions</a> / <a href="./execution-timeout-min.html">executionTimeoutMin</a><br/>
|
||
|
<br/>
|
||
|
<h1>executionTimeoutMin</h1>
|
||
|
<a name="jetbrains.buildServer.configs.kotlin.v2017_2.FailureConditions$executionTimeoutMin"></a>
|
||
|
<code><span class="keyword">var </span><span class="identifier">executionTimeoutMin</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a></code>
|
||
|
<p>Allows to set max build execution time in minutes. If this threshold is exceeded, build fails.
|
||
|
Default value is 0 - means there is no limit in build execution time</p>
|
||
|
<p><strong>Getter</strong><br/>
|
||
|
<p>Allows to set max build execution time in minutes. If this threshold is exceeded, build fails.
|
||
|
Default value is 0 - means there is no limit in build execution time</p>
|
||
|
</p>
|
||
|
<p><strong>Setter</strong><br/>
|
||
|
<p>Allows to set max build execution time in minutes. If this threshold is exceeded, build fails.
|
||
|
Default value is 0 - means there is no limit in build execution time</p>
|
||
|
</p>
|
||
|
</BODY>
|
||
|
</HTML>
|