Package jetbrains.buildServer.agent.impl
Interface BuildRunAgentState
-
- All Superinterfaces:
StoppableBuildState
- All Known Implementing Classes:
BuildRunAgentStateImpl
public interface BuildRunAgentState extends StoppableBuildState
- Author:
- Eugene Petrenko Created: 02.10.2008 19:01:04
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAccessCode()
String
getAccessUser()
String
getBuildId()
-
Methods inherited from interface jetbrains.buildServer.agent.impl.StoppableBuildState
getInterruptCallsCount, getInterruptReason, isInterruptForced, stopBuild
-
-