Interface DeploymentInformationService


  • @Service
    public interface DeploymentInformationService
    • 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)