public abstract class DeploymentConfigurationManager
extends java.lang.Object
Constructor and Description |
---|
DeploymentConfigurationManager() |
Modifier and Type | Method and Description |
---|---|
abstract void |
createAndRunConfiguration(ServerType<?> serverType,
RemoteServer<?> remoteServer,
DeploymentSourceType<?> sourceType) |
abstract java.util.List<RunnerAndConfigurationSettings> |
getDeploymentConfigurations(ServerType<?> serverType) |
static DeploymentConfigurationManager |
getInstance(Project project) |
public static DeploymentConfigurationManager getInstance(Project project)
public abstract java.util.List<RunnerAndConfigurationSettings> getDeploymentConfigurations(ServerType<?> serverType)
public abstract void createAndRunConfiguration(ServerType<?> serverType, RemoteServer<?> remoteServer, DeploymentSourceType<?> sourceType)