Package | Description |
---|---|
org.springframework.cloud.dataflow.completion |
Contains classes related to code-completion of stream definitions expressed in the
Spring Cloud Dataflow DSL.
|
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 |
---|---|
boolean |
UnfinishedTaskAppNameExpansionStrategy.addProposals(String text,
TaskDefinition taskDefinition,
int detailLevel,
List<CompletionProposal> collector) |
boolean |
TaskExpansionStrategy.addProposals(String text,
TaskDefinition taskDefinition,
int detailLevel,
List<CompletionProposal> collector)
For a given task DSL text and
TaskDefinition ,
Generate CompletionProposal s that apply (if any) and add them to the
provided collector list
Return true if no other strategies should be applied for the task DSL
text (this strategy make take the liberty to erase already collected proposals)
|
boolean |
ConfigurationPropertyValueHintTaskExpansionStrategy.addProposals(String text,
TaskDefinition parseResult,
int detailLevel,
List<CompletionProposal> collector) |
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,
String search,
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 |
---|---|
org.springframework.data.domain.Page<TaskDefinition> |
TaskDefinitionRepository.findByNameLike(SearchPageable searchPageable) |
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 © 2018 Pivotal Software, Inc.. All rights reserved.