Interface DeploymentGroups

  • All Superinterfaces:
    ConfigBeanProxy

    public interface DeploymentGroups
    extends ConfigBeanProxy
    Config Bean for Deployment Groups. This element is at the domain level and contains a DeploymentGroup bean underneath
    Author:
    Steve Millidge (Payara Foundation)
    • Method Detail

      • getDeploymentGroup

        List<DeploymentGroup> getDeploymentGroup()
        Returns the list of deployment groups
        Returns:
      • getDeploymentGroup

        @DuckTyped
        DeploymentGroup getDeploymentGroup​(String name)
        Return the deployment group with the specified name
        Parameters:
        name - The name of the deployment group to return
        Returns:
        The deployment group