Package jetbrains.buildServer.vcs
Class SubrepoCheckoutRulesProviderImpl
- java.lang.Object
-
- jetbrains.buildServer.vcs.SubrepoCheckoutRulesProviderImpl
-
- All Implemented Interfaces:
SubrepoCheckoutRulesProvider
public class SubrepoCheckoutRulesProviderImpl extends Object implements SubrepoCheckoutRulesProvider
-
-
Constructor Summary
Constructors Constructor Description SubrepoCheckoutRulesProviderImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CheckoutRules
getSubrepoRules(CheckoutRules mainRepoRules, String subrepoPath)
Returns checkout rules for subrepoCheckoutRules
getSubrepoRules(CheckoutRules mainRepoRules, VcsRoot subrepoRoot)
Returns checkout rules for subrepo root or null if subrepo root doesn't contain information about its mount point
-
-
-
Method Detail
-
getSubrepoRules
@NotNull public CheckoutRules getSubrepoRules(@NotNull CheckoutRules mainRepoRules, @NotNull String subrepoPath)
Description copied from interface:SubrepoCheckoutRulesProvider
Returns checkout rules for subrepo- Specified by:
getSubrepoRules
in interfaceSubrepoCheckoutRulesProvider
- Parameters:
mainRepoRules
- checkout rules of the main repositorysubrepoPath
- subrepository path- Returns:
- see above
-
getSubrepoRules
@Nullable public CheckoutRules getSubrepoRules(@NotNull CheckoutRules mainRepoRules, @NotNull VcsRoot subrepoRoot)
Description copied from interface:SubrepoCheckoutRulesProvider
Returns checkout rules for subrepo root or null if subrepo root doesn't contain information about its mount point- Specified by:
getSubrepoRules
in interfaceSubrepoCheckoutRulesProvider
- Parameters:
mainRepoRules
- checkout rules of the main repositorysubrepoRoot
- subrepository root- Returns:
- see above
-
-