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