Uses of Class
com.xebialabs.deployit.BaseConfigurationItem

Packages that use BaseConfigurationItem
com.xebialabs.deployit.ci Basic configuration items
com.xebialabs.deployit.ci.artifact Configuration items that represent artifacts that can be deployed. 
com.xebialabs.deployit.ci.artifact.mapping Configuration items that represent artifact mappings. 
com.xebialabs.deployit.ci.mapping Mappings allow a user to add detailed deployment information to a Deployment CI 
com.xebialabs.deployit.ci.security Configuration items that are used to security. 
 

Uses of BaseConfigurationItem in com.xebialabs.deployit.ci
 

Subclasses of BaseConfigurationItem in com.xebialabs.deployit.ci
 class Application
          A group that contains DeploymentPackages.
 class Database
          A client to an SQL based database, such as SQL Plus (ORA) of MySql (MySqld)
 class Deployment
          A deployment of a DeploymentPackage on an Environment.
 class DeploymentPackage
          Represents a collection of artifacts and resources that can be deployed onto middleware.
 class Environment
          Represents a collection of middleware CI's that belong together.
 class Host
          A machine that runs middleware.
 

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

Subclasses of BaseConfigurationItem in com.xebialabs.deployit.ci.artifact
 class ConfigurationFiles
          Represents a Folder containing configuration files.
 class DeployableArtifact
          Represents a deployable artifact.
 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.
 

Uses of BaseConfigurationItem in com.xebialabs.deployit.ci.artifact.mapping
 

Subclasses of BaseConfigurationItem in com.xebialabs.deployit.ci.artifact.mapping
 class ConfigurationFilesMapping
          A mapping of a ConfigurationFiles configuration item to a Host.
 class DeployableArtifactMapping
          A mapping of a DeployableArtifact to any kind of middleware
 class EarMapping
          A mapping of an Ear to any kind of middleware.
 class EjbJarMapping
          A mapping of an EjbJar to any kind of middleware.
 class LibrariesMapping
           
 class SqlMapping
          Maps a com.xebialabs.deployit.plugin.sql.ci.SqlScript to a com.xebialabs.deployit.plugin.sql.ci.Database
 class StaticContentMapping
          A mapping of a StaticContent to any kind of middleware.
 class WarMapping
          A mapping of an War to any kind of middleware.
 

Uses of BaseConfigurationItem in com.xebialabs.deployit.ci.mapping
 

Subclasses of BaseConfigurationItem in com.xebialabs.deployit.ci.mapping
 class Mapping
          A ConfigurationItem that can be used to specify that a certain package artifact or resource should be targeted to a specific environment member
 class SourcePropertyOverridingMapping
          A mapping that has a list of key/value pairs that can override values of the source.
 

Uses of BaseConfigurationItem in com.xebialabs.deployit.ci.security
 

Subclasses of BaseConfigurationItem in com.xebialabs.deployit.ci.security
 class PermissionScheme
          A permission scheme that is applied to any number of configuration items.
 



Copyright © 2010. All Rights Reserved.