Uses of Class
jetbrains.buildServer.serverSide.versioning.ConvertStepKind
-
Packages that use ConvertStepKind Package Description jetbrains.buildServer.serverSide.versioning -
-
Uses of ConvertStepKind in jetbrains.buildServer.serverSide.versioning
Methods in jetbrains.buildServer.serverSide.versioning that return ConvertStepKind Modifier and Type Method Description ConvertStepKind
ConvertStepDef. getKind()
static ConvertStepKind
ConvertStepKind. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConvertStepKind[]
ConvertStepKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jetbrains.buildServer.serverSide.versioning with parameters of type ConvertStepKind Constructor Description ConvertStepDef(ConvertStepKind kind, String fileName)
-