copyTo

fun <T : VcsRoot> T.copyTo(target: T): T

Copies the receiver VCS root to the specified target VCS root

Return

the specified target

Parameters

target

VCS root to copy to


fun <T : BuildFeature> T.copyTo(target: T): T

Copies the receiver build feature to the specified target build feature

Return

the specified target

Parameters

target

build feature to copy to


fun <T : BuildStep> T.copyTo(target: T): T

Copies the receiver build step to the specified target build step

Return

the specified target

Parameters

target

build step to copy to


fun <T : ProjectFeature> T.copyTo(target: T): T

Copies the receiver project feature to the specified target feature

Return

the specified target

Parameters

target

project feature to copy to


fun <T : Trigger> T.copyTo(target: T): T

Copies the receiver trigger to the specified target trigger

Return

the specified target

Parameters

target

trigger to copy to


Copies the receiver build steps to the specified target

Return

the specified target

Parameters

target

target to copy steps to


Copies the receiver cleanup to the specified target

Return

the specified target

Parameters

target

cleanup to copy to


Copies the receiver failure conditions to the specified target

Return

the specified target

Parameters

target

target to copy to


Copies the receiver vcs settings to the specified target

Return

the specified target

Parameters

target

target to copy to


Copies the receiver triggers to the specified target

Return

the specified target

Parameters

target

target to copy to


Copies the receiver requirements to the specified target

Return

the specified target

Parameters

target

target to copy to


Copies the receiver dependencies to the specified target

Return

the specified target

Parameters

target

target to copy to


Copies the receiver build features to the specified target

Return

the specified target

Parameters

target

target to copy to


Copies the receiver project features to the specified target

Return

the specified target

Parameters

target

target to copy to


fun <T : BuildType> T.copyTo(target: T): T

Copies the receiver buildType to the specified target

Return

the specified target

Parameters

target

target to copy to


fun <T : Template> T.copyTo(target: T): T

Copies the receiver template to the specified target

Return

the specified target

Parameters

target

target to copy to


fun <T : Project> T.copyTo(target: T): T

Copies the receiver project to the specified target

Return

the specified target

Parameters

target

target to copy to