Uses of Interface
jetbrains.buildServer.agent.vcs.AgentVcsSupportContext
-
Packages that use AgentVcsSupportContext Package Description jetbrains.buildServer.agent.impl.vcs jetbrains.buildServer.agent.vcs -
-
Uses of AgentVcsSupportContext in jetbrains.buildServer.agent.impl.vcs
Methods in jetbrains.buildServer.agent.impl.vcs that return AgentVcsSupportContext Modifier and Type Method Description AgentVcsSupportContext
AgentVcsRegistryEx. findVcsSupport(String name)
Searches for vcs plugin implementationAgentVcsSupportContext
AgentVcsRegistryImpl2. findVcsSupport(String name)
Methods in jetbrains.buildServer.agent.impl.vcs with parameters of type AgentVcsSupportContext Modifier and Type Method Description void
AgentVcsRegistryImpl2. registerVcsSupport(AgentVcsSupportContext context)
-
Uses of AgentVcsSupportContext in jetbrains.buildServer.agent.vcs
Classes in jetbrains.buildServer.agent.vcs that implement AgentVcsSupportContext Modifier and Type Class Description class
AgentVcsSupport
Default implementation ofAgentVcsSupportContext
.Methods in jetbrains.buildServer.agent.vcs with parameters of type AgentVcsSupportContext Modifier and Type Method Description void
AgentVcsRegistry. registerVcsSupport(AgentVcsSupportContext context)
Registers an implementation of Vcs Support for build agent.
-