Interface DeploymentContainerConfiguration

All Known Implementing Classes:
AbstractITCase

public interface DeploymentContainerConfiguration
Encapsulates the deployment container configuration for a test.
Author:
Paul Ferraro
  • Method Details

    • getDeploymentContainerRegistry

      DeploymentContainerRegistry getDeploymentContainerRegistry()
      Returns the registry of deployment containers.
      Returns:
      the registry of deployment containers.
    • getDeploymentContainers

      default List<DeploymentContainer> getDeploymentContainers(Set<String> names)
      Returns a list of deployment containers with the specified names.
      Parameters:
      names - a set of deployment container names
      Returns:
      a list of deployment containers with the specified names.
    • getDeploymentContainers

      default List<DeploymentContainer> getDeploymentContainers()
      Returns a list of all deployment containers.
      Returns:
      a list of all deployment containers.