Uses of Class
com.xebialabs.deployit.ConfigurationItem

Packages that use ConfigurationItem
com.xebialabs.deployit Contains the core classes, interfaces and annotations for the Deployit plugin API. 
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 ConfigurationItem in com.xebialabs.deployit
 

Classes in com.xebialabs.deployit with annotations of type ConfigurationItem
 class BaseConfigurationItem
          Base class for configuration items that provides convenient default implementations for BaseConfigurationItem.getLabel(), BaseConfigurationItem.setLabel(String), BaseConfigurationItem.hashCode(), BaseConfigurationItem.equals(Object), BaseConfigurationItem.toString().
 

Uses of ConfigurationItem in com.xebialabs.deployit.ci
 

Classes in com.xebialabs.deployit.ci with annotations of type ConfigurationItem
 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 ConfigurationItem in com.xebialabs.deployit.ci.artifact
 

Classes in com.xebialabs.deployit.ci.artifact with annotations of type ConfigurationItem
 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 ConfigurationItem in com.xebialabs.deployit.ci.artifact.mapping
 

Classes in com.xebialabs.deployit.ci.artifact.mapping with annotations of type ConfigurationItem
 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 ConfigurationItem in com.xebialabs.deployit.ci.mapping
 

Classes in com.xebialabs.deployit.ci.mapping with annotations of type ConfigurationItem
 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 ConfigurationItem in com.xebialabs.deployit.ci.security
 

Classes in com.xebialabs.deployit.ci.security with annotations of type ConfigurationItem
 class PermissionScheme
          A permission scheme that is applied to any number of configuration items.
 



Copyright © 2010. All Rights Reserved.