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 classArtifactDependencyFileRule<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 FileRuleTriggerRulesImpl. createNewExcludeRule(String line)protected FileRuleTriggerRulesImpl. createNewExcludeRule(FileRule includeRule)protected FileRuleTriggerRulesImpl. createNewIncludeRule(String rule)protected FileRuleTriggerRulesImpl. createNewIncludeRule(FileRule includeRule)Methods in jetbrains.buildServer.buildTriggers.triggerRules with parameters of type FileRule Modifier and Type Method Description protected FileRuleTriggerRulesImpl. createNewExcludeRule(FileRule includeRule)protected FileRuleTriggerRulesImpl. createNewIncludeRule(FileRule includeRule)Method parameters in jetbrains.buildServer.buildTriggers.triggerRules with type arguments of type FileRule Modifier and Type Method Description protected voidTriggerRulesImpl. 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 classFileRuleSet<IncludeRuleClass extends FileRule,ExcludeRuleClass extends FileRule>classFileRuleSet<IncludeRuleClass extends FileRule,ExcludeRuleClass extends FileRule>Subclasses of FileRule in jetbrains.buildServer.vcs Modifier and Type Class Description classIncludeRuleBeing 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 FileRuleCheckoutRules. createNewExcludeRule(String line)protected FileRuleCheckoutRules. 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 FileRuleCheckoutRules. 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 booleanCheckoutRules. shouldInclude(String path, Filter<FileRule> includeExcludeRulesFilter)protected booleanFileRuleSet. shouldInclude(String path, Filter<FileRule> includeExcludeRulesFilter)protected static voidFileRuleSet. sortByFrom(List<? extends FileRule> rules, boolean reverse)
-