TeamCity Kotlin DSL 2024.12.2
Toggle table of contents
JVM
Platform filter
JVM
Switch theme
Search in API
TeamCity Kotlin DSL 2024.12.2
TeamCity Kotlin DSL 2024.12.2
/
jetbrains.buildServer.configs.kotlin
/
Cleanup
/
KeepRule
/
PreserveArtifacts
Preserve
Artifacts
class
PreserveArtifacts
(
val
patterns
:
String
)
Holds the artifacts pattern to keep
Members
Constructors
Preserve
Artifacts
Link copied to clipboard
constructor
(
vararg
patterns
:
String
)
Properties
patterns
Link copied to clipboard
val
patterns
:
Array
<
out
String
>