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 Branch
MockBuild. getBranch()
Branch
MockBuildPromotion. 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 void
BuildDependentTrigger. 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)
Logger
VcsTriggerContext. getLogger(Branch branch)
long
ChangesCalculationTimestamp. 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 Branch
BuildTypeBranchBean. 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 boolean
BuildTypeBranchBean. 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 Branch
VcsChangeBranchTag. 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 interface
BranchEx
Represents a branch with associated data in a build type.interface
FilteredBranch
Branch that can be filtered by attributes branch filters(e.g.Methods in jetbrains.buildServer.serverSide that return Branch Modifier and Type Method Description Branch
BuildPromotion. getBranch()
Branch
SBuild. 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 boolean
BranchFilter. 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 class
AbstractBuildTypeBranch
class
BaseFilteredBranch
class
BranchImpl
Methods in jetbrains.buildServer.serverSide.impl that return Branch Modifier and Type Method Description static Branch
BaseFilteredBranch. fromBuild(BuildPromotion promotion, BranchFilterContext context)
Branch
BaseBuild. getBranch()
Branch
BuildPromotionImpl. getBranch()
Branch
DummyBuildPromotion. getBranch()
Branch
RunningBuildWrapper. 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 int
MaxRunningBuildsPerBranchProvider. 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 RepositoryVersion
BuildChangesLoaderContext. getLastRevisionInBranch(RepositoryState state, Branch branch, SBuildType buildType, LVcsRootInstance root)
static String
BuildChangesLoaderContext. 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 boolean
BranchFilterImpl. accept(Branch branch)
-