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


fun BuildSteps.copyTo(target: BuildSteps): BuildSteps

Copies the receiver build steps to the specified target

Return

the specified target

Parameters

target

target to copy steps to


fun Cleanup.copyTo(target: Cleanup): Cleanup

Copies the receiver cleanup to the specified target

Return

the specified target

Parameters

target

cleanup to copy to


fun FailureConditions.copyTo(target: FailureConditions): FailureConditions

Copies the receiver failure conditions to the specified target

Return

the specified target

Parameters

target

target to copy to


fun VcsSettings.copyTo(target: VcsSettings): VcsSettings

Copies the receiver vcs settings to the specified target

Return

the specified target

Parameters

target

target to copy to


fun Triggers.copyTo(target: Triggers): Triggers

Copies the receiver triggers to the specified target

Return

the specified target

Parameters

target

target to copy to


fun Requirements.copyTo(target: Requirements): Requirements

Copies the receiver requirements to the specified target

Return

the specified target

Parameters

target

target to copy to


fun Dependencies.copyTo(target: Dependencies): Dependencies

Copies the receiver dependencies to the specified target

Return

the specified target

Parameters

target

target to copy to


fun BuildFeatures.copyTo(target: BuildFeatures): BuildFeatures

Copies the receiver build features to the specified target

Return

the specified target

Parameters

target

target to copy to


fun ProjectFeatures.copyTo(target: ProjectFeatures): ProjectFeatures

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