Package | Description |
---|---|
org.springframework.cloud.dataflow.server.service |
Contains various Services (Interfaces) that are part of the Dataflow Server.
|
org.springframework.cloud.dataflow.server.service.impl |
Contains Service implementations for the Dataflow Server.
|
org.springframework.cloud.dataflow.server.service.impl.validation |
Modifier and Type | Method and Description |
---|---|
ValidationStatus |
StreamValidationService.validateStream(String name)
Validate the stream given the registered name
|
ValidationStatus |
StreamService.validateStream(String name)
Verifies that all apps in the stream are valid.
|
ValidationStatus |
TaskValidationService.validateTask(String name)
Validate the task given the registered name
|
Modifier and Type | Method and Description |
---|---|
ValidationStatus |
DefaultStreamService.validateStream(String name)
Verifies that all apps in the stream are valid.
|
Modifier and Type | Method and Description |
---|---|
ValidationStatus |
DefaultStreamValidationService.validateStream(String name) |
ValidationStatus |
DefaultTaskValidationService.validateTask(String name) |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.