Uses of Interface
jetbrains.buildServer.serverSide.BranchEx
-
-
Uses of BranchEx in jetbrains
Methods in jetbrains that return BranchEx Modifier and Type Method Description BranchExMockBuildType. getBranch(String name)BranchExMockBuildType. 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 voidChangesCalculationTimestamp. 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 BranchExCurrentBranches. 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 BuildTypeBranchBeanBranchBeanFactory. 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 BranchExBuildTypeEx. getBranch(String name)BranchExBuildTypeEx. 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 booleanBranchGroupsMyBranchesProvider. collectBranches(String branchGroupId, BranchGroupsProvider.Context context, ItemProcessor<BranchEx> processor)booleanBranchGroupsProvider. collectBranches(String branchGroupId, BranchGroupsProvider.Context context, ItemProcessor<BranchEx> processor)Should exit fast on branchGroupId which is not supported by this providervoidBranchGroupsService. collectBranches(String branchGroupId, BranchGroupsProvider.Context context, ItemProcessor<BranchEx> processor)booleanBranchGroupsUserSelectedProvider. 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 classAbstractBuildTypeBranchMethods in jetbrains.buildServer.serverSide.impl that return BranchEx Modifier and Type Method Description BranchExBuildTypeImpl. getBranch(String name)BranchExDummyBuildType. getBranch(String name)BranchExEditableBuildTypeCopy. getBranch(String name)BranchExRemoteBuildTypeImpl. getBranch(String name)BranchExBuildTypeImpl. getBranchByDisplayName(String branchDisplayName)BranchExDummyBuildType. getBranchByDisplayName(String branchDisplayName)BranchExEditableBuildTypeCopy. getBranchByDisplayName(String branchDisplayName)BranchExRemoteBuildTypeImpl. 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 intAbstractBuildTypeBranch. compareTo(BranchEx b)static FilteredBranchBaseFilteredBranch. 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)
-