@RestController @RequestMapping(value="/tasks/logs") public class TaskLogsController extends Object
Constructor and Description |
---|
TaskLogsController(TaskExecutionService taskExecutionService)
Construct Task logs controller.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<String> |
getLog(String platformName,
String taskName) |
public TaskLogsController(TaskExecutionService taskExecutionService)
taskExecutionService
- the task execution service that this controller uses to get the logs of
launched task applications.Copyright © 2019 Pivotal Software, Inc.. All rights reserved.