jetbrains.buildServer.agent.vcs
Interface UpdatePolicy

All Superinterfaces:
AgentExtension, AgentVcsExtension, TeamCityExtension
All Known Subinterfaces:
UpdateByCheckoutRules, UpdateByCheckoutRules2, UpdateByIncludeRules, UpdateByIncludeRules2

public interface UpdatePolicy
extends AgentVcsExtension

Base interface for different vcs update policies. An actual implementation should not implement this interface directly but rather implement one of the following subinterfaces: UpdateByIncludeRules2, UpdateByCheckoutRules2

Since:
4.5
See Also:
UpdateByIncludeRules2, UpdateByCheckoutRules2