Package | Description |
---|---|
org.springframework.cloud.dataflow.rest.client |
Defines the operations of the Spring Cloud Data Flow REST Client.
|
org.springframework.cloud.dataflow.server.controller |
Spring Cloud Data Flow Server Controllers.
|
Modifier and Type | Method and Description |
---|---|
TaskDefinitionResource |
TaskTemplate.create(String name,
String definition) |
TaskDefinitionResource |
TaskOperations.create(String name,
String definition)
Create a new task definition
|
Modifier and Type | Method and Description |
---|---|
org.springframework.hateoas.PagedResources<TaskDefinitionResource> |
TaskOperations.list() |
Modifier and Type | Method and Description |
---|---|
TaskDefinitionResource |
TaskDefinitionController.display(String name)
Return a given task definition resource.
|
TaskDefinitionResource |
TaskDefinitionController.save(String name,
String dsl)
Register a task definition for future execution.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.hateoas.PagedResources<TaskDefinitionResource> |
TaskDefinitionController.list(org.springframework.data.domain.Pageable pageable,
String search,
org.springframework.data.web.PagedResourcesAssembler<TaskDefinition> assembler)
Return a page-able list of
TaskDefinitionResource defined tasks. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.