Uses of Class
jetbrains.buildServer.vcs.IncludeRule
-
-
Uses of IncludeRule in jetbrains.buildServer.agent.impl.patch
Methods in jetbrains.buildServer.agent.impl.patch with parameters of type IncludeRule Modifier and Type Method Description static FilePatchUtils. getTargetDirectoryForCheckout(IncludeRule rule, File checkoutDir) -
Uses of IncludeRule in jetbrains.buildServer.agent.vcs
Methods in jetbrains.buildServer.agent.vcs with parameters of type IncludeRule Modifier and Type Method Description voidIncludeRuleUpdater. process(IncludeRule rule, File includeRuleDestFolder)Does vcs update for the include rule to specified folder.voidCheckoutOnAgentVcsSupport. updateSources(BuildProgressLogger logger, File workingDirectory, VcsRoot root, String newVersion, IncludeRule includeRule)Deprecated.Called to update sources in the specified working directory. -
Uses of IncludeRule in jetbrains.buildServer.serverSide.vcs
Methods in jetbrains.buildServer.serverSide.vcs that return IncludeRule Modifier and Type Method Description IncludeRuleCheckedOutDir. getRule()Include rule describes what part of the described repository should be checked out and where it should be checked out to.Constructors in jetbrains.buildServer.serverSide.vcs with parameters of type IncludeRule Constructor Description CheckedOutDir(VcsRoot root, IncludeRule rule)Creates new objectSCheckedOutDir(VcsRootInstance root, IncludeRule rule) -
Uses of IncludeRule in jetbrains.buildServer.serverSide.versioning.converters
Methods in jetbrains.buildServer.serverSide.versioning.converters that return IncludeRule Modifier and Type Method Description IncludeRuleVcsRootXmlConverter.CheckedOutDir. getRule()Include rule describes what part of the described repository should be checked out and where it should be checked out to.Constructors in jetbrains.buildServer.serverSide.versioning.converters with parameters of type IncludeRule Constructor Description CheckedOutDir(VcsRootXmlConverter.VcsRoot root, IncludeRule rule)Creates new object -
Uses of IncludeRule in jetbrains.buildServer.vcs
Methods in jetbrains.buildServer.vcs that return IncludeRule Modifier and Type Method Description static IncludeRuleIncludeRule. createDefaultInstance()protected IncludeRuleCheckoutRules. createNewIncludeRule(String rule)protected IncludeRuleCheckoutRules. createNewIncludeRule(IncludeRule includeRule)Methods in jetbrains.buildServer.vcs that return types with arguments of type IncludeRule Modifier and Type Method Description Collection<IncludeRule>VcsIncludeRulesException. getBadIncludeRules()List<IncludeRule>CheckoutRules. getRootIncludeRules()Returns include rules sorted by from part.Methods in jetbrains.buildServer.vcs with parameters of type IncludeRule Modifier and Type Method Description voidVcsIncludeRulesException. addProblem(IncludeRule rule, VcsException e)voidBuildPatchByIncludeRule. buildPatch(VcsRoot root, String fromVersion, String toVersion, PatchBuilder builder, IncludeRule includeRule)Deprecated.Builds patch for the specified project subdirectory.voidIncludeRulePatchBuilder. buildPatch(PatchBuilder builder, IncludeRule includeRule)Performs a portion of the patch building work corresponding to the given include rule.List<ModificationData>IncludeRuleChangeCollector. collectChanges(IncludeRule includeRule)Performs a portion of the change collecting work corresponding to the given include rule.protected IncludeRuleCheckoutRules. createNewIncludeRule(IncludeRule includeRule)Collection<VcsClientMapping>IncludeRuleBasedMappingProvider. getClientMapping(VcsRoot vcsRoot, IncludeRule includeRule)This method provides mapping information from given VcsRoot and a path within it to actual possible VCS paths.booleanIncludeRule. intersects(IncludeRule rule)Computes whether this rule intersects with specified rule.voidPatchBuilderFileNamesCorrector. setWorkingMode_WithIncludeRule(IncludeRule includeRule)'From' part of specified include rule is already cut from file path.booleanCheckoutRules. shouldInclude(String path, IncludeRule rule)booleanFileRuleSet. shouldInclude(String path, IncludeRule rule)Method parameters in jetbrains.buildServer.vcs with type arguments of type IncludeRule Modifier and Type Method Description protected voidCheckoutRules. doPostInitProcess(List<IncludeRule> includeRules, List<FileRule> excludeRules)protected voidCheckoutRules. postProcessCreatedRules(List<IncludeRule> includeRules, List<FileRule> excludeRules)Constructors in jetbrains.buildServer.vcs with parameters of type IncludeRule Constructor Description VcsIncludeRulesException(IncludeRule includeRule, VcsException e)Constructor parameters in jetbrains.buildServer.vcs with type arguments of type IncludeRule Constructor Description CheckoutRules(List<IncludeRule> includeRules, List<FileRule> excludeRules)Creates rules object on include and exclude rules lists. -
Uses of IncludeRule in jetbrains.buildServer.vcs.utils
Methods in jetbrains.buildServer.vcs.utils with parameters of type IncludeRule Modifier and Type Method Description voidVcsPluginUtil.IncludeRuleHandler. handle(IncludeRule includeRule)static ModificationDataVcsPluginUtil. processRelativePaths(ModificationData change, IncludeRule includeRule)static StringVcsPluginUtil. removeFromAddTo(String path, IncludeRule includeRule)In path, replaces includeRule.getFrom with includeRule.getTo
-