Class SimpleDeploymentDescription

    • Method Detail

      • of

        public static SimpleDeploymentDescription of​(String name)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Creates a simple deployment description with an empty set of server groups.
        Parameters:
        name - the name for the deployment
        Returns:
        the deployment description
      • of

        public static SimpleDeploymentDescription of​(String name,
                                                     Set<String> serverGroups)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Creates a simple deployment description.
        Parameters:
        name - the name for the deployment
        serverGroups - the server groups
        Returns:
        the deployment description
      • addServerGroup

        public SimpleDeploymentDescription addServerGroup​(String serverGroup)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Adds a server group for the deployment description.
        Parameters:
        serverGroup - the server group to add
        Returns:
        this deployment description
      • addServerGroups

        public SimpleDeploymentDescription addServerGroups​(String... serverGroups)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Adds the server groups for the deployment description.
        Parameters:
        serverGroups - the server groups to add
        Returns:
        this deployment description
      • addServerGroups

        public SimpleDeploymentDescription addServerGroups​(Collection<String> serverGroups)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Adds the server groups for the deployment description.
        Parameters:
        serverGroups - the server groups to add
        Returns:
        this deployment description
      • getServerGroups

        public Set<String> getServerGroups()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Description copied from interface: DeploymentDescription
        Returns the server groups for this deployment.
        Specified by:
        getServerGroups in interface DeploymentDescription
        Returns:
        a set of server groups for this deployment
      • getName

        public String getName()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Description copied from interface: DeploymentDescription
        Returns the name for this deployment.
        Specified by:
        getName in interface DeploymentDescription
        Returns:
        the name for this deployment
      • hashCode

        public int hashCode()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(Object obj)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        equals in class Object
      • toString

        public String toString()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        toString in class Object