public class ThinJarTaskLauncher extends AbstractThinJarSupport implements org.springframework.cloud.deployer.spi.task.TaskLauncher
Constructor and Description |
---|
ThinJarTaskLauncher() |
ThinJarTaskLauncher(String name,
String... profiles) |
Modifier and Type | Method and Description |
---|---|
void |
cancel(String id) |
void |
cleanup(String id) |
void |
destroy(String appName) |
String |
launch(org.springframework.cloud.deployer.spi.core.AppDeploymentRequest request) |
org.springframework.cloud.deployer.spi.task.TaskStatus |
status(String id) |
deploy, getProperties, getWrapper
public String launch(org.springframework.cloud.deployer.spi.core.AppDeploymentRequest request)
launch
in interface org.springframework.cloud.deployer.spi.task.TaskLauncher
public void cancel(String id)
cancel
in interface org.springframework.cloud.deployer.spi.task.TaskLauncher
cancel
in class AbstractThinJarSupport
public org.springframework.cloud.deployer.spi.task.TaskStatus status(String id)
status
in interface org.springframework.cloud.deployer.spi.task.TaskLauncher
public void cleanup(String id)
cleanup
in interface org.springframework.cloud.deployer.spi.task.TaskLauncher
public void destroy(String appName)
destroy
in interface org.springframework.cloud.deployer.spi.task.TaskLauncher
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.