Uses of Class
ch.mobi.mobitor.domain.deployment.Deployment
-
Packages that use Deployment Package Description ch.mobi.mobitor.service -
-
Uses of Deployment in ch.mobi.mobitor.service
Methods in ch.mobi.mobitor.service that return types with arguments of type Deployment Modifier and Type Method Description List<Deployment>DeploymentInformationService. filterDeployments(@NotNull List<Deployment> deployments, @NotNull Set<String> environments)List<Deployment>DeploymentInformationService. retrieveDeployments(@NotNull String serverName)Method parameters in ch.mobi.mobitor.service with type arguments of type Deployment Modifier and Type Method Description List<Deployment>DeploymentInformationService. filterDeployments(@NotNull List<Deployment> deployments, @NotNull Set<String> environments)StringDeploymentInformationService. getVersion(@NotNull String applicationName, @NotNull List<Deployment> deployments)
-