Uses of Interface
jetbrains.buildServer.serverSide.BranchEx
-
-
Uses of BranchEx in jetbrains
Methods in jetbrains that return BranchEx Modifier and Type Method Description BranchEx
MockBuildType. getBranch(String name)
BranchEx
MockBuildType. getBranchByDisplayName(String branchDisplayName)
Methods in jetbrains that return types with arguments of type BranchEx Modifier and Type Method Description List<BranchEx>
MockBuildType. getActiveBranches()
List<BranchEx>
MockBuildType. getBranches(BranchCalculationOptions branchCalculationOptions)
List<BranchEx>
MockBuildType. getBranches(BranchesPolicy policy, Boolean includeBranchesFromDependencies)
List<BranchEx>
MockBuildType. getBranches(BranchesPolicy policy, Boolean includeBranchesFromDependencies, boolean computeTimestamps)
-
Uses of BranchEx in jetbrains.buildServer.buildTriggers.vcs
Methods in jetbrains.buildServer.buildTriggers.vcs that return types with arguments of type BranchEx Modifier and Type Method Description List<BranchEx>
BranchFilterTriggerHelper. getBranches(PolledTriggerContext context, Boolean includeBranchesFromDependencies, Logger contextLogger)
List<BranchEx>
BranchFilterTriggerHelper. getBranches(BuildTypeEx buildType, String rawFilter, Boolean includeBranchesFromDependencies, Logger contextLogger)
Methods in jetbrains.buildServer.buildTriggers.vcs with parameters of type BranchEx Modifier and Type Method Description void
ChangesCalculationTimestamp. persistNextScheduled(BuildTypeEx buildType, BranchEx branch, long nextChangesCalculationTimestampMs)
Constructors in jetbrains.buildServer.buildTriggers.vcs with parameters of type BranchEx Constructor Description BranchChangesCalculator(BranchEx branch, ChangesCalculationOptionsFactoryEx changesCalculationOptionsFactory, TimeService timeService)
-
Uses of BranchEx in jetbrains.buildServer.controllers
Methods in jetbrains.buildServer.controllers that return BranchEx Modifier and Type Method Description BranchEx
CurrentBranches. getBranch()
Methods in jetbrains.buildServer.controllers that return types with arguments of type BranchEx Modifier and Type Method Description Stream<BranchEx>
CurrentBranches.BranchesProvider. get(BuildTypeEx buildType, String branchGroupId)
static Set<BranchEx>
BranchUtil. nonDefaultBranches(Collection<BranchEx> branches)
Methods in jetbrains.buildServer.controllers with parameters of type BranchEx Modifier and Type Method Description BuildTypeBranchBean
BranchBeanFactory. createBranchBean(BranchEx branch, SBuildType buildType)
Creates branch bean from the branch.Method parameters in jetbrains.buildServer.controllers with type arguments of type BranchEx Modifier and Type Method Description static Set<BranchEx>
BranchUtil. nonDefaultBranches(Collection<BranchEx> branches)
Constructors in jetbrains.buildServer.controllers with parameters of type BranchEx Constructor Description CurrentBranches(BranchEx branch, SBuildType buildType, CurrentBranches.BranchesProvider lazyBranches)
-
Uses of BranchEx in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return BranchEx Modifier and Type Method Description BranchEx
BuildTypeEx. getBranch(String name)
BranchEx
BuildTypeEx. getBranchByDisplayName(String branchDisplayName)
Returns a branch by its display name.Methods in jetbrains.buildServer.serverSide that return types with arguments of type BranchEx Modifier and Type Method Description List<BranchEx>
BuildTypeEx. getActiveBranches()
List<BranchEx>
BuildTypeEx. getBranches(BranchCalculationOptions branchCalculationOptions)
List<BranchEx>
BuildTypeEx. getBranches(BranchesPolicy policy, Boolean includeBranchesFromDependencies)
List<BranchEx>
BuildTypeEx. getBranches(BranchesPolicy policy, Boolean includeBranchesFromDependencies, boolean computeTimestamps)
Method parameters in jetbrains.buildServer.serverSide with type arguments of type BranchEx Modifier and Type Method Description boolean
BranchGroupsMyBranchesProvider. collectBranches(String branchGroupId, BranchGroupsProvider.Context context, ItemProcessor<BranchEx> processor)
boolean
BranchGroupsProvider. collectBranches(String branchGroupId, BranchGroupsProvider.Context context, ItemProcessor<BranchEx> processor)
Should exit fast on branchGroupId which is not supported by this providervoid
BranchGroupsService. collectBranches(String branchGroupId, BranchGroupsProvider.Context context, ItemProcessor<BranchEx> processor)
boolean
BranchGroupsUserSelectedProvider. collectBranches(String branchGroupId, BranchGroupsProvider.Context context, ItemProcessor<BranchEx> processor)
-
Uses of BranchEx in jetbrains.buildServer.serverSide.healthStatus.utils
Methods in jetbrains.buildServer.serverSide.healthStatus.utils that return types with arguments of type BranchEx Modifier and Type Method Description List<BranchEx>
ScheduleTriggerBranchesHelper.Result. getBranches()
Constructor parameters in jetbrains.buildServer.serverSide.healthStatus.utils with type arguments of type BranchEx Constructor Description Result(boolean safe, List<BranchEx> branches)
-
Uses of BranchEx in jetbrains.buildServer.serverSide.impl
Classes in jetbrains.buildServer.serverSide.impl that implement BranchEx Modifier and Type Class Description class
AbstractBuildTypeBranch
Methods in jetbrains.buildServer.serverSide.impl that return BranchEx Modifier and Type Method Description BranchEx
BuildTypeImpl. getBranch(String name)
BranchEx
DummyBuildType. getBranch(String name)
BranchEx
EditableBuildTypeCopy. getBranch(String name)
BranchEx
RemoteBuildTypeImpl. getBranch(String name)
BranchEx
BuildTypeImpl. getBranchByDisplayName(String branchDisplayName)
BranchEx
DummyBuildType. getBranchByDisplayName(String branchDisplayName)
BranchEx
EditableBuildTypeCopy. getBranchByDisplayName(String branchDisplayName)
BranchEx
RemoteBuildTypeImpl. getBranchByDisplayName(String branchDisplayName)
Methods in jetbrains.buildServer.serverSide.impl that return types with arguments of type BranchEx Modifier and Type Method Description List<BranchEx>
BuildTypeImpl. getActiveBranches()
List<BranchEx>
DummyBuildType. getActiveBranches()
List<BranchEx>
EditableBuildTypeCopy. getActiveBranches()
List<BranchEx>
RemoteBuildTypeImpl. getActiveBranches()
List<BranchEx>
BuildTypeImpl. getBranches(BranchCalculationOptions branchCalculationOptions)
List<BranchEx>
BuildTypeImpl. getBranches(BranchesPolicy policy, Boolean includeBranchesFromDependencies)
List<BranchEx>
BuildTypeImpl. getBranches(BranchesPolicy policy, Boolean includeBranchesFromDependencies, boolean computeTimestamps)
List<BranchEx>
DummyBuildType. getBranches(BranchCalculationOptions branchCalculationOptions)
List<BranchEx>
DummyBuildType. getBranches(BranchesPolicy policy, Boolean includeBranchesFromDependencies)
List<BranchEx>
DummyBuildType. getBranches(BranchesPolicy policy, Boolean includeBranchesFromDependencies, boolean computeTimestamps)
List<BranchEx>
EditableBuildTypeCopy. getBranches(BranchCalculationOptions branchCalculationOptions)
List<BranchEx>
EditableBuildTypeCopy. getBranches(BranchesPolicy policy, Boolean includeBranchesFromDependencies)
List<BranchEx>
EditableBuildTypeCopy. getBranches(BranchesPolicy policy, Boolean includeBranchesFromDependencies, boolean computeTimestamps)
List<BranchEx>
RemoteBuildTypeImpl. getBranches(BranchCalculationOptions branchCalculationOptions)
List<BranchEx>
RemoteBuildTypeImpl. getBranches(BranchesPolicy policy, Boolean includeBranchesFromDependencies)
List<BranchEx>
RemoteBuildTypeImpl. getBranches(BranchesPolicy policy, Boolean includeBranchesFromDependencies, boolean computeTimestamps)
Methods in jetbrains.buildServer.serverSide.impl with parameters of type BranchEx Modifier and Type Method Description int
AbstractBuildTypeBranch. compareTo(BranchEx b)
static FilteredBranch
BaseFilteredBranch. fromBranchEx(BranchEx branch, BranchFilterContext context)
Method parameters in jetbrains.buildServer.serverSide.impl with type arguments of type BranchEx Modifier and Type Method Description List<ChangeDescriptor>
BuildTypeBranches. getChangesInBranches(List<BranchEx> branches, ChangesCalculationOptionsEx options)
List<ChangeDescriptor>
BuildTypeBranches. getChangesInBranches(List<BranchEx> branches, SelectPrevBuildPolicy prevBuildPolicy, VcsModificationProcessor callback)
Constructors in jetbrains.buildServer.serverSide.impl with parameters of type BranchEx Constructor Description BaseFilteredBranch(BranchEx branch, BranchFilterContext context)
-