Uses of Class
jetbrains.buildServer.vcs.patches.PatcherConstants
-
Packages that use PatcherConstants Package Description jetbrains.buildServer.vcs.patches -
-
Uses of PatcherConstants in jetbrains.buildServer.vcs.patches
Methods in jetbrains.buildServer.vcs.patches that return PatcherConstants Modifier and Type Method Description static PatcherConstants
PatcherConstants. fromByte(byte b)
static PatcherConstants
PatcherConstants. valueOf(String name)
Returns the enum constant of this type with the specified name.static PatcherConstants[]
PatcherConstants. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-