ExternalSystemTaskManager interface@Deprecated public abstract class AbstractExternalSystemTaskManager<S extends ExternalSystemExecutionSettings> extends java.lang.Object implements ExternalSystemTaskManager<S>
| Constructor and Description |
|---|
AbstractExternalSystemTaskManager()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
executeTasks(ExternalSystemTaskId id,
java.util.List<java.lang.String> taskNames,
java.lang.String projectPath,
S settings,
java.util.List<java.lang.String> vmOptions,
java.util.List<java.lang.String> scriptParameters,
java.lang.String jvmParametersSetup,
ExternalSystemTaskNotificationListener listener)
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcancelTask, executeTaskspublic AbstractExternalSystemTaskManager()
public abstract void executeTasks(ExternalSystemTaskId id, java.util.List<java.lang.String> taskNames, java.lang.String projectPath, S settings, java.util.List<java.lang.String> vmOptions, java.util.List<java.lang.String> scriptParameters, java.lang.String jvmParametersSetup, ExternalSystemTaskNotificationListener listener) throws ExternalSystemException
executeTasks in interface ExternalSystemTaskManager<S extends ExternalSystemExecutionSettings>ExternalSystemException