Class StopInstanceAction
- java.lang.Object
-
- jetbrains.buildServer.clouds.server.impl.instances.StopInstanceAction
-
public class StopInstanceAction extends Object
- Author:
- Eugene Petrenko Created: 29.07.2009 22:07:44
-
-
Constructor Summary
Constructors Constructor Description StopInstanceAction(CloudManagerBase manager, CloudEventDispatcher disp, RunningAgentsTracker runningAgentsTracker, CloudInstancesExpiration cloudInstancesExpiration)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidstopImageInstances(String projectId, String profileId, String imageId, TerminateInstanceReason reason)voidstopInstance(String projectId, String profileId, String imageId, String instanceId, TerminateInstanceReason reason)voidstopInstance(String profileId, String imageId, String instanceId, TerminateInstanceReason reason)Deprecated.useinsteadvoidstopProfileInstances(String projectId, String profileId, TerminateInstanceReason reason)
-
-
-
Constructor Detail
-
StopInstanceAction
public StopInstanceAction(@NotNull CloudManagerBase manager, @NotNull CloudEventDispatcher disp, RunningAgentsTracker runningAgentsTracker, CloudInstancesExpiration cloudInstancesExpiration)
-
-
Method Detail
-
stopInstance
@Deprecated public void stopInstance(@NotNull String profileId, @NotNull String imageId, @NotNull String instanceId, @NotNull TerminateInstanceReason reason) throws FailedToStopInstanceException
Deprecated.useinstead- Throws:
FailedToStopInstanceException
-
stopInstance
public void stopInstance(@NotNull String projectId, @NotNull String profileId, @NotNull String imageId, @NotNull String instanceId, @NotNull TerminateInstanceReason reason) throws FailedToStopInstanceException- Throws:
FailedToStopInstanceException
-
stopProfileInstances
public void stopProfileInstances(@NotNull String projectId, @NotNull String profileId, @NotNull TerminateInstanceReason reason) throws FailedToStopInstanceException- Throws:
FailedToStopInstanceException
-
stopImageInstances
public void stopImageInstances(@NotNull String projectId, @NotNull String profileId, @NotNull String imageId, @NotNull TerminateInstanceReason reason) throws FailedToStopInstanceException- Throws:
FailedToStopInstanceException
-
-