public interface CurrentBuildTracker
Modifier and Type | Method and Description |
---|---|
AgentRunningBuild |
getCurrentBuild()
Returns running build or throws an exception if no running build
|
boolean |
isRunningBuild() |
@NotNull AgentRunningBuild getCurrentBuild() throws NoRunningBuildException
NoRunningBuildException
- if there is no running buildboolean isRunningBuild()