TeamCity Kotlin DSL
TeamCity Kotlin DSL
/
jetbrains.buildServer.configs.kotlin
/
Cleanup
/
KeepRule
/
PreserveArtifacts
Preserve
Artifacts
class
PreserveArtifacts
(
val
patterns
:
String
)
Content copied to clipboard
Holds the artifacts pattern to keep
Constructors
Properties
Constructors
Preserve
Artifacts
Link copied to clipboard
fun
PreserveArtifacts
(
vararg
patterns
:
String
)
Content copied to clipboard
Properties
patterns
Link copied to clipboard
val
patterns
:
Array
<
out
String
>
Content copied to clipboard