public class UnsupportedVersionTaskLauncher extends Object implements org.springframework.cloud.deployer.spi.task.TaskLauncher
TaskLauncher for versions of the
Cloud Controller API below MINIMUM_SUPPORTED_VERSION.CloudFoundryDeployerAutoConfiguration| Modifier and Type | Field and Description |
|---|---|
static com.github.zafarkhaja.semver.Version |
MINIMUM_SUPPORTED_VERSION |
| Constructor and Description |
|---|
UnsupportedVersionTaskLauncher(com.github.zafarkhaja.semver.Version actualVersion,
org.springframework.cloud.deployer.spi.core.RuntimeEnvironmentInfo info) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(String id) |
void |
cleanup(String id) |
void |
destroy(String appName) |
org.springframework.cloud.deployer.spi.core.RuntimeEnvironmentInfo |
environmentInfo() |
String |
getLog(String appName) |
int |
getMaximumConcurrentTasks() |
int |
getRunningTaskExecutionCount() |
String |
launch(org.springframework.cloud.deployer.spi.core.AppDeploymentRequest request) |
org.springframework.cloud.deployer.spi.task.TaskStatus |
status(String id) |
public static final com.github.zafarkhaja.semver.Version MINIMUM_SUPPORTED_VERSION
public UnsupportedVersionTaskLauncher(com.github.zafarkhaja.semver.Version actualVersion,
org.springframework.cloud.deployer.spi.core.RuntimeEnvironmentInfo info)
public String launch(org.springframework.cloud.deployer.spi.core.AppDeploymentRequest request)
launch in interface org.springframework.cloud.deployer.spi.task.TaskLauncherpublic void cancel(String id)
cancel in interface org.springframework.cloud.deployer.spi.task.TaskLauncherpublic org.springframework.cloud.deployer.spi.task.TaskStatus status(String id)
status in interface org.springframework.cloud.deployer.spi.task.TaskLauncherpublic void cleanup(String id)
cleanup in interface org.springframework.cloud.deployer.spi.task.TaskLauncherpublic void destroy(String appName)
destroy in interface org.springframework.cloud.deployer.spi.task.TaskLauncherpublic org.springframework.cloud.deployer.spi.core.RuntimeEnvironmentInfo environmentInfo()
environmentInfo in interface org.springframework.cloud.deployer.spi.task.TaskLauncherpublic int getMaximumConcurrentTasks()
getMaximumConcurrentTasks in interface org.springframework.cloud.deployer.spi.task.TaskLauncherpublic int getRunningTaskExecutionCount()
getRunningTaskExecutionCount in interface org.springframework.cloud.deployer.spi.task.TaskLauncherCopyright © 2020 Pivotal Software, Inc.. All rights reserved.