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