Interface DeploymentInformationService


@Service public interface DeploymentInformationService
  • Method Details

    • retrieveDeployments

      List<Deployment> retrieveDeployments(@NotNull @NotNull String serverName)
    • 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

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