Uses of Interface
jetbrains.buildServer.serverSide.FilteredBranch
-
Packages that use FilteredBranch Package Description jetbrains.buildServer.serverSide jetbrains.buildServer.serverSide.impl -
-
Uses of FilteredBranch in jetbrains.buildServer.serverSide
Subinterfaces of FilteredBranch in jetbrains.buildServer.serverSide Modifier and Type Interface Description interfaceBranchExRepresents a branch with associated data in a build type.Methods in jetbrains.buildServer.serverSide that return FilteredBranch Modifier and Type Method Description FilteredBranchFilteredBranch. withPrecalcContext(BranchFilterContext context)Sets context for the branch -
Uses of FilteredBranch in jetbrains.buildServer.serverSide.impl
Classes in jetbrains.buildServer.serverSide.impl that implement FilteredBranch Modifier and Type Class Description classAbstractBuildTypeBranchclassBaseFilteredBranchMethods in jetbrains.buildServer.serverSide.impl that return FilteredBranch Modifier and Type Method Description static FilteredBranchBaseFilteredBranch. fromBranchEx(BranchEx branch, BranchFilterContext context)FilteredBranchBaseFilteredBranch. withPrecalcContext(BranchFilterContext context)If the branch is supposed to be stored somewhere, it is better to use temporary branch withBaseFilteredBranch.fromBranchEx(BranchEx, BranchFilterContext), in order to allow the context to be collected by garbage collector
-