Uses of Interface
jetbrains.buildServer.serverSide.Deprecation
-
Packages that use Deprecation Package Description jetbrains.buildServer.controllers.admin.projects jetbrains.buildServer.serverSide jetbrains.buildServer.serverSide.impl.runType -
-
Uses of Deprecation in jetbrains.buildServer.controllers.admin.projects
Constructors in jetbrains.buildServer.controllers.admin.projects with parameters of type Deprecation Constructor Description RunTypeData(String runTypeInfoKey, RunTypeWithExtensions runType, String customDisplayName, Map<String,String> defaultProperties, Deprecation deprecation)
Constructor -
Uses of Deprecation in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return Deprecation Modifier and Type Method Description Deprecation
DeprecatedRunTypes. getDeprecationReason(RunType runType)
Returns not null Deprecation if given run type is deprecated or null otherwise -
Uses of Deprecation in jetbrains.buildServer.serverSide.impl.runType
Methods in jetbrains.buildServer.serverSide.impl.runType that return Deprecation Modifier and Type Method Description Deprecation
DeprecatedRunTypesImpl. getDeprecationReason(RunType runType)
-