crusade-tracker/system/caches/pluginsDslCache/doc/jetbrains.build-server.configs.kotlin.v2018_1/copy.html

92 lines
9.7 KiB
HTML
Raw Normal View History

2021-01-18 20:27:50 +00:00
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>copy - </title>
<link rel="stylesheet" href="../style.css">
</HEAD>
<BODY>
<a href="index.html">jetbrains.buildServer.configs.kotlin.v2018_1</a>&nbsp;/&nbsp;<a href="./copy.html">copy</a><br/>
<br/>
<h1>copy</h1>
<a name="jetbrains.buildServer.configs.kotlin.v2018_1$copy(jetbrains.buildServer.configs.kotlin.v2018_1.copy.T)"></a>
<code><span class="keyword">inline</span> <span class="keyword">fun </span><span class="symbol">&lt;</span><span class="keyword">reified</span>&nbsp;<span class="identifier">T</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="-vcs-root/index.html"><span class="identifier">VcsRoot</span></a><span class="symbol">&gt;</span> <a href="copy.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="identifier">copy</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="copy.html#T"><span class="identifier">T</span></a></code>
<p>Copies the receiver VCS root.</p>
<p><strong>Return</strong><br/>
copy of the receiver VCS root</p>
<p><strong>See Also</strong><br/>
<p><a href="-vcs-root/create.html">VcsRoot.create</a></p>
</p>
<a name="jetbrains.buildServer.configs.kotlin.v2018_1$copy(jetbrains.buildServer.configs.kotlin.v2018_1.copy.T, kotlin.Function1((jetbrains.buildServer.configs.kotlin.v2018_1.copy.T, kotlin.Unit)))"></a>
<code><span class="keyword">inline</span> <span class="keyword">fun </span><span class="symbol">&lt;</span><span class="keyword">reified</span>&nbsp;<span class="identifier">T</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="-vcs-root/index.html"><span class="identifier">VcsRoot</span></a><span class="symbol">&gt;</span> <a href="copy.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="identifier">copy</span><span class="symbol">(</span><span class="identifier" id="jetbrains.buildServer.configs.kotlin.v2018_1$copy(jetbrains.buildServer.configs.kotlin.v2018_1.copy.T, kotlin.Function1((jetbrains.buildServer.configs.kotlin.v2018_1.copy.T, kotlin.Unit)))/block">block</span><span class="symbol">:</span>&nbsp;<a href="copy.html#T"><span class="identifier">T</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><span class="symbol">)</span><span class="symbol">: </span><a href="copy.html#T"><span class="identifier">T</span></a></code>
<p>Copies the receiver VCS root and initialize it with the specified block.</p>
<h3>Parameters</h3>
<p><a name="block"></a>
<code>block</code> - block to apply to the VCS root copy</p>
<p><strong>Return</strong><br/>
copy of the receiver VCS root</p>
<p><strong>See Also</strong><br/>
<p><a href="-vcs-root/create.html">VcsRoot.create</a></p>
</p>
<a name="jetbrains.buildServer.configs.kotlin.v2018_1$copy(jetbrains.buildServer.configs.kotlin.v2018_1.ArtifactDependency)"></a>
<code><span class="keyword">fun </span><a href="-artifact-dependency/index.html"><span class="identifier">ArtifactDependency</span></a><span class="symbol">.</span><span class="identifier">copy</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="-artifact-dependency/index.html"><span class="identifier">ArtifactDependency</span></a></code>
<p>Copies the receiver artifact dependency</p>
<p><strong>Return</strong><br/>
created copy</p>
<a name="jetbrains.buildServer.configs.kotlin.v2018_1$copy(jetbrains.buildServer.configs.kotlin.v2018_1.SnapshotDependency)"></a>
<code><span class="keyword">fun </span><a href="-snapshot-dependency/index.html"><span class="identifier">SnapshotDependency</span></a><span class="symbol">.</span><span class="identifier">copy</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="-snapshot-dependency/index.html"><span class="identifier">SnapshotDependency</span></a></code>
<p>Copies the receiver snapshot dependency</p>
<p><strong>Return</strong><br/>
created copy</p>
<a name="jetbrains.buildServer.configs.kotlin.v2018_1$copy(jetbrains.buildServer.configs.kotlin.v2018_1.Dependency)"></a>
<code><span class="keyword">fun </span><a href="-dependency/index.html"><span class="identifier">Dependency</span></a><span class="symbol">.</span><span class="identifier">copy</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="-dependency/index.html"><span class="identifier">Dependency</span></a></code>
<p>Copies the receiver dependency</p>
<p><strong>Return</strong><br/>
created copy</p>
<a name="jetbrains.buildServer.configs.kotlin.v2018_1$copy(jetbrains.buildServer.configs.kotlin.v2018_1.BuildSteps)"></a>
<code><span class="keyword">fun </span><a href="-build-steps/index.html"><span class="identifier">BuildSteps</span></a><span class="symbol">.</span><span class="identifier">copy</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="-build-steps/index.html"><span class="identifier">BuildSteps</span></a></code>
<p>Copies the receiver build steps</p>
<p><strong>Return</strong><br/>
created copy</p>
<a name="jetbrains.buildServer.configs.kotlin.v2018_1$copy(jetbrains.buildServer.configs.kotlin.v2018_1.Cleanup)"></a>
<code><span class="keyword">fun </span><a href="-cleanup/index.html"><span class="identifier">Cleanup</span></a><span class="symbol">.</span><span class="identifier">copy</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="-cleanup/index.html"><span class="identifier">Cleanup</span></a></code>
<p>Copies the receiver cleanup</p>
<p><strong>Return</strong><br/>
created copy</p>
<a name="jetbrains.buildServer.configs.kotlin.v2018_1$copy(jetbrains.buildServer.configs.kotlin.v2018_1.FailureConditions)"></a>
<code><span class="keyword">fun </span><a href="-failure-conditions/index.html"><span class="identifier">FailureConditions</span></a><span class="symbol">.</span><span class="identifier">copy</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="-failure-conditions/index.html"><span class="identifier">FailureConditions</span></a></code>
<p>Copies the receiver failure conditions</p>
<p><strong>Return</strong><br/>
created copy</p>
<a name="jetbrains.buildServer.configs.kotlin.v2018_1$copy(jetbrains.buildServer.configs.kotlin.v2018_1.VcsSettings)"></a>
<code><span class="keyword">fun </span><a href="-vcs-settings/index.html"><span class="identifier">VcsSettings</span></a><span class="symbol">.</span><span class="identifier">copy</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="-vcs-settings/index.html"><span class="identifier">VcsSettings</span></a></code>
<p>Copies the receiver vcs settings</p>
<p><strong>Return</strong><br/>
created copy</p>
<a name="jetbrains.buildServer.configs.kotlin.v2018_1$copy(jetbrains.buildServer.configs.kotlin.v2018_1.Triggers)"></a>
<code><span class="keyword">fun </span><a href="-triggers/index.html"><span class="identifier">Triggers</span></a><span class="symbol">.</span><span class="identifier">copy</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="-triggers/index.html"><span class="identifier">Triggers</span></a></code>
<p>Copies the receiver triggers</p>
<p><strong>Return</strong><br/>
created copy</p>
<a name="jetbrains.buildServer.configs.kotlin.v2018_1$copy(jetbrains.buildServer.configs.kotlin.v2018_1.Requirements)"></a>
<code><span class="keyword">fun </span><a href="-requirements/index.html"><span class="identifier">Requirements</span></a><span class="symbol">.</span><span class="identifier">copy</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="-requirements/index.html"><span class="identifier">Requirements</span></a></code>
<p>Copies the receiver requirements</p>
<p><strong>Return</strong><br/>
created copy</p>
<a name="jetbrains.buildServer.configs.kotlin.v2018_1$copy(jetbrains.buildServer.configs.kotlin.v2018_1.Dependencies)"></a>
<code><span class="keyword">fun </span><a href="-dependencies/index.html"><span class="identifier">Dependencies</span></a><span class="symbol">.</span><span class="identifier">copy</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="-dependencies/index.html"><span class="identifier">Dependencies</span></a></code>
<p>Copies the receiver dependencies</p>
<p><strong>Return</strong><br/>
created copy</p>
<a name="jetbrains.buildServer.configs.kotlin.v2018_1$copy(jetbrains.buildServer.configs.kotlin.v2018_1.BuildFeatures)"></a>
<code><span class="keyword">fun </span><a href="-build-features/index.html"><span class="identifier">BuildFeatures</span></a><span class="symbol">.</span><span class="identifier">copy</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="-build-features/index.html"><span class="identifier">BuildFeatures</span></a></code>
<p>Copies the receiver build features</p>
<p><strong>Return</strong><br/>
created copy</p>
<a name="jetbrains.buildServer.configs.kotlin.v2018_1$copy(jetbrains.buildServer.configs.kotlin.v2018_1.ProjectFeatures)"></a>
<code><span class="keyword">fun </span><a href="-project-features/index.html"><span class="identifier">ProjectFeatures</span></a><span class="symbol">.</span><span class="identifier">copy</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="-project-features/index.html"><span class="identifier">ProjectFeatures</span></a></code>
<p>Copies the receiver project features</p>
<p><strong>Return</strong><br/>
created copy</p>
</BODY>
</HTML>