Interface DeploymentDescription

All Known Implementing Classes:
Deployment, SimpleDeploymentDescription, UndeployDescription

public interface DeploymentDescription
Represents a default description for a deployment.
Author:
James R. Perkins
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name for this deployment.
    Returns the server groups for this deployment.
  • Method Details

    • getName

      String getName()
      Returns the name for this deployment.
      Returns:
      the name for this deployment
    • getServerGroups

      Set<String> getServerGroups()
      Returns the server groups for this deployment.
      Returns:
      a set of server groups for this deployment