com.xebialabs.deployit.ci.artifact
Class Folder

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

@ConfigurationItem
public abstract class Folder
extends DeployableArtifact

Represents a directory of files.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.xebialabs.deployit.BaseConfigurationItem
label
 
Constructor Summary
Folder()
           
 
Method Summary
 java.util.List<java.io.File> getFiles()
           
 
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

Folder

public Folder()
Method Detail

getFiles

public java.util.List<java.io.File> getFiles()


Copyright © 2010. All Rights Reserved.