Class CleanupObsoleteIntancesAction
- java.lang.Object
-
- jetbrains.buildServer.clouds.server.instances.CleanupObsoleteIntancesAction
-
public class CleanupObsoleteIntancesAction extends Object
- Author:
- Eugene Petrenko (eugene.petrenko@gmail.com) Date: 02.03.12 15:10
-
-
Constructor Summary
Constructors Constructor Description CleanupObsoleteIntancesAction(AgentRemover remover, ServerResponsibility serverResponsibility)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getAgentDescription(SBuildAgent agent)
void
processDisconnectedAgent(SBuildAgent agent, CloudAgentInfo info)
-
-
-
Constructor Detail
-
CleanupObsoleteIntancesAction
public CleanupObsoleteIntancesAction(@NotNull AgentRemover remover, @NotNull ServerResponsibility serverResponsibility)
-
-
Method Detail
-
processDisconnectedAgent
public void processDisconnectedAgent(@NotNull SBuildAgent agent, @NotNull CloudAgentInfo info)
-
getAgentDescription
@NotNull protected String getAgentDescription(@NotNull SBuildAgent agent)
-
-