Package jetbrains.buildServer.agent
Interface CurrentBuildTrackerEx
-
- All Superinterfaces:
CurrentBuildTracker
- All Known Implementing Classes:
CurrentBuildTrackerImpl
public interface CurrentBuildTrackerEx extends CurrentBuildTracker
- Author:
- Pavel.Sher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentRunningBuildEx
getCurrentBuild()
Returns running build or throws an exception if no running build-
Methods inherited from interface jetbrains.buildServer.agent.CurrentBuildTracker
isRunningBuild
-
-
-
-
Method Detail
-
getCurrentBuild
@NotNull AgentRunningBuildEx getCurrentBuild() throws NoRunningBuildException
Description copied from interface:CurrentBuildTracker
Returns running build or throws an exception if no running build- Specified by:
getCurrentBuild
in interfaceCurrentBuildTracker
- Returns:
- running build
- Throws:
NoRunningBuildException
- if there is no running build
-
-