Package org.wildfly.plugin.core
Interface DeploymentDescription
-
- All Known Implementing Classes:
Deployment
,SimpleDeploymentDescription
,UndeployDescription
@Deprecated(forRemoval=true) public interface DeploymentDescription
Deprecated, for removal: This API element is subject to removal in a future version.moved to new https://github.com/wildfly/wildfly-plugin-tools projectRepresents a default description for a deployment.- Author:
- James R. Perkins
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
getName()
Deprecated, for removal: This API element is subject to removal in a future version.Returns the name for this deployment.Set<String>
getServerGroups()
Deprecated, for removal: This API element is subject to removal in a future version.Returns the server groups for this deployment.
-
-
-
Method Detail
-
getName
String getName()
Deprecated, for removal: This API element is subject to removal in a future version.Returns the name for this deployment.- Returns:
- the name for this deployment
-
-