Package ch.mobi.mobitor.service
Interface DeploymentInformationService
-
@Service public interface DeploymentInformationService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringcreateDeploymentWebUri(@NotNull String serverName, @NotNull String applicationName, @NotNull String environment)List<Deployment>filterDeployments(@NotNull List<Deployment> deployments, @NotNull Set<String> environments)StringgetVersion(@NotNull String applicationName, @NotNull List<Deployment> deployments)List<Deployment>retrieveDeployments(@NotNull String serverName)
-
-
-
Method Detail
-
retrieveDeployments
List<Deployment> retrieveDeployments(@NotNull @NotNull String serverName)
-
filterDeployments
List<Deployment> filterDeployments(@NotNull @NotNull List<Deployment> deployments, @NotNull @NotNull Set<String> environments)
-
getVersion
String getVersion(@NotNull @NotNull String applicationName, @NotNull @NotNull List<Deployment> deployments)
-
-