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 FullCheckoutReason
FullCheckoutFlag. 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 void
FullCheckoutFlag. removeReason(FullCheckoutReason reason)
void
FullCheckoutFlag. weHaveToDoFullCheckoutBecause(FullCheckoutReason reason)
Method parameters in jetbrains.buildServer.serverSide.vcs with type arguments of type FullCheckoutReason Modifier and Type Method Description void
FullCheckoutFlag. 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 FullCheckoutReason
FullCheckoutReason. 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.
-