public interface SpringCloudInfoService
Modifier and Type | Interface and Description |
---|---|
static class |
SpringCloudInfoService.Milestone |
static class |
SpringCloudInfoService.SpringCloudVersion |
Modifier and Type | Method and Description |
---|---|
SpringCloudInfoService.Milestone |
getMilestoneDueDate(String name) |
Collection<String> |
getMilestones() |
Map<String,String> |
getReleaseVersions(String bomVersion) |
SpringCloudInfoService.SpringCloudVersion |
getSpringCloudVersion(String bootVersion) |
Collection<String> |
getSpringCloudVersions() |
SpringCloudInfoService.SpringCloudVersion getSpringCloudVersion(String bootVersion) throws SpringCloudVersionNotFoundException
Collection<String> getSpringCloudVersions() throws IOException
IOException
Map<String,String> getReleaseVersions(String bomVersion) throws SpringCloudVersionNotFoundException, IOException
Collection<String> getMilestones() throws IOException
IOException
SpringCloudInfoService.Milestone getMilestoneDueDate(String name) throws SpringCloudMilestoneNotFoundException, IOException
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.