Class KeepArtifactPatternsConverter
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings.KeepArtifactPatternsConverter
-
public final class KeepArtifactPatternsConverter extends Object
Convertor for old "clean" artifact patterns to new "keep" artifact patterns.- Since:
- 2019.1
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
clearKeepToCleanPatternsCache()
static String
fromCleanPatterns(String cleanArtifactPatterns)
static String
getCleanPatterns(String keepPatterns)
-