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 java.util.List<Deployment>DeploymentInformationService. filterDeployments(@NotNull java.util.List<Deployment> deployments, @NotNull java.util.Set<java.lang.String> environments)java.util.List<Deployment>DeploymentInformationService. retrieveDeployments(@NotNull java.lang.String serverName)Method parameters in ch.mobi.mobitor.service with type arguments of type Deployment Modifier and Type Method Description java.util.List<Deployment>DeploymentInformationService. filterDeployments(@NotNull java.util.List<Deployment> deployments, @NotNull java.util.Set<java.lang.String> environments)java.lang.StringDeploymentInformationService. getVersion(@NotNull java.lang.String applicationName, @NotNull java.util.List<Deployment> deployments)
-