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 DeprecationTypeAddBuildStepRestController.Deprecation. typeMethods in jetbrains.buildServer.controllers.admin.projects that return DeprecationType Modifier and Type Method Description DeprecationTypeRunTypeData. getDeprecationType() -
Uses of DeprecationType in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return DeprecationType Modifier and Type Method Description DeprecationTypeDeprecation. getDeprecationType()static DeprecationTypeDeprecationType. 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.
-