Interface DeploymentInformationService


  • @Service
    public interface DeploymentInformationService
    • Method Detail

      • retrieveDeployments

        List<Deployment> retrieveDeployments​(@NotNull
                                             @NotNull String serverName)
      • createDeploymentWebUri

        String createDeploymentWebUri​(@NotNull
                                      @NotNull String serverName,
                                      @NotNull
                                      @NotNull String applicationName,
                                      @NotNull
                                      @NotNull String environment)