fun <T : VcsRoot> T.copyTo(target: T): T
Copies the receiver VCS root to the specified target VCS root
Return
the specified target
fun BuildSteps.copyTo(target: BuildSteps): BuildSteps
Copies the receiver build steps to the specified target
target
- target to copy steps to
Return
the specified target
fun Cleanup.copyTo(target: Cleanup): Cleanup
Copies the receiver cleanup to the specified target
Return
the specified target
fun FailureConditions.copyTo(target: FailureConditions): FailureConditions
Copies the receiver failure conditions to the specified target
Return
the specified target
fun VcsSettings.copyTo(target: VcsSettings): VcsSettings
Copies the receiver vcs settings to the specified target
Return
the specified target
fun Triggers.copyTo(target: Triggers): Triggers
Copies the receiver triggers to the specified target
Return
the specified target
fun Requirements.copyTo(target: Requirements): Requirements
Copies the receiver requirements to the specified target
Return
the specified target
fun Dependencies.copyTo(target: Dependencies): Dependencies
Copies the receiver dependencies to the specified target
Return
the specified target
fun BuildFeatures.copyTo(target: BuildFeatures): BuildFeatures
Copies the receiver build features to the specified target
Return
the specified target
fun ProjectFeatures.copyTo(target: ProjectFeatures): ProjectFeatures
Copies the receiver project features to the specified target
Return
the specified target