Package jetbrains.buildServer.agent.vcs

Interface Summary
AgentVcsExtension Base interface for all VcsCheckout facilities.
AgentVcsRegistry Vcs on agent plugins manager.
AgentVcsSupportContext Gives an access to all necessary objects supporting a specific VCS
AgentVcsSupportCore Implement this interface for your version control name to provide agent environment check for your vcs plugin.
CheckoutOnAgentVcsSupport Deprecated. use provide several AgentVcsExtension implementations.
IncludeRuleUpdater This interface represents vcs updater.
UpdateByCheckoutRules Deprecated. Use UpdateByCheckoutRules2 instead
UpdateByCheckoutRules2 Implement this interface to support agent side vcs checkout if you want to process CheckoutRules yourself.
UpdateByIncludeRules Deprecated. use UpdateByIncludeRules2 instead
UpdateByIncludeRules2 This is a simpliest way to implement agent side checkout.
UpdatePolicy Base interface for different vcs update policies.
 

Class Summary
AgentVcsSupport Default implementation of AgentVcsSupportContext.