Package | Description |
---|---|
org.springframework.cloud.dataflow.registry |
Root package of the Data Flow registry support.
|
org.springframework.cloud.dataflow.server.controller |
Spring Cloud Data Flow Server Controllers.
|
Modifier and Type | Method and Description |
---|---|
AppRegistration |
AppRegistry.find(String name,
ApplicationType type) |
AppRegistration |
AppRegistry.save(String name,
ApplicationType type,
URI uri) |
Modifier and Type | Method and Description |
---|---|
List<AppRegistration> |
AppRegistry.findAll() |
List<AppRegistration> |
AppRegistry.importAll(boolean overwrite,
String... resourceUris) |
Modifier and Type | Method and Description |
---|---|
int |
AppRegistration.compareTo(AppRegistration that) |
Modifier and Type | Method and Description |
---|---|
AppRegistration |
AppAlreadyRegisteredException.getPrevious() |
Modifier and Type | Method and Description |
---|---|
org.springframework.hateoas.PagedResources<? extends AppRegistrationResource> |
AppRegistryController.list(org.springframework.data.web.PagedResourcesAssembler<AppRegistration> pagedResourcesAssembler,
ApplicationType type,
boolean detailed)
List app registrations.
|
org.springframework.hateoas.PagedResources<? extends AppRegistrationResource> |
AppRegistryController.registerAll(org.springframework.data.web.PagedResourcesAssembler<AppRegistration> pagedResourcesAssembler,
String uri,
Properties apps,
boolean force)
Register all applications listed in a properties file or provided as key/value pairs.
|
Constructor and Description |
---|
AppAlreadyRegisteredException(AppRegistration previous) |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.