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 BuildProcesscreateBuildProcess(AgentRunningBuild build, BuildRunnerContext runnerContext, AgentBuildRunner runner)booleanisApplicable(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:
 isApplicablein interfaceRunnerWrapperService
 
- 
createBuildProcess
@NotNull public BuildProcess createBuildProcess(@NotNull AgentRunningBuild build, @NotNull BuildRunnerContext runnerContext, @NotNull AgentBuildRunner runner)
- Specified by:
 createBuildProcessin interfaceRunnerWrapperService
 
 - 
 
 -