Interface DeploymentContainerConfiguration
- All Known Implementing Classes:
AbstractITCase
public interface DeploymentContainerConfiguration
Encapsulates the deployment container configuration for a test.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptiondefault List<DeploymentContainer> Returns a list of all deployment containers.default List<DeploymentContainer> getDeploymentContainers(Set<String> names) Returns a list of deployment containers with the specified names.
-
Method Details
-
getDeploymentContainerRegistry
DeploymentContainerRegistry getDeploymentContainerRegistry() -
getDeploymentContainers
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
Returns a list of all deployment containers.- Returns:
- a list of all deployment containers.
-