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 interface
BranchEx
Represents a branch with associated data in a build type.Methods in jetbrains.buildServer.serverSide that return FilteredBranch Modifier and Type Method Description FilteredBranch
FilteredBranch. 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 class
AbstractBuildTypeBranch
class
BaseFilteredBranch
Methods in jetbrains.buildServer.serverSide.impl that return FilteredBranch Modifier and Type Method Description static FilteredBranch
BaseFilteredBranch. fromBranchEx(BranchEx branch, BranchFilterContext context)
FilteredBranch
BaseFilteredBranch. 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
-