Class DeprecatedInfo
- java.lang.Object
-
- jetbrains.buildServer.configs.dsl.extensions.DeprecatedInfo
-
public class DeprecatedInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description DeprecatedInfo(String message, String replaceWith, boolean isStrict)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
String
getReplaceWith()
boolean
isStrict()
-