Package | Description |
---|---|
org.springframework.cloud.dataflow.core |
Root package of the Spring Cloud Data Flow domain model.
|
org.springframework.cloud.dataflow.server.controller |
Spring Cloud Data Flow Server Controllers.
|
org.springframework.cloud.dataflow.server.repository |
Spring Cloud Data Flow Server Repositories.
|
Modifier and Type | Method and Description |
---|---|
TaskDefinition |
TaskDefinition.TaskDefinitionBuilder.build()
Return a new instance of
TaskDefinition . |
Modifier and Type | Method and Description |
---|---|
org.springframework.hateoas.PagedResources<TaskDefinitionResource> |
TaskDefinitionController.list(org.springframework.data.domain.Pageable pageable,
org.springframework.data.web.PagedResourcesAssembler<TaskDefinition> assembler)
Return a page-able list of
TaskDefinitionResource defined tasks. |
Modifier and Type | Method and Description |
---|---|
TaskDefinition |
RdbmsTaskDefinitionRepository.save(TaskDefinition definition) |
Modifier and Type | Method and Description |
---|---|
void |
RdbmsTaskDefinitionRepository.delete(TaskDefinition definition) |
static String |
DeploymentKey.forTaskDefinition(TaskDefinition taskDefinition)
Determines a deployment key for a task application.
|
TaskDefinition |
RdbmsTaskDefinitionRepository.save(TaskDefinition definition) |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.