public interface TaskPlatformFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
CLOUDFOUNDRY_PLATFORM_TYPE |
static String |
KUBERNETES_PLATFORM_TYPE |
static String |
LOCAL_PLATFORM_TYPE |
| Modifier and Type | Method and Description |
|---|---|
Launcher |
createLauncher(String account)
Create the
Launcher by the given name. |
TaskPlatform |
createTaskPlatform()
Create the
TaskPlatform instance with the launchers. |
static final String CLOUDFOUNDRY_PLATFORM_TYPE
static final String KUBERNETES_PLATFORM_TYPE
static final String LOCAL_PLATFORM_TYPE
TaskPlatform createTaskPlatform()
TaskPlatform instance with the launchers.Copyright © 2021 Pivotal Software, Inc.. All rights reserved.