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.OptionCopyOptions.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 voidCopyOptions. addOption(CopyOptions.Option option)Adds a copy option.booleanCopyOptions. isOptionSet(CopyOptions.Option option)Determines whether the specified options is added.booleanProjectCopyParameters. isOptionSet(CopyOptions.Option option)voidCopyOptions. removeOption(CopyOptions.Option option)Removes a copy option.
-