Package ch.mobi.mobitor.service
Interface DeploymentInformationService
@Service
public interface DeploymentInformationService
-
Method Summary
Modifier and TypeMethodDescriptioncreateDeploymentWebUri(@NotNull String serverName, @NotNull String applicationName, @NotNull String environment) filterDeployments(@NotNull List<Deployment> deployments, @NotNull Set<String> environments) getVersion(@NotNull String applicationName, @NotNull List<Deployment> deployments) retrieveDeployments(@NotNull String serverName)
-
Method Details
-
retrieveDeployments
-
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) -
createDeploymentWebUri
-