Uses of Class
jetbrains.buildServer.serverSide.DeprecationType
-
Packages that use DeprecationType Package Description jetbrains.buildServer.controllers.admin.projects jetbrains.buildServer.serverSide -
-
Uses of DeprecationType in jetbrains.buildServer.controllers.admin.projects
Fields in jetbrains.buildServer.controllers.admin.projects declared as DeprecationType Modifier and Type Field Description DeprecationType
AddBuildStepRestController.Deprecation. type
Methods in jetbrains.buildServer.controllers.admin.projects that return DeprecationType Modifier and Type Method Description DeprecationType
RunTypeData. getDeprecationType()
-
Uses of DeprecationType in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return DeprecationType Modifier and Type Method Description DeprecationType
Deprecation. getDeprecationType()
static DeprecationType
DeprecationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DeprecationType[]
DeprecationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-