Uses of Class
jetbrains.buildServer.vcs.FullCheckoutReason
-
Packages that use FullCheckoutReason Package Description jetbrains.buildServer.serverSide.vcs jetbrains.buildServer.vcs -
-
Uses of FullCheckoutReason in jetbrains.buildServer.serverSide.vcs
Methods in jetbrains.buildServer.serverSide.vcs that return FullCheckoutReason Modifier and Type Method Description FullCheckoutReasonFullCheckoutFlag. getReason()Methods in jetbrains.buildServer.serverSide.vcs that return types with arguments of type FullCheckoutReason Modifier and Type Method Description Collection<FullCheckoutReason>FullCheckoutFlag. getAllReasons()Methods in jetbrains.buildServer.serverSide.vcs with parameters of type FullCheckoutReason Modifier and Type Method Description voidFullCheckoutFlag. removeReason(FullCheckoutReason reason)voidFullCheckoutFlag. weHaveToDoFullCheckoutBecause(FullCheckoutReason reason)Method parameters in jetbrains.buildServer.serverSide.vcs with type arguments of type FullCheckoutReason Modifier and Type Method Description voidFullCheckoutFlag. weHaveToDoFullCheckoutBecause(Collection<FullCheckoutReason> reasons) -
Uses of FullCheckoutReason in jetbrains.buildServer.vcs
Methods in jetbrains.buildServer.vcs that return FullCheckoutReason Modifier and Type Method Description static FullCheckoutReasonFullCheckoutReason. valueOf(String name)Returns the enum constant of this type with the specified name.static FullCheckoutReason[]FullCheckoutReason. values()Returns an array containing the constants of this enum type, in the order they are declared.
-