com.xebialabs.deployit.ci.artifact
Class DeployableArtifact

java.lang.Object
  extended by com.xebialabs.deployit.BaseConfigurationItem
      extended by com.xebialabs.deployit.ci.artifact.DeployableArtifact
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Folder, NamedDeployableArtifact

@ConfigurationItem(description="Deployable artifact.")
public abstract class DeployableArtifact
extends BaseConfigurationItem

Represents a deployable artifact.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.xebialabs.deployit.BaseConfigurationItem
label
 
Constructor Summary
DeployableArtifact()
           
 
Method Summary
 java.lang.String getLocation()
           
 void setLocation(java.lang.String location)
           
 
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

DeployableArtifact

public DeployableArtifact()
Method Detail

getLocation

public java.lang.String getLocation()

setLocation

public void setLocation(java.lang.String location)


Copyright © 2010. All Rights Reserved.