Uses of Class
com.xebialabs.deployit.ci.artifact.DeployableArtifact

Packages that use DeployableArtifact
com.xebialabs.deployit.ci Basic configuration items
com.xebialabs.deployit.ci.artifact Configuration items that represent artifacts that can be deployed. 
 

Uses of DeployableArtifact in com.xebialabs.deployit.ci
 

Methods in com.xebialabs.deployit.ci that return types with arguments of type DeployableArtifact
 java.util.Set<DeployableArtifact> DeploymentPackage.getDeployableArtifacts()
           
 

Methods in com.xebialabs.deployit.ci with parameters of type DeployableArtifact
 void DeploymentPackage.addDeployableArtifact(DeployableArtifact deployableArtifact)
           
 

Method parameters in com.xebialabs.deployit.ci with type arguments of type DeployableArtifact
 void DeploymentPackage.setDeployableArtifacts(java.util.Set<DeployableArtifact> deployableArtifacts)
           
 

Constructors in com.xebialabs.deployit.ci with parameters of type DeployableArtifact
DeploymentPackage(DeployableArtifact... artifacts)
           
 

Uses of DeployableArtifact in com.xebialabs.deployit.ci.artifact
 

Subclasses of DeployableArtifact in com.xebialabs.deployit.ci.artifact
 class ConfigurationFiles
          Represents a Folder containing configuration files.
 class Ear
          Represents an Java EE EAR file.
 class EjbJar
          Represents an Java EE EJB JAR file.
 class Folder
          Represents a directory of files.
 class Libraries
          Represents a folder containing
 class NamedDeployableArtifact
          Represents a DeployableArtifact that has a name.
 class SqlScript
          An SQL script runnable on a SQL database
 class StaticContent
          Represents static content (HTML files, images, stylesheets, etc.) that is usually deployed onto a webserver.
 class War
          Represents a Java EE WAR file.
 



Copyright © 2010. All Rights Reserved.