Uses of Class
jetbrains.buildServer.vcs.FileRule
-
Packages that use FileRule Package Description jetbrains.buildServer.artifacts.rules jetbrains.buildServer.buildTriggers.triggerRules jetbrains.buildServer.vcs -
-
Uses of FileRule in jetbrains.buildServer.artifacts.rules
Subclasses of FileRule in jetbrains.buildServer.artifacts.rules Modifier and Type Class Description class
ArtifactDependencyFileRule<T extends FileRuleSet>
Created by Nikita.Skvortsov Date: 4/12/11, 4:29 PM -
Uses of FileRule in jetbrains.buildServer.buildTriggers.triggerRules
Methods in jetbrains.buildServer.buildTriggers.triggerRules that return FileRule Modifier and Type Method Description protected FileRule
TriggerRulesImpl. createNewExcludeRule(String line)
protected FileRule
TriggerRulesImpl. createNewExcludeRule(FileRule includeRule)
protected FileRule
TriggerRulesImpl. createNewIncludeRule(String rule)
protected FileRule
TriggerRulesImpl. createNewIncludeRule(FileRule includeRule)
Methods in jetbrains.buildServer.buildTriggers.triggerRules with parameters of type FileRule Modifier and Type Method Description protected FileRule
TriggerRulesImpl. createNewExcludeRule(FileRule includeRule)
protected FileRule
TriggerRulesImpl. createNewIncludeRule(FileRule includeRule)
Method parameters in jetbrains.buildServer.buildTriggers.triggerRules with type arguments of type FileRule Modifier and Type Method Description protected void
TriggerRulesImpl. doPostInitProcess(List<FileRule> includeRules, List<FileRule> excludeRules)
-
Uses of FileRule in jetbrains.buildServer.vcs
Classes in jetbrains.buildServer.vcs with type parameters of type FileRule Modifier and Type Class Description class
FileRuleSet<IncludeRuleClass extends FileRule,ExcludeRuleClass extends FileRule>
class
FileRuleSet<IncludeRuleClass extends FileRule,ExcludeRuleClass extends FileRule>
Subclasses of FileRule in jetbrains.buildServer.vcs Modifier and Type Class Description class
IncludeRule
Being used in checkout rules, contains source (from) part and to (destination) partMethods in jetbrains.buildServer.vcs with type parameters of type FileRule Modifier and Type Method Description protected static <T extends FileRule>
TFileRuleSet. findMostSpecific(String path, List<T> rules)
Methods in jetbrains.buildServer.vcs that return FileRule Modifier and Type Method Description protected FileRule
CheckoutRules. createNewExcludeRule(String line)
protected FileRule
CheckoutRules. createNewExcludeRule(FileRule rule)
Methods in jetbrains.buildServer.vcs that return types with arguments of type FileRule Modifier and Type Method Description protected Filter<FileRule>
FileRuleSet. createPropertiesFilter(Map<String,String> props)
protected List<FileRule>
FileRuleSet. getExcludeRules(Filter<FileRule> filter)
Methods in jetbrains.buildServer.vcs with parameters of type FileRule Modifier and Type Method Description protected FileRule
CheckoutRules. createNewExcludeRule(FileRule rule)
Method parameters in jetbrains.buildServer.vcs with type arguments of type FileRule Modifier and Type Method Description protected List<FileRule>
FileRuleSet. getExcludeRules(Filter<FileRule> filter)
protected List<IncludeRuleClass>
FileRuleSet. getIncludeRules(Filter<FileRule> filter)
protected boolean
CheckoutRules. shouldInclude(String path, Filter<FileRule> includeExcludeRulesFilter)
protected boolean
FileRuleSet. shouldInclude(String path, Filter<FileRule> includeExcludeRulesFilter)
protected static void
FileRuleSet. sortByFrom(List<? extends FileRule> rules, boolean reverse)
-