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 BranchAttributesContextTestBranchAttributesDataProvider. getBranchContext(String logicalBranchName, SBuildType buildType, BranchAttributesPrecalculationContext precalcContext)Methods in jetbrains.buildServer.serverSide.impl with parameters of type BranchAttributesContext Modifier and Type Method Description booleanTestBranchAttributesDataProvider. 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 BranchAttributesContextBranchAttributesDataProvider. getBranchContext(String logicalBranchName, SBuildType buildType, BranchAttributesPrecalculationContext precalcContext)Methods in jetbrains.buildServer.serverSide.vcs.spec with parameters of type BranchAttributesContext Modifier and Type Method Description booleanBranchAttributesDataProvider. 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 booleanBranchAttributesFilterManager. 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.MatchResultBranchSpecParser. getMatchedPattern(String vcsBranchName, Map<String,BranchAttributesContext> context)StringMatcher.MatchResultBranchSpecParser.AttributesBasedBranchFilterPattern. match(String vcsBranchName, Map<String,BranchAttributesContext> context)abstract StringMatcher.MatchResultBranchSpecParser.BranchPattern. match(String vcsBranchName, Map<String,BranchAttributesContext> branchContext)booleanBranchSpecParser. matches(String branchName, Map<String,BranchAttributesContext> context)
-