Uses of Class
jetbrains.buildServer.serverSide.BranchesPolicy
-
Packages that use BranchesPolicy Package Description jetbrains jetbrains.buildServer.serverSide jetbrains.buildServer.serverSide.impl -
-
Uses of BranchesPolicy in jetbrains
Methods in jetbrains with parameters of type BranchesPolicy Modifier and Type Method Description List<BranchEx>
MockBuildType. getBranches(BranchesPolicy policy, Boolean includeBranchesFromDependencies)
List<BranchEx>
MockBuildType. getBranches(BranchesPolicy policy, Boolean includeBranchesFromDependencies, boolean computeTimestamps)
-
Uses of BranchesPolicy in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return BranchesPolicy Modifier and Type Method Description BranchesPolicy
BranchCalculationOptions. getBranchesPolicy()
static BranchesPolicy
BranchesPolicy. valueOf(String name)
Returns the enum constant of this type with the specified name.static BranchesPolicy[]
BranchesPolicy. 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 BranchesPolicy Modifier and Type Method Description List<BranchEx>
BuildTypeEx. getBranches(BranchesPolicy policy, Boolean includeBranchesFromDependencies)
List<BranchEx>
BuildTypeEx. getBranches(BranchesPolicy policy, Boolean includeBranchesFromDependencies, boolean computeTimestamps)
BranchCalculationOptions
BranchCalculationOptions. setBranchesPolicy(BranchesPolicy branchesPolicy)
-
Uses of BranchesPolicy in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl with parameters of type BranchesPolicy Modifier and Type Method Description List<BranchEx>
BuildTypeImpl. getBranches(BranchesPolicy policy, Boolean includeBranchesFromDependencies)
List<BranchEx>
BuildTypeImpl. getBranches(BranchesPolicy policy, Boolean includeBranchesFromDependencies, boolean computeTimestamps)
List<BranchEx>
DummyBuildType. getBranches(BranchesPolicy policy, Boolean includeBranchesFromDependencies)
List<BranchEx>
DummyBuildType. getBranches(BranchesPolicy policy, Boolean includeBranchesFromDependencies, boolean computeTimestamps)
List<BranchEx>
EditableBuildTypeCopy. getBranches(BranchesPolicy policy, Boolean includeBranchesFromDependencies)
List<BranchEx>
EditableBuildTypeCopy. getBranches(BranchesPolicy policy, Boolean includeBranchesFromDependencies, boolean computeTimestamps)
List<BranchEx>
RemoteBuildTypeImpl. getBranches(BranchesPolicy policy, Boolean includeBranchesFromDependencies)
List<BranchEx>
RemoteBuildTypeImpl. getBranches(BranchesPolicy policy, Boolean includeBranchesFromDependencies, boolean computeTimestamps)
-