com.xebialabs.deployit.ci.artifact
Class NamedDeployableArtifact

java.lang.Object
  extended by com.xebialabs.deployit.BaseConfigurationItem
      extended by com.xebialabs.deployit.ci.artifact.DeployableArtifact
          extended by 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

Field Summary
 
Fields inherited from class com.xebialabs.deployit.BaseConfigurationItem
label
 
Constructor Summary
NamedDeployableArtifact()
           
 
Method Summary
 java.lang.String getName()
           
 void setName(java.lang.String name)
           
 
Methods inherited from class com.xebialabs.deployit.ci.artifact.DeployableArtifact
getLocation, setLocation
 
Methods inherited from class com.xebialabs.deployit.BaseConfigurationItem
equals, getLabel, hashCode, setLabel, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NamedDeployableArtifact

public NamedDeployableArtifact()
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)


Copyright © 2010. All Rights Reserved.