Uses of Class
jetbrains.buildServer.buildTriggers.vcs.BranchStateCalculator.BranchState
-
Packages that use BranchStateCalculator.BranchState Package Description jetbrains.buildServer.buildTriggers.vcs -
-
Uses of BranchStateCalculator.BranchState in jetbrains.buildServer.buildTriggers.vcs
Methods in jetbrains.buildServer.buildTriggers.vcs that return BranchStateCalculator.BranchState Modifier and Type Method Description BranchStateCalculator.BranchState
BranchStateCalculator. getBranchState(Map<VcsRootInstance,List<BranchSpec>> currentBranchSpecs, List<SVcsModification> pendingChangesInBranch, Logger logger)
static BranchStateCalculator.BranchState
BranchStateCalculator.BranchState. valueOf(String name)
Returns the enum constant of this type with the specified name.static BranchStateCalculator.BranchState[]
BranchStateCalculator.BranchState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-