public interface AgentVcsRegistry
AgentVcsSupportContext
interface.
It's highly recommended to extend AgentVcsSupport
class for it.
You do not need to register implementation in the Registry explicitly if
you register it as spring bean.Modifier and Type | Method and Description |
---|---|
void |
registerVcsSupport(AgentVcsSupportContext context)
Registers an implementation of Vcs Support for build agent.
|
void registerVcsSupport(@NotNull AgentVcsSupportContext context)
context
- user's implementation