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 AgentVcsSupportContextAgentVcsRegistryEx. findVcsSupport(String name)Searches for vcs plugin implementationAgentVcsSupportContextAgentVcsRegistryImpl2. findVcsSupport(String name)Methods in jetbrains.buildServer.agent.impl.vcs with parameters of type AgentVcsSupportContext Modifier and Type Method Description voidAgentVcsRegistryImpl2. 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 classAgentVcsSupportDefault implementation ofAgentVcsSupportContext.Methods in jetbrains.buildServer.agent.vcs with parameters of type AgentVcsSupportContext Modifier and Type Method Description voidAgentVcsRegistry. registerVcsSupport(AgentVcsSupportContext context)Registers an implementation of Vcs Support for build agent.
-