public class LocalTaskPlatformFactory extends AbstractTaskPlatformFactory<LocalPlatformProperties>
logger, platformPropertiesCLOUDFOUNDRY_PLATFORM_TYPE, KUBERNETES_PLATFORM_TYPE, LOCAL_PLATFORM_TYPE| Constructor and Description |
|---|
LocalTaskPlatformFactory(LocalPlatformProperties platformProperties,
org.springframework.cloud.deployer.spi.scheduler.Scheduler localScheduler) |
| 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. |
createLauncherspublic LocalTaskPlatformFactory(LocalPlatformProperties platformProperties, org.springframework.cloud.deployer.spi.scheduler.Scheduler localScheduler)
public TaskPlatform createTaskPlatform()
TaskPlatformFactoryTaskPlatform instance with the launchers.createTaskPlatform in interface TaskPlatformFactorycreateTaskPlatform in class AbstractTaskPlatformFactory<LocalPlatformProperties>public Launcher createLauncher(String account)
TaskPlatformFactoryLauncher by the given name.account - the name of the launcherCopyright © 2021 Pivotal Software, Inc.. All rights reserved.