jetbrains.buildServer.agent.vcs
Interface AgentVcsSupportContext

All Superinterfaces:
AgentExtension, AgentVcsExtension, TeamCityExtension
All Known Implementing Classes:
AgentVcsSupport

public interface AgentVcsSupportContext
extends AgentVcsExtension

Gives an access to all necessary objects supporting a specific VCS

Since:
4.5

Method Summary
 AgentVcsSupportCore getCore()
           
 UpdatePolicy getUpdatePolicy()
           
 

Method Detail

getCore

@NotNull
AgentVcsSupportCore getCore()
Returns:
object that provides basic functionality for VCS support.

getUpdatePolicy

@NotNull
UpdatePolicy getUpdatePolicy()
Returns:
vcs update policy. See UpdatePolicy for details.