Package | Description |
---|---|
org.springframework.cloud.dataflow.server |
Root package of Spring Cloud Data Flow Core.
|
org.springframework.cloud.dataflow.server.config |
Spring Cloud Data Flow Server configuration classes.
|
org.springframework.cloud.dataflow.server.service.impl.validation |
Constructor and Description |
---|
TaskValidationController(TaskValidationService taskValidationService)
Create a
TaskValidationController that delegates to
TaskValidationService . |
Modifier and Type | Method and Description |
---|---|
TaskValidationService |
DataFlowControllerAutoConfiguration.TaskEnabledConfiguration.taskValidationService(AppRegistryService appRegistry,
DockerValidatorProperties dockerValidatorProperties,
TaskDefinitionRepository taskDefinitionRepository,
TaskConfigurationProperties taskConfigurationProperties) |
Modifier and Type | Method and Description |
---|---|
TaskValidationController |
DataFlowControllerAutoConfiguration.TaskEnabledConfiguration.taskValidationController(TaskValidationService taskValidationService) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTaskValidationService
Implementation of the TaskValidationService that delegates to the task definition repository and is able to validate
composed task definitions.
|
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.