summaryrefslogtreecommitdiff
path: root/platform/remote-servers/agent-rt/src/com/intellij/remoteServer/agent/util/CloudAgentDeployment.java
diff options
context:
space:
mode:
Diffstat (limited to 'platform/remote-servers/agent-rt/src/com/intellij/remoteServer/agent/util/CloudAgentDeployment.java')
-rw-r--r--platform/remote-servers/agent-rt/src/com/intellij/remoteServer/agent/util/CloudAgentDeployment.java5
1 files changed, 1 insertions, 4 deletions
diff --git a/platform/remote-servers/agent-rt/src/com/intellij/remoteServer/agent/util/CloudAgentDeployment.java b/platform/remote-servers/agent-rt/src/com/intellij/remoteServer/agent/util/CloudAgentDeployment.java
index 7f99e4f3d328..427e645333f2 100644
--- a/platform/remote-servers/agent-rt/src/com/intellij/remoteServer/agent/util/CloudAgentDeployment.java
+++ b/platform/remote-servers/agent-rt/src/com/intellij/remoteServer/agent/util/CloudAgentDeployment.java
@@ -20,11 +20,8 @@ import com.intellij.remoteServer.agent.annotation.AsyncCall;
/**
* @author michael.golubev
*/
-public interface CloudAgentDeployment {
+public interface CloudAgentDeployment extends CloudAgentApplication {
@AsyncCall
void deploy(CloudAgentDeploymentCallback callback);
-
- @AsyncCall
- void undeploy(CloudAgentDeploymentCallback callback);
}