Package jetbrains.buildServer.agent
Interface AgentStartCallback
-
public interface AgentStartCallback
- Author:
- Maxim.Manuylov Date: 13.03.14
-
-
Field Summary
Fields Modifier and Type Field Description static AgentStartCallback
MOCK
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
agentStarted(BuildAgent buildAgent)
-
-
-
Field Detail
-
MOCK
@NotNull static final AgentStartCallback MOCK
-
-
Method Detail
-
agentStarted
void agentStarted(@NotNull BuildAgent buildAgent)
-
-