Uses of Interface
jetbrains.buildServer.serverSide.vcs.spec.BranchAttributesContext
-
Packages that use BranchAttributesContext Package Description jetbrains.buildServer.serverSide.impl jetbrains.buildServer.serverSide.vcs.spec jetbrains.buildServer.vcs.spec -
-
Uses of BranchAttributesContext in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return BranchAttributesContext Modifier and Type Method Description BranchAttributesContext
TestBranchAttributesDataProvider. getBranchContext(String logicalBranchName, SBuildType buildType, BranchAttributesPrecalculationContext precalcContext)
Methods in jetbrains.buildServer.serverSide.impl with parameters of type BranchAttributesContext Modifier and Type Method Description boolean
TestBranchAttributesDataProvider. accepts(String logicalBranchName, BranchAttributesContext branchContext, Map<String,String> attributes)
-
Uses of BranchAttributesContext in jetbrains.buildServer.serverSide.vcs.spec
Methods in jetbrains.buildServer.serverSide.vcs.spec that return BranchAttributesContext Modifier and Type Method Description BranchAttributesContext
BranchAttributesDataProvider. getBranchContext(String logicalBranchName, SBuildType buildType, BranchAttributesPrecalculationContext precalcContext)
Methods in jetbrains.buildServer.serverSide.vcs.spec with parameters of type BranchAttributesContext Modifier and Type Method Description boolean
BranchAttributesDataProvider. accepts(String logicalBranchName, BranchAttributesContext branchContext, Map<String,String> attributes)
-
Uses of BranchAttributesContext in jetbrains.buildServer.vcs.spec
Methods in jetbrains.buildServer.vcs.spec that return types with arguments of type BranchAttributesContext Modifier and Type Method Description Map<String,BranchAttributesContext>
BranchAttributesFilterManager. getBranchContext(Set<String> providerIds, String logicalBranchName, SBuildType buildType, BranchFilterContext context)
Methods in jetbrains.buildServer.vcs.spec with parameters of type BranchAttributesContext Modifier and Type Method Description boolean
BranchAttributesFilterManager. accepts(String providerId, String logicalBranchName, BranchAttributesContext branchContext, Map<String,String> attributes)
Method parameters in jetbrains.buildServer.vcs.spec with type arguments of type BranchAttributesContext Modifier and Type Method Description BranchSpecParser.MatchResult
BranchSpecParser. getMatchedPattern(String vcsBranchName, Map<String,BranchAttributesContext> context)
StringMatcher.MatchResult
BranchSpecParser.AttributesBasedBranchFilterPattern. match(String vcsBranchName, Map<String,BranchAttributesContext> context)
abstract StringMatcher.MatchResult
BranchSpecParser.BranchPattern. match(String vcsBranchName, Map<String,BranchAttributesContext> branchContext)
boolean
BranchSpecParser. matches(String branchName, Map<String,BranchAttributesContext> context)
-