Uses of Class
jetbrains.buildServer.serverSide.CopyOptions.Option
-
Packages that use CopyOptions.Option Package Description jetbrains.buildServer.serverSide -
-
Uses of CopyOptions.Option in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return CopyOptions.Option Modifier and Type Method Description static CopyOptions.Option
CopyOptions.Option. valueOf(String name)
Returns the enum constant of this type with the specified name.static CopyOptions.Option[]
CopyOptions.Option. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.serverSide with parameters of type CopyOptions.Option Modifier and Type Method Description void
CopyOptions. addOption(CopyOptions.Option option)
Adds a copy option.boolean
CopyOptions. isOptionSet(CopyOptions.Option option)
Determines whether the specified options is added.boolean
ProjectCopyParameters. isOptionSet(CopyOptions.Option option)
void
CopyOptions. removeOption(CopyOptions.Option option)
Removes a copy option.
-