Interface RunningBuildContext
-
- All Superinterfaces:
Disposable
,RunningBuildServiceLocator
- All Known Implementing Classes:
RunningBuildContextImpl
public interface RunningBuildContext extends Disposable, RunningBuildServiceLocator
- Author:
- Eugene Petrenko Created: 14.05.2009 20:24:37
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BuildRunAction
getBuildRunAction()
-
Methods inherited from interface jetbrains.buildServer.util.Disposable
dispose
-
Methods inherited from interface jetbrains.buildServer.agent.impl.runContext.RunningBuildServiceLocator
getPerBuildServiceLocator
-
-
-
-
Method Detail
-
getBuildRunAction
@NotNull BuildRunAction getBuildRunAction()
-
-