com.xebialabs.deployit.ci.artifact
Class NamedDeployableArtifact
java.lang.Object
com.xebialabs.deployit.BaseConfigurationItem
com.xebialabs.deployit.ci.artifact.DeployableArtifact
com.xebialabs.deployit.ci.artifact.NamedDeployableArtifact
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- Ear, EjbJar, War
@ConfigurationItem
public abstract class NamedDeployableArtifact
- extends DeployableArtifact
Represents a DeployableArtifact that has a name.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
NamedDeployableArtifact
public NamedDeployableArtifact()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
validate
public boolean validate()
- Specified by:
validate in class DeployableArtifact
getValidationError
public java.lang.String getValidationError()
- Specified by:
getValidationError in class DeployableArtifact
Copyright © 2010. All Rights Reserved.