summaryrefslogtreecommitdiff
path: root/platform/remote-servers/api/src/com/intellij/remoteServer/runtime/deployment/DeploymentStatus.java
blob: 48908c4cc4e360cc0092ea1013e0059fc0cc1717 (plain)
1
2
3
4
5
6
7
8
package com.intellij.remoteServer.runtime.deployment;

/**
 * @author nik
 */
public enum DeploymentStatus {
  DEPLOYED, NOT_DEPLOYED, DEPLOYING, UNDEPLOYING
}