Package jetbrains.buildServer.serverSide
Interface Deprecation
-
public interface Deprecation
Represents deprecation information about some plugin (runner, VCS plugin, etc)- Since:
- 2020.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDeprecationReason()
String
getDeprecationReference()
DeprecationType
getDeprecationType()
-
-
-
Method Detail
-
getDeprecationType
@NotNull DeprecationType getDeprecationType()
- Returns:
- deprecation type,
DeprecationType
-
getDeprecationReason
@NotNull String getDeprecationReason()
- Returns:
- human friendly description of the reason of deprecation
-
getDeprecationReference
@NotNull String getDeprecationReference()
-
-