Class RemoteDebugService
- java.lang.Object
-
- jetbrains.buildServer.agent.impl.remoteDebug.RemoteDebugService
-
- All Implemented Interfaces:
AgentExtension
,RunnerWrapperService
,TeamCityExtension
public class RemoteDebugService extends Object implements RunnerWrapperService
- Author:
- maxim.manuylov Date: 25.09.12
-
-
Constructor Summary
Constructors Constructor Description RemoteDebugService(RemoteDebugEventDispatcher dispatcher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BuildProcess
createBuildProcess(AgentRunningBuild build, BuildRunnerContext runnerContext, AgentBuildRunner runner)
boolean
isApplicable(AgentRunningBuild build, BuildRunnerContext runnerContext)
-
-
-
Constructor Detail
-
RemoteDebugService
public RemoteDebugService(@NotNull RemoteDebugEventDispatcher dispatcher)
-
-
Method Detail
-
isApplicable
public boolean isApplicable(@NotNull AgentRunningBuild build, @NotNull BuildRunnerContext runnerContext)
- Specified by:
isApplicable
in interfaceRunnerWrapperService
-
createBuildProcess
@NotNull public BuildProcess createBuildProcess(@NotNull AgentRunningBuild build, @NotNull BuildRunnerContext runnerContext, @NotNull AgentBuildRunner runner)
- Specified by:
createBuildProcess
in interfaceRunnerWrapperService
-
-