Uses of Interface
jetbrains.buildServer.serverSide.Branch
-
-
Uses of Branch in jetbrains.buildServer
Methods in jetbrains.buildServer that return Branch Modifier and Type Method Description BranchMockBuild. getBranch()BranchMockBuildPromotion. getBranch() -
Uses of Branch in jetbrains.buildServer.buildTriggers.failedBuild
Method parameters in jetbrains.buildServer.buildTriggers.failedBuild with type arguments of type Branch Modifier and Type Method Description protected voidBuildDependentTrigger. rememberTriggeredBy(Map<Branch,Long> branchMap, CustomDataStorage dataStorage, Logger logger) -
Uses of Branch in jetbrains.buildServer.buildTriggers.vcs
Methods in jetbrains.buildServer.buildTriggers.vcs with parameters of type Branch Modifier and Type Method Description static Map<VcsRootInstance,String>BranchStateCalculator. computeVcsBranchNames(Branch branch, Map<VcsRootInstance,List<BranchSpec>> currentBranchSpecs)LoggerVcsTriggerContext. getLogger(Branch branch)longChangesCalculationTimestamp. getNextScheduled(BuildTypeEx buildType, Branch branch)Constructors in jetbrains.buildServer.buildTriggers.vcs with parameters of type Branch Constructor Description BranchStateCalculator(Branch branch, SBuildType buildType, TimeService timeService) -
Uses of Branch in jetbrains.buildServer.controllers
Methods in jetbrains.buildServer.controllers that return Branch Modifier and Type Method Description abstract BranchBuildTypeBranchBean. getBranch()Methods in jetbrains.buildServer.controllers that return types with arguments of type Branch Modifier and Type Method Description abstract Set<Branch>BuildTypeBranchBean. getBranches()Can return null if matches all branches or a single branchSet<Branch>CurrentBranches. getBranches()Actually contains instances on BranchExMethods in jetbrains.buildServer.controllers with parameters of type Branch Modifier and Type Method Description booleanBuildTypeBranchBean. matches(Branch branch) -
Uses of Branch in jetbrains.buildServer.controllers.admin.projects
Methods in jetbrains.buildServer.controllers.admin.projects that return types with arguments of type Branch Modifier and Type Method Description abstract List<Branch>EditableBuildTypeSettingsForm. getAvailableBranches()List<Branch>EditBuildTypeForm. getAvailableBranches()List<Branch>EditTemplateForm. getAvailableBranches() -
Uses of Branch in jetbrains.buildServer.controllers.buildType.tabs
Methods in jetbrains.buildServer.controllers.buildType.tabs that return Branch Modifier and Type Method Description BranchVcsChangeBranchTag. getBranch()Constructors in jetbrains.buildServer.controllers.buildType.tabs with parameters of type Branch Constructor Description VcsChangeBranchTag(String buildTypeId, String buildTypeExternalId, String projectId, String projectExternalId, Branch branch) -
Uses of Branch in jetbrains.buildServer.serverSide
Subinterfaces of Branch in jetbrains.buildServer.serverSide Modifier and Type Interface Description interfaceBranchExRepresents a branch with associated data in a build type.interfaceFilteredBranchBranch that can be filtered by attributes branch filters(e.g.Methods in jetbrains.buildServer.serverSide that return Branch Modifier and Type Method Description BranchBuildPromotion. getBranch()BranchSBuild. getBranch()Methods in jetbrains.buildServer.serverSide that return types with arguments of type Branch Modifier and Type Method Description List<Branch>BuildTypeTemplateEx. getVcsBranches(boolean includeDependenciesBranches)All VCS branches from VCS roots attached to this template and VCS branches from dependencies (if parameter includeDependenciesBranches is true).Methods in jetbrains.buildServer.serverSide with parameters of type Branch Modifier and Type Method Description booleanBranchFilter. accept(Branch branch) -
Uses of Branch in jetbrains.buildServer.serverSide.impl
Classes in jetbrains.buildServer.serverSide.impl that implement Branch Modifier and Type Class Description classAbstractBuildTypeBranchclassBaseFilteredBranchclassBranchImplMethods in jetbrains.buildServer.serverSide.impl that return Branch Modifier and Type Method Description static BranchBaseFilteredBranch. fromBuild(BuildPromotion promotion, BranchFilterContext context)BranchBaseBuild. getBranch()BranchBuildPromotionImpl. getBranch()BranchDummyBuildPromotion. getBranch()BranchRunningBuildWrapper. getBranch()Methods in jetbrains.buildServer.serverSide.impl that return types with arguments of type Branch Modifier and Type Method Description List<Branch>BuildTypeTemplateImpl. getVcsBranches(boolean includeDependenciesBranches)List<Branch>EditableTemplateCopy. getVcsBranches(boolean includeDependenciesBranches)List<Branch>InaccessibleTemplate. getVcsBranches(boolean includeDependenciesBranches)Methods in jetbrains.buildServer.serverSide.impl with parameters of type Branch Modifier and Type Method Description intMaxRunningBuildsPerBranchProvider. getMaximumNumberOfBuildsPerBranch(Branch branch) -
Uses of Branch in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl with parameters of type Branch Modifier and Type Method Description static RepositoryVersionBuildChangesLoaderContext. getLastRevisionInBranch(RepositoryState state, Branch branch, SBuildType buildType, LVcsRootInstance root)static StringBuildChangesLoaderContext. getVcsBranchName(RepositoryState state, Branch branch, SBuildType buildType, VcsRootInstance root) -
Uses of Branch in jetbrains.buildServer.vcs.spec
Methods in jetbrains.buildServer.vcs.spec with parameters of type Branch Modifier and Type Method Description booleanBranchFilterImpl. accept(Branch branch)
-