Package jetbrains.buildServer.agent.impl
Interface BuildAgentShutdownTask.BuildAgentShutdownCallback
-
- Enclosing class:
- BuildAgentShutdownTask
public static interface BuildAgentShutdownTask.BuildAgentShutdownCallbackDeclares all agent shutdown steps that has to be performed. Step is declared as method. Method should be marked withBuildAgentShutdownTask.Orderannotation to provide ordering of steps. Methods withoutBuildAgentShutdownTask.Orderare skipped. UseBuildAgentShutdownTask.Orderto mark shutdown agent sequence.