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 File
PatchUtils. 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 void
IncludeRuleUpdater. process(IncludeRule rule, File includeRuleDestFolder)
Does vcs update for the include rule to specified folder.void
CheckoutOnAgentVcsSupport. 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 IncludeRule
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.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 IncludeRule
VcsRootXmlConverter.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 IncludeRule
IncludeRule. createDefaultInstance()
protected IncludeRule
CheckoutRules. createNewIncludeRule(String rule)
protected IncludeRule
CheckoutRules. 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 void
VcsIncludeRulesException. addProblem(IncludeRule rule, VcsException e)
void
BuildPatchByIncludeRule. buildPatch(VcsRoot root, String fromVersion, String toVersion, PatchBuilder builder, IncludeRule includeRule)
Deprecated.Builds patch for the specified project subdirectory.void
IncludeRulePatchBuilder. 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 IncludeRule
CheckoutRules. 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.boolean
IncludeRule. intersects(IncludeRule rule)
Computes whether this rule intersects with specified rule.void
PatchBuilderFileNamesCorrector. setWorkingMode_WithIncludeRule(IncludeRule includeRule)
'From' part of specified include rule is already cut from file path.boolean
CheckoutRules. shouldInclude(String path, IncludeRule rule)
boolean
FileRuleSet. shouldInclude(String path, IncludeRule rule)
Method parameters in jetbrains.buildServer.vcs with type arguments of type IncludeRule Modifier and Type Method Description protected void
CheckoutRules. doPostInitProcess(List<IncludeRule> includeRules, List<FileRule> excludeRules)
protected void
CheckoutRules. 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 void
VcsPluginUtil.IncludeRuleHandler. handle(IncludeRule includeRule)
static ModificationData
VcsPluginUtil. processRelativePaths(ModificationData change, IncludeRule includeRule)
static String
VcsPluginUtil. removeFromAddTo(String path, IncludeRule includeRule)
In path, replaces includeRule.getFrom with includeRule.getTo
-