A B C D E F G H I J K L M N O P R S T U V W

A

AbstractHostFile - Class in com.xebialabs.deployit.hostsession.common
Abstract base class with common methods used by actual implementations of HostFile.
AbstractHostFile(HostSession) - Constructor for class com.xebialabs.deployit.hostsession.common.AbstractHostFile
 
AbstractHostSession - Class in com.xebialabs.deployit.hostsession.common
Abstract base class with common methods used by actual implementations of HostSession.
AbstractHostSession(OperatingSystemFamily, String) - Constructor for class com.xebialabs.deployit.hostsession.common.AbstractHostSession
 
AccessControlEntry - Class in com.xebialabs.deployit.ci.security
An access control entry on a PermissionScheme.
AccessControlEntry() - Constructor for class com.xebialabs.deployit.ci.security.AccessControlEntry
 
AccessControlEntry(String, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.xebialabs.deployit.ci.security.AccessControlEntry
 
addChange(Change<?>) - Method in class com.xebialabs.deployit.ChangeResolution
Adds a change to the list of changes resolved.
addDeployableArtifact(DeployableArtifact) - Method in class com.xebialabs.deployit.ci.DeploymentPackage
 
addedMappings - Variable in class com.xebialabs.deployit.mapper.Mapper
 
addKeyValuePair(KeyValuePair) - Method in class com.xebialabs.deployit.ci.artifact.mapping.DeployableArtifactMapping
 
addMapping(Mapping) - Method in class com.xebialabs.deployit.ci.Deployment
Adds a mapping to this deployment.
addMember(Serializable) - Method in class com.xebialabs.deployit.ci.Environment
 
addMiddlewareResource(Serializable) - Method in class com.xebialabs.deployit.ci.DeploymentPackage
 
addSourcePropertyOverride(KeyValuePair) - Method in class com.xebialabs.deployit.ci.mapping.SourcePropertyOverridingMapping
 
addStep(Step) - Method in class com.xebialabs.deployit.ChangeResolution
Adds a step to the list of steps to be executed.
addSteps(List<Step>) - Method in class com.xebialabs.deployit.ChangeResolution
Adds multiple steps to the list of steps to be executed.
Application - Class in com.xebialabs.deployit.ci
A group that contains DeploymentPackages.
Application() - Constructor for class com.xebialabs.deployit.ci.Application
 
asSet(T...) - Static method in class com.xebialabs.deployit.util.SetUtils
Returns a variable number of arguments (or an array) as a set.

B

BaseConfigurationItem - Class in com.xebialabs.deployit
Base class for configuration items that provides convenient default implementations for BaseConfigurationItem.getLabel(), BaseConfigurationItem.setLabel(String), BaseConfigurationItem.hashCode(), BaseConfigurationItem.equals(Object), BaseConfigurationItem.toString().
BaseConfigurationItem() - Constructor for class com.xebialabs.deployit.BaseConfigurationItem
 

C

canExecute() - Method in class com.xebialabs.deployit.hostsession.cifs.CifsHostFile
 
canExecute() - Method in interface com.xebialabs.deployit.hostsession.HostFile
Tests whether the file or directory can be executed.
canRead() - Method in class com.xebialabs.deployit.hostsession.cifs.CifsHostFile
 
canRead() - Method in interface com.xebialabs.deployit.hostsession.HostFile
Tests whether the file or directory can be read.
canWrite() - Method in class com.xebialabs.deployit.hostsession.cifs.CifsHostFile
 
canWrite() - Method in interface com.xebialabs.deployit.hostsession.HostFile
Tests whether the file or directory can be written.
CapturingCommandExecutionCallbackHandler - Class in com.xebialabs.deployit.hostsession
An implementation of the CommandExecutionCallbackHandler that captures the output in variables.
CapturingCommandExecutionCallbackHandler() - Constructor for class com.xebialabs.deployit.hostsession.CapturingCommandExecutionCallbackHandler
Creates a CommandExecutionCallbackHandler.
CapturingCommandExecutionCallbackHandler(boolean) - Constructor for class com.xebialabs.deployit.hostsession.CapturingCommandExecutionCallbackHandler
Creates a CommandExecutionCallbackHandler that can be configured to debug the output.
Change<T extends java.io.Serializable> - Interface in com.xebialabs.deployit
A changes on the repository to either add, modify or delete a configuration item.
change - Variable in class com.xebialabs.deployit.mapper.Mapper
 
ChangePlan - Interface in com.xebialabs.deployit
A list of Changes that the user want to apply at the same time.
ChangeResolution - Class in com.xebialabs.deployit
Holds information on what steps to be executed (in the middleware) to make the changes "happen".
ChangeResolution() - Constructor for class com.xebialabs.deployit.ChangeResolution
Creates an empty change resolution.
ChangeResolution(Change<?>) - Constructor for class com.xebialabs.deployit.ChangeResolution
Creates a change resolution for the resolved change.
ChangeResolution(Change<?>, List<Step>) - Constructor for class com.xebialabs.deployit.ChangeResolution
Creates a change resolution linking the given change with the provided step list.
CifsHostFile - Class in com.xebialabs.deployit.hostsession.cifs
 
CifsTelnetHostSession - Class in com.xebialabs.deployit.hostsession.cifs
Windows Telnet Service in stream mode:
> tlntadmn config mode=stream Shares with names like C$ are available for all drives you access. Not tested with domain accounts.
CifsTelnetHostSession(OperatingSystemFamily, String, String, int, String, String) - Constructor for class com.xebialabs.deployit.hostsession.cifs.CifsTelnetHostSession
 
cleanupTemporaryFiles() - Method in class com.xebialabs.deployit.hostsession.common.AbstractHostSession
 
close() - Method in class com.xebialabs.deployit.hostsession.common.AbstractHostSession
 
close() - Method in interface com.xebialabs.deployit.hostsession.HostSession
Closes the host session.
close() - Method in class com.xebialabs.deployit.hostsession.ssh.SshSftpHostSession
 
closeSftpChannel(ChannelSftp) - Method in class com.xebialabs.deployit.hostsession.ssh.SshSftpHostSession
 
com.xebialabs.deployit - package com.xebialabs.deployit
Contains the core classes, interfaces and annotations for the Deployit plugin API.
com.xebialabs.deployit.ci - package com.xebialabs.deployit.ci
Basic configuration items.
com.xebialabs.deployit.ci.artifact - package com.xebialabs.deployit.ci.artifact
Configuration items that represent artifacts that can be deployed.
com.xebialabs.deployit.ci.artifact.mapping - package com.xebialabs.deployit.ci.artifact.mapping
Configuration items that represent artifact mappings.
com.xebialabs.deployit.ci.mapping - package com.xebialabs.deployit.ci.mapping
Mappings allow a user to add detailed deployment information to a Deployment CI
com.xebialabs.deployit.ci.security - package com.xebialabs.deployit.ci.security
Configuration items that are used to security.
com.xebialabs.deployit.exception - package com.xebialabs.deployit.exception
Exception classes.
com.xebialabs.deployit.hostsession - package com.xebialabs.deployit.hostsession
The host session framework.
com.xebialabs.deployit.hostsession.cifs - package com.xebialabs.deployit.hostsession.cifs
 
com.xebialabs.deployit.hostsession.common - package com.xebialabs.deployit.hostsession.common
Common classes shared by implementations of the host session framework.
com.xebialabs.deployit.hostsession.local - package com.xebialabs.deployit.hostsession.local
Local implementations of the host session framework.
com.xebialabs.deployit.hostsession.ssh - package com.xebialabs.deployit.hostsession.ssh
SSH implementations of the host session framework.
com.xebialabs.deployit.mapper - package com.xebialabs.deployit.mapper
The mapper framework; a way to modularize runbooks.
com.xebialabs.deployit.mapper.artifact - package com.xebialabs.deployit.mapper.artifact
A number of standard artifact mappers.
com.xebialabs.deployit.reflect - package com.xebialabs.deployit.reflect
Provides classes and interfaces for obtaining reflective information about configuration items.
com.xebialabs.deployit.runbook - package com.xebialabs.deployit.runbook
 
com.xebialabs.deployit.step - package com.xebialabs.deployit.step
 
com.xebialabs.deployit.steps - package com.xebialabs.deployit.steps
Provides a number of standard Step steps.
com.xebialabs.deployit.util - package com.xebialabs.deployit.util
Provides a number of utility classes.
CommandExecution - Interface in com.xebialabs.deployit.hostsession
An executing command on a host.
CommandExecutionCallbackHandler - Interface in com.xebialabs.deployit.hostsession
Handler for callbacks from the host session.
compareTo(ConfigurationItemDescriptor) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Compares this ConfigurationItemDescriptor to another and return -1, 0 or 1 depending on the difference.
ConfigurationFiles - Class in com.xebialabs.deployit.ci.artifact
Represents a Folder containing configuration files.
ConfigurationFiles() - Constructor for class com.xebialabs.deployit.ci.artifact.ConfigurationFiles
 
ConfigurationFilesMapping - Class in com.xebialabs.deployit.ci.artifact.mapping
A mapping of a ConfigurationFiles configuration item to a Host.
ConfigurationFilesMapping() - Constructor for class com.xebialabs.deployit.ci.artifact.mapping.ConfigurationFilesMapping
 
ConfigurationFilesMapping(Serializable, Serializable, String) - Constructor for class com.xebialabs.deployit.ci.artifact.mapping.ConfigurationFilesMapping
 
ConfigurationFilesToHostMapper - Class in com.xebialabs.deployit.mapper.artifact
Mapper that maps ConfigurationFiles CI's to hosts with ConfigurationFilesMapping CI's.
ConfigurationFilesToHostMapper(Change<Deployment>) - Constructor for class com.xebialabs.deployit.mapper.artifact.ConfigurationFilesToHostMapper
 
ConfigurationItem - Annotation Type in com.xebialabs.deployit
Specifies that this class is a configuration item.
ConfigurationItemDescription - Annotation Type in com.xebialabs.deployit
Specifies the field of a ConfigurationItem that is to be injected with the description.
ConfigurationItemDescriptor - Class in com.xebialabs.deployit.reflect
Describes a ConfigurationItem.
ConfigurationItemDescriptor() - Constructor for class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Deprecated. Needed for BlazeDS. Do not invoke!
ConfigurationItemDescriptor(Class<?>, Map<String, String>) - Constructor for class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Constructs a ConfigurationItemDescriptor.
ConfigurationItemDescriptorFactory - Class in com.xebialabs.deployit.reflect
Creates ConfigurationItemDescriptors for types.
ConfigurationItemDescriptorFactory(ConfigurationItemDescriptorFactoryHelper) - Constructor for class com.xebialabs.deployit.reflect.ConfigurationItemDescriptorFactory
Used by Spring.
ConfigurationItemDescriptorFactoryHelper - Interface in com.xebialabs.deployit.reflect
Interface that can be implemented by a class that can return ConfigurationItemDescriptors for the ConfigurationItemDescriptorFactory.
ConfigurationItemLabel - Annotation Type in com.xebialabs.deployit
Specifies the field of a ConfigurationItem that is to be injected with the label.
ConfigurationItemPermissionScheme - Annotation Type in com.xebialabs.deployit
Specifies the field of a ConfigurationItem that is to be injected with the PermissionScheme.
ConfigurationItemProperty - Annotation Type in com.xebialabs.deployit
Specifies that this field is part of the configuration item.
ConfigurationItemProperty.Size - Enum in com.xebialabs.deployit
Defines a number of standard sizes for configuration item properties.
ConfigurationItemPropertyDescriptor - Class in com.xebialabs.deployit.reflect
Describes a property of a ConfigurationItem.
ConfigurationItemPropertyDescriptor() - Constructor for class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Deprecated. Needed for BlazeDS. Do not invoke!
ConfigurationItemPropertyDescriptor(ConfigurationItemDescriptor, ConfigurationItemPropertyDescriptor, Field, String, boolean) - Constructor for class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Constructs a ConfigurationItemPropertyDescriptor.
ConfigurationItemPropertyHolder - Interface in com.xebialabs.deployit.reflect
Interface implemented by classes that contain a number of property descriptors.
ConfigurationItemPropertyType - Enum in com.xebialabs.deployit.reflect
Enumeration of possible configuration item types.
ConfigurationItemProxy - Interface in com.xebialabs.deployit.reflect
Interface that is implemented by configuration item proxies.
ConfigurationItemReflectionUtils - Class in com.xebialabs.deployit.reflect
Contains a number of configuration item reflection utility methods.
ConfigurationItemReflectionUtils() - Constructor for class com.xebialabs.deployit.reflect.ConfigurationItemReflectionUtils
 
contentEquals(File, File) - Static method in class com.xebialabs.deployit.util.ExtendedFileUtils
 
contextDestroyed() - Method in interface com.xebialabs.deployit.StepExecutionContextListener
Is invoked when the step execution context is destroyed.
contextToVariables(Collection<? extends Object>) - Static method in class com.xebialabs.deployit.util.TemplateResolver
 
convertText(String) - Method in enum com.xebialabs.deployit.ci.OperatingSystemFamily
Converts a text to use the line separator of this operating system family.
copy(HostFile, HostFile) - Static method in class com.xebialabs.deployit.hostsession.HostFileUtils
Copies a file or directory.
copy(HostFile, HostFile, HostFileInputStreamTransformer) - Static method in class com.xebialabs.deployit.hostsession.HostFileUtils
Copies a file or directory.
copyDirectory(HostFile, HostFile) - Static method in class com.xebialabs.deployit.hostsession.HostFileUtils
Copies a directory recursively.
copyDirectory(HostFile, HostFile, HostFileInputStreamTransformer) - Static method in class com.xebialabs.deployit.hostsession.HostFileUtils
Copies a directory recursively.
copyFile(HostFile, HostFile) - Static method in class com.xebialabs.deployit.hostsession.HostFileUtils
Copies a regular file.
copyFile(HostFile, HostFile, HostFileInputStreamTransformer) - Static method in class com.xebialabs.deployit.hostsession.HostFileUtils
Copies a regular file.
CopyStep - Class in com.xebialabs.deployit.steps
Steps that copies files and directories from one host to another.
CopyStep(Host, String, Host, String) - Constructor for class com.xebialabs.deployit.steps.CopyStep
Creates a new CopyStep that will not create a top-level directory and that will do no placeholder replacement.
CopyStep(Host, String, Host, String, Map<String, String>) - Constructor for class com.xebialabs.deployit.steps.CopyStep
Creates a new CopyStep that copies a file from a location on a source host to a location on a destination host, replacing placeholders in the source file using the given properties.
copyToTemporaryFile(File) - Method in class com.xebialabs.deployit.hostsession.common.AbstractHostSession
 
copyToTemporaryFile(Resource) - Method in class com.xebialabs.deployit.hostsession.common.AbstractHostSession
 
copyToTemporaryFile(File) - Method in interface com.xebialabs.deployit.hostsession.HostSession
Copies a local file to a temporary file on the host.
copyToTemporaryFile(Resource) - Method in interface com.xebialabs.deployit.hostsession.HostSession
Copies a resource to a temporary file on the host.
createSessionTempDirectory(HostFile, String) - Method in class com.xebialabs.deployit.hostsession.common.AbstractHostSession
 
createSessionTempDirectory(HostFile, String) - Method in class com.xebialabs.deployit.hostsession.ssh.SshSudoHostSession
 

D

Database - Class in com.xebialabs.deployit.ci
A client to an SQL based database, such as SQL Plus (ORA) of MySql (MySqld)
Database() - Constructor for class com.xebialabs.deployit.ci.Database
 
DebugCommandExecutionCallbackHandler - Class in com.xebialabs.deployit.hostsession
Implementation of the CommandExecutionCallbackHandler interface that sends its output to System.out and System.err.
DebugCommandExecutionCallbackHandler() - Constructor for class com.xebialabs.deployit.hostsession.DebugCommandExecutionCallbackHandler
 
DEFAULT_JOIN_SEPARATOR - Static variable in class com.xebialabs.deployit.util.ExtendedStringUtils
The default join separator used by ExtendedStringUtils.join(Collection, Transformer).
DEFAULT_SSH_PORT - Static variable in class com.xebialabs.deployit.hostsession.HostSessionFactory
The default port to use for SSH host sessions
delete() - Method in class com.xebialabs.deployit.hostsession.cifs.CifsHostFile
 
delete() - Method in interface com.xebialabs.deployit.hostsession.HostFile
Deletes the host file or directory.
deletedMappings - Variable in class com.xebialabs.deployit.mapper.Mapper
 
deleteRecursively() - Method in class com.xebialabs.deployit.hostsession.cifs.CifsHostFile
 
deleteRecursively() - Method in class com.xebialabs.deployit.hostsession.common.AbstractHostFile
 
deleteRecursively(String) - Method in class com.xebialabs.deployit.hostsession.common.AbstractHostFile
 
deleteRecursively() - Method in interface com.xebialabs.deployit.hostsession.HostFile
Deletes the host directory recursively, first deleting its contents and then the directory itself.
deleteRecursively(String) - Method in interface com.xebialabs.deployit.hostsession.HostFile
Deprecated. Will be removed very soon.
DeleteStep - Class in com.xebialabs.deployit.steps
Steps that deletes a file or a directory on a host.
DeleteStep(Host, String) - Constructor for class com.xebialabs.deployit.steps.DeleteStep
Creates a DeleteStep that deletes a file/directory on a remote host.
DeleteStep(Host, String, String) - Constructor for class com.xebialabs.deployit.steps.DeleteStep
Creates a DeleteStep that delete a file/directory on a remote host.
DeployableArtifact - Class in com.xebialabs.deployit.ci.artifact
Represents a deployable artifact.
DeployableArtifact() - Constructor for class com.xebialabs.deployit.ci.artifact.DeployableArtifact
 
DeployableArtifactMapping - Class in com.xebialabs.deployit.ci.artifact.mapping
A mapping of a DeployableArtifact to any kind of middleware
DeployableArtifactMapping() - Constructor for class com.xebialabs.deployit.ci.artifact.mapping.DeployableArtifactMapping
 
DeployableArtifactMapping(Serializable, Serializable) - Constructor for class com.xebialabs.deployit.ci.artifact.mapping.DeployableArtifactMapping
 
Deployment - Class in com.xebialabs.deployit.ci
A deployment of a DeploymentPackage on an Environment.
Deployment() - Constructor for class com.xebialabs.deployit.ci.Deployment
 
Deployment(DeploymentPackage, Environment) - Constructor for class com.xebialabs.deployit.ci.Deployment
 
Deployment(DeploymentPackage, Environment, String) - Constructor for class com.xebialabs.deployit.ci.Deployment
 
DeploymentPackage - Class in com.xebialabs.deployit.ci
Represents a collection of artifacts and resources that can be deployed onto middleware.
DeploymentPackage() - Constructor for class com.xebialabs.deployit.ci.DeploymentPackage
 
DeploymentPackage(DeployableArtifact...) - Constructor for class com.xebialabs.deployit.ci.DeploymentPackage
 
description - Variable in class com.xebialabs.deployit.steps.HostSessionStep
 
description - Variable in class com.xebialabs.deployit.steps.RunSqlScriptOnDatabaseStep
 
destinationHost - Variable in class com.xebialabs.deployit.steps.CopyStep
 
destinationLocation - Variable in class com.xebialabs.deployit.steps.CopyStep
 

E

Ear - Class in com.xebialabs.deployit.ci.artifact
Represents an Java EE EAR file.
Ear() - Constructor for class com.xebialabs.deployit.ci.artifact.Ear
 
EarMapping - Class in com.xebialabs.deployit.ci.artifact.mapping
A mapping of an Ear to any kind of middleware.
EarMapping() - Constructor for class com.xebialabs.deployit.ci.artifact.mapping.EarMapping
 
EarMapping(Ear, Serializable, String) - Constructor for class com.xebialabs.deployit.ci.artifact.mapping.EarMapping
 
EjbJar - Class in com.xebialabs.deployit.ci.artifact
Represents an Java EE EJB JAR file.
EjbJar() - Constructor for class com.xebialabs.deployit.ci.artifact.EjbJar
 
EjbJarMapping - Class in com.xebialabs.deployit.ci.artifact.mapping
A mapping of an EjbJar to any kind of middleware.
EjbJarMapping() - Constructor for class com.xebialabs.deployit.ci.artifact.mapping.EjbJarMapping
 
EjbJarMapping(EjbJar, Serializable) - Constructor for class com.xebialabs.deployit.ci.artifact.mapping.EjbJarMapping
 
Environment - Class in com.xebialabs.deployit.ci
Represents a collection of middleware CI's that belong together.
Environment() - Constructor for class com.xebialabs.deployit.ci.Environment
 
equals(Object) - Method in class com.xebialabs.deployit.BaseConfigurationItem
 
ErrorStreamToCallbackHandler - Class in com.xebialabs.deployit.hostsession.common
Runnable object that reads an InputStream an invokes a CommandExecutionCallbackHandler for every line read.
ErrorStreamToCallbackHandler(InputStream, CommandExecutionCallbackHandler) - Constructor for class com.xebialabs.deployit.hostsession.common.ErrorStreamToCallbackHandler
 
execute(CommandExecutionCallbackHandler, String...) - Method in class com.xebialabs.deployit.hostsession.cifs.CifsTelnetHostSession
 
execute(CommandExecutionCallbackHandler, Map<String, String>, String...) - Method in class com.xebialabs.deployit.hostsession.cifs.CifsTelnetHostSession
 
execute(CommandExecutionCallbackHandler, String...) - Method in interface com.xebialabs.deployit.hostsession.HostSession
Executes a command with its arguments.
execute(CommandExecutionCallbackHandler, Map<String, String>, String...) - Method in interface com.xebialabs.deployit.hostsession.HostSession
Executes a command and responds to any output with the provided responses.
execute(CommandExecutionCallbackHandler, String...) - Method in class com.xebialabs.deployit.hostsession.local.LocalHostSession
 
execute(CommandExecutionCallbackHandler, Map<String, String>, String...) - Method in class com.xebialabs.deployit.hostsession.local.LocalHostSession
 
execute(CommandExecutionCallbackHandler, Map<String, String>, String...) - Method in class com.xebialabs.deployit.hostsession.ssh.SshSudoHostSession
 
execute(StepExecutionContext) - Method in interface com.xebialabs.deployit.Step
 
execute(StepExecutionContext) - Method in class com.xebialabs.deployit.step.HostConnectionStep
 
execute(StepExecutionContext) - Method in class com.xebialabs.deployit.steps.CopyStep
 
execute(StepExecutionContext) - Method in class com.xebialabs.deployit.steps.DeleteStep
 
execute(StepExecutionContext) - Method in class com.xebialabs.deployit.steps.RunSqlScriptOnDatabaseStep
 
exists() - Method in class com.xebialabs.deployit.hostsession.cifs.CifsHostFile
 
exists() - Method in interface com.xebialabs.deployit.hostsession.HostFile
Tests whether the file or directory exists.
EXITCODE_CANNOT_DETERMINE_ERRORLEVEL - Static variable in class com.xebialabs.deployit.hostsession.cifs.CifsTelnetHostSession
The exitcode returned when the errorlevel of the Windows command could not be determined.
ExtendedFileUtils - Class in com.xebialabs.deployit.util
 
ExtendedFileUtils() - Constructor for class com.xebialabs.deployit.util.ExtendedFileUtils
 
ExtendedResourceUtils - Class in com.xebialabs.deployit.util
Provides a number of static methods that work on Resources.
ExtendedResourceUtils() - Constructor for class com.xebialabs.deployit.util.ExtendedResourceUtils
 
ExtendedStringUtils - Class in com.xebialabs.deployit.util
Utility class for some useful String manipulations.
ExtendedStringUtils() - Constructor for class com.xebialabs.deployit.util.ExtendedStringUtils
 

F

Folder - Class in com.xebialabs.deployit.ci.artifact
Represents a directory of files.
Folder() - Constructor for class com.xebialabs.deployit.ci.artifact.Folder
 

G

generateAdditionSteps(List<Step>) - Method in class com.xebialabs.deployit.mapper.StepGeneratingMapper
Generates all the steps that will add artifacts/resources to the middleware.
generateAdditionStepsForAddedMapping(ConfigurationFiles, ConfigurationFilesMapping, Host, List<Step>) - Method in class com.xebialabs.deployit.mapper.artifact.ConfigurationFilesToHostMapper
 
generateAdditionStepsForAddedMapping(Libraries, LibrariesMapping, Host, List<Step>) - Method in class com.xebialabs.deployit.mapper.artifact.LibrariesToHostMapper
 
generateAdditionStepsForAddedMapping(SqlScript, Database, List<Step>) - Method in class com.xebialabs.deployit.mapper.artifact.SqlScriptToDatabaseMapper
 
generateAdditionStepsForAddedMapping(SqlScript, SqlMapping, Database, List<Step>) - Method in class com.xebialabs.deployit.mapper.artifact.SqlScriptToDatabaseMapper
 
generateAdditionStepsForAddedMapping(S, Mapping, T, List<Step>) - Method in class com.xebialabs.deployit.mapper.MappingAgnosticStepGeneratingMapper
Overrides StepGeneratingMapper.generateAdditionStepsForAddedMapping(Serializable, Mapping, Serializable, List) to invoke MappingAgnosticStepGeneratingMapper.generateAdditionStepsForAddedMapping(Serializable, Serializable, List).
generateAdditionStepsForAddedMapping(S, T, List<Step>) - Method in class com.xebialabs.deployit.mapper.MappingAgnosticStepGeneratingMapper
Version of StepGeneratingMapper.generateAdditionStepsForAddedMapping(Serializable, Mapping, Serializable, List) that does without the newMapping parameter.
generateAdditionStepsForAddedMapping(S, Mapping, T, List<Step>) - Method in class com.xebialabs.deployit.mapper.ModificationSupportingMappingAgnosticStepGeneratingMapper
Overrides StepGeneratingMapper.generateAdditionStepsForAddedMapping(Serializable, Mapping, Serializable, List) to invoke ModificationSupportingMappingAgnosticStepGeneratingMapper.generateAdditionStepsForAddedMapping(Serializable, Serializable, List).
generateAdditionStepsForAddedMapping(S, T, List<Step>) - Method in class com.xebialabs.deployit.mapper.ModificationSupportingMappingAgnosticStepGeneratingMapper
Version of StepGeneratingMapper.generateAdditionStepsForAddedMapping(Serializable, Mapping, Serializable, List) that does without the newMapping parameter.
generateAdditionStepsForAddedMapping(S, M, T, List<Step>) - Method in class com.xebialabs.deployit.mapper.StepGeneratingMapper
Must be implemented by a subclass to generate steps that add an artifact/a resource to the middleware when a mapping is added.
generateAdditionStepsForModifiedMapping(S, Mapping, T, List<Step>) - Method in class com.xebialabs.deployit.mapper.MappingAgnosticStepGeneratingMapper
Overrides StepGeneratingMapper.generateAdditionStepsForModifiedMapping(Serializable, Mapping, Serializable, List) to invoke MappingAgnosticStepGeneratingMapper.generateAdditionStepsForModifiedMapping(Serializable, Serializable, List).
generateAdditionStepsForModifiedMapping(S, T, List<Step>) - Method in class com.xebialabs.deployit.mapper.MappingAgnosticStepGeneratingMapper
Version of StepGeneratingMapper.generateAdditionStepsForModifiedMapping(Serializable, Mapping, Serializable, List) that does without the newMapping parameter.
generateAdditionStepsForModifiedMapping(S, M, T, List<Step>) - Method in class com.xebialabs.deployit.mapper.ModificationSupportingStepGeneratingMapper
Overrides StepGeneratingMapper.generateAdditionStepsForModifiedMapping(Serializable, Mapping, Serializable, List) to not generate any steps.
generateAdditionStepsForModifiedMapping(S, M, T, List<Step>) - Method in class com.xebialabs.deployit.mapper.StepGeneratingMapper
Can be overridden by a subclass to generate steps that add an artifact/a resource to the middleware when a mapping is modified.
generateDeletionSteps(List<Step>) - Method in class com.xebialabs.deployit.mapper.StepGeneratingMapper
Generates all the steps that will delete artifacts/resources from the middleware.
generateDeletionStepsForDeletedMapping(ConfigurationFiles, ConfigurationFilesMapping, Host, List<Step>) - Method in class com.xebialabs.deployit.mapper.artifact.ConfigurationFilesToHostMapper
 
generateDeletionStepsForDeletedMapping(Libraries, LibrariesMapping, Host, List<Step>) - Method in class com.xebialabs.deployit.mapper.artifact.LibrariesToHostMapper
 
generateDeletionStepsForDeletedMapping(SqlScript, SqlMapping, Database, List<Step>) - Method in class com.xebialabs.deployit.mapper.artifact.SqlScriptToDatabaseMapper
 
generateDeletionStepsForDeletedMapping(S, Mapping, T, List<Step>) - Method in class com.xebialabs.deployit.mapper.MappingAgnosticStepGeneratingMapper
Overrides StepGeneratingMapper.generateDeletionStepsForDeletedMapping(Serializable, Mapping, Serializable, List) to invoke MappingAgnosticStepGeneratingMapper.generateDeletionStepsForDeletedMapping(Serializable, Serializable, List).
generateDeletionStepsForDeletedMapping(S, T, List<Step>) - Method in class com.xebialabs.deployit.mapper.MappingAgnosticStepGeneratingMapper
Version of StepGeneratingMapper.generateDeletionStepsForDeletedMapping(Serializable, Mapping, Serializable, List) that does without the oldMapping parameter.
generateDeletionStepsForDeletedMapping(S, Mapping, T, List<Step>) - Method in class com.xebialabs.deployit.mapper.ModificationSupportingMappingAgnosticStepGeneratingMapper
Overrides StepGeneratingMapper.generateDeletionStepsForDeletedMapping(Serializable, Mapping, Serializable, List) to invoke ModificationSupportingMappingAgnosticStepGeneratingMapper.generateDeletionStepsForDeletedMapping(Serializable, Serializable, List).
generateDeletionStepsForDeletedMapping(S, T, List<Step>) - Method in class com.xebialabs.deployit.mapper.ModificationSupportingMappingAgnosticStepGeneratingMapper
Version of StepGeneratingMapper.generateDeletionStepsForDeletedMapping(Serializable, Mapping, Serializable, List) that does without the newMapping parameter.
generateDeletionStepsForDeletedMapping(S, M, T, List<Step>) - Method in class com.xebialabs.deployit.mapper.StepGeneratingMapper
Must be implemented by a subclass to generate steps that delete an artifact/a resource from the middleware when a mapping is deleted.
generateDeletionStepsForModifiedMapping(S, Mapping, T, List<Step>) - Method in class com.xebialabs.deployit.mapper.MappingAgnosticStepGeneratingMapper
Overrides StepGeneratingMapper.generateDeletionStepsForModifiedMapping(Serializable, Mapping, Serializable, List) to invoke MappingAgnosticStepGeneratingMapper.generateDeletionStepsForModifiedMapping(Serializable, Serializable, List).
generateDeletionStepsForModifiedMapping(S, T, List<Step>) - Method in class com.xebialabs.deployit.mapper.MappingAgnosticStepGeneratingMapper
Version of StepGeneratingMapper.generateDeletionStepsForModifiedMapping(Serializable, Mapping, Serializable, List) that does without the oldMapping parameter.
generateDeletionStepsForModifiedMapping(S, M, T, List<Step>) - Method in class com.xebialabs.deployit.mapper.ModificationSupportingStepGeneratingMapper
Overrides StepGeneratingMapper.generateDeletionStepsForModifiedMapping(Serializable, Mapping, Serializable, List) to not generate any steps.
generateDeletionStepsForModifiedMapping(S, M, T, List<Step>) - Method in class com.xebialabs.deployit.mapper.StepGeneratingMapper
Can be overridden by a subclass to generate steps that delete an artifact/a resource from the middleware when a mapping is modified.
generateModificationSteps(List<Step>) - Method in class com.xebialabs.deployit.mapper.ModificationSupportingStepGeneratingMapper
Generates all the steps that will modify artifacts/resources in the middleware.
generateModificationStepsForModifiedMapping(S, Mapping, T, S, Mapping, T, List<Step>) - Method in class com.xebialabs.deployit.mapper.ModificationSupportingMappingAgnosticStepGeneratingMapper
Overrides ModificationSupportingStepGeneratingMapper.generateModificationStepsForModifiedMapping(Serializable, Mapping, Serializable, Serializable, Mapping, Serializable, List) to invoke ModificationSupportingMappingAgnosticStepGeneratingMapper.generateModificationStepsForModifiedMapping(Serializable, Serializable, Serializable, Serializable, List).
generateModificationStepsForModifiedMapping(S, T, S, T, List<Step>) - Method in class com.xebialabs.deployit.mapper.ModificationSupportingMappingAgnosticStepGeneratingMapper
Version of StepGeneratingMapper.generateAdditionStepsForAddedMapping(Serializable, Mapping, Serializable, List) that does without the newMapping parameter.
generateModificationStepsForModifiedMapping(S, M, T, S, M, T, List<Step>) - Method in class com.xebialabs.deployit.mapper.ModificationSupportingStepGeneratingMapper
Must be implemented by a subclass to generate steps that delete an artifact/a resource from the middleware when a mapping is deleted.
get() - Method in class com.xebialabs.deployit.hostsession.cifs.CifsHostFile
 
get(OutputStream) - Method in class com.xebialabs.deployit.hostsession.common.AbstractHostFile
 
get(File) - Method in class com.xebialabs.deployit.hostsession.common.AbstractHostFile
 
get() - Method in interface com.xebialabs.deployit.hostsession.HostFile
Opens the host file for reading.
get(OutputStream) - Method in interface com.xebialabs.deployit.hostsession.HostFile
Copies the content of the host file to a stream.
get(File) - Method in interface com.xebialabs.deployit.hostsession.HostFile
Copies the content of the host file to a file.
getAccessControlEntries() - Method in class com.xebialabs.deployit.ci.security.PermissionScheme
 
getAccessMethod() - Method in class com.xebialabs.deployit.ci.Host
 
getAddedMappings() - Method in class com.xebialabs.deployit.mapper.Mapper
Returns the list of added mappings.
getAddress() - Method in class com.xebialabs.deployit.ci.Host
 
getAffectedTargets() - Method in class com.xebialabs.deployit.mapper.Mapper
Gets the affected targets of all the mappings.
getAll() - Method in class com.xebialabs.deployit.hostsession.CapturingCommandExecutionCallbackHandler
Returns the captured regular and error output, with the lines separated by "\n".
getAllLines() - Method in class com.xebialabs.deployit.hostsession.CapturingCommandExecutionCallbackHandler
Returns the captured regular and error output lines.
getAllMembers() - Method in class com.xebialabs.deployit.ci.DeploymentPackage
 
getAllowedCiTypes() - Method in class com.xebialabs.deployit.ci.security.PermissionScheme
 
getAllPermissions(String) - Static method in class com.xebialabs.deployit.ci.security.AccessControlEntry
 
getAllTargets() - Method in class com.xebialabs.deployit.mapper.Mapper
Gets all the targets of all the mappings, old and new.
getApplicablePermissions(String, Collection<String>) - Method in class com.xebialabs.deployit.ci.security.PermissionScheme
 
getApplication() - Method in class com.xebialabs.deployit.ci.DeploymentPackage
 
getAttribute(String) - Method in interface com.xebialabs.deployit.StepExecutionContext
Returns the step execution context attribute with the given name, or null if there is no attribute by that name.
getBackingObject() - Method in interface com.xebialabs.deployit.reflect.ConfigurationItemProxy
Gives access to the "real" configuration item object.
getCategory() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Gets the category of this configuration item type.
getCategory() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Gets the category of this property.
getChanges() - Method in interface com.xebialabs.deployit.ChangePlan
Returns the changes of this change plan.
getChanges() - Method in class com.xebialabs.deployit.ChangeResolution
Returns the changes that are resolved by this changeresolution.
getCollectionMemberClass() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Gets the collection member class, if this property is an LIST_OF_OBJECTS
getCollectionMemberClassname() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Gets the collection member class name, if this property is an LIST_OF_OBJECTS
getCommand() - Method in class com.xebialabs.deployit.ci.Database
 
getConfigurationItemClass() - Method in interface com.xebialabs.deployit.Change
The class of the CI that is being changed.
getConfigurationItemPropertyDescriptorsForListObject(ConfigurationItemDescriptor, ConfigurationItemPropertyDescriptor, Class<?>) - Static method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Constructs a list of ConfigurationItemPropertyDescriptors.
getConfigurationItemPropertyDescriptorsForTopLevelClass(ConfigurationItemDescriptor, Class<?>, Map<String, String>, String) - Static method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Constructs a list of ConfigurationItemPropertyDescriptors.
getContextRoot() - Method in class com.xebialabs.deployit.ci.artifact.mapping.WarMapping
 
getDatabase() - Method in class com.xebialabs.deployit.ci.Database
 
getDefaultDescription() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Gets the default description for newly created configuration items of this type.
getDefaultPermissionSchemeLabel() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Gets the label of the default permission scheme for newly created configuration items of this type.
getDefaultTemporaryDirectoryPath() - Method in enum com.xebialabs.deployit.ci.OperatingSystemFamily
Returns the default path of the temporary directory for this operating system family, i.e.
getDefaultValue() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
 
getDeletedMappings() - Method in class com.xebialabs.deployit.mapper.Mapper
Returns the list of deleted mappings.
getDeployableArtifacts() - Method in class com.xebialabs.deployit.ci.DeploymentPackage
 
getDescription() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Gets the description of this configuration item type.
getDescription() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Gets the description of this property.
getDescription() - Method in interface com.xebialabs.deployit.Step
Returns a description of what this step will really do on execution.
getDescription() - Method in class com.xebialabs.deployit.step.HostConnectionStep
 
getDescription() - Method in class com.xebialabs.deployit.steps.HostSessionStep
 
getDescription() - Method in class com.xebialabs.deployit.steps.RunSqlScriptOnDatabaseStep
 
getDescriptionPropertyField() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Gets the Field that has been annotated with ConfigurationItemDescription to hold the description.
getDescriptionPropertyName() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Gets the name of the field that has been annotated with ConfigurationItemDescription to hold the description.
getDescriptionValueFromConfigurationItem(Object) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Gets a description from a configuration item.
getDescriptor(Serializable) - Static method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptorFactory
Gets the descriptor for a certain configuration item.
getDescriptor(Serializable) - Method in interface com.xebialabs.deployit.reflect.ConfigurationItemDescriptorFactoryHelper
 
getEnumValues() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Gets the enum values, if this property is an ENUM
getError() - Method in class com.xebialabs.deployit.hostsession.CapturingCommandExecutionCallbackHandler
Returns the captured error output, with the lines separated by "\n".
getErrorLines() - Method in class com.xebialabs.deployit.hostsession.CapturingCommandExecutionCallbackHandler
Returns the captured error output lines.
getExposedProperties(Object) - Static method in class com.xebialabs.deployit.util.TemplateResolver
 
getFile(String) - Method in class com.xebialabs.deployit.hostsession.cifs.CifsTelnetHostSession
 
getFile(HostFile, String) - Method in class com.xebialabs.deployit.hostsession.cifs.CifsTelnetHostSession
 
getFile(String) - Method in class com.xebialabs.deployit.hostsession.common.AbstractHostFile
 
getFile(String) - Method in interface com.xebialabs.deployit.hostsession.HostFile
Returns a new HostFile with this file as its parent.
getFile(String) - Method in interface com.xebialabs.deployit.hostsession.HostSession
Creates a reference to a file on the host.
getFile(HostFile, String) - Method in interface com.xebialabs.deployit.hostsession.HostSession
Creates a reference to a file in a directory on the host.
getFile(String) - Method in class com.xebialabs.deployit.hostsession.local.LocalHostSession
 
getFile(HostFile, String) - Method in class com.xebialabs.deployit.hostsession.local.LocalHostSession
 
getFile(String, boolean) - Method in class com.xebialabs.deployit.hostsession.ssh.SshScpHostSession
 
getFile(String, boolean) - Method in class com.xebialabs.deployit.hostsession.ssh.SshSftpHostSession
 
getFile(String, boolean) - Method in class com.xebialabs.deployit.hostsession.ssh.SshSudoHostSession
 
getFiles() - Method in class com.xebialabs.deployit.ci.artifact.Folder
 
getFileSeparator() - Method in class com.xebialabs.deployit.ci.Host
 
getFileSeparator() - Method in enum com.xebialabs.deployit.ci.OperatingSystemFamily
Returns the character used by the operating system family to separate components of a file path, e.g.
getFirst() - Method in class com.xebialabs.deployit.mapper.Pair
Returns the first element.
getGroupName() - Method in class com.xebialabs.deployit.ci.security.AccessControlEntry
 
getHost() - Method in class com.xebialabs.deployit.ci.Database
 
getHostFileAsString(HostFile) - Static method in class com.xebialabs.deployit.hostsession.HostFileUtils
Reads the contents of a HostFile as a string.
getHostOperatingSystem() - Method in class com.xebialabs.deployit.hostsession.common.AbstractHostSession
 
getHostOperatingSystem() - Method in interface com.xebialabs.deployit.hostsession.HostSession
Return the OS family of the host.
getHostSession() - Method in class com.xebialabs.deployit.ci.Host
 
getHostSession(OperatingSystemFamily, HostAccessMethod, String, int, String, String, String, String) - Static method in class com.xebialabs.deployit.hostsession.HostSessionFactory
Creates a host session for the host.
getHostSession(OperatingSystemFamily, HostAccessMethod, String, String, String, String, String) - Static method in class com.xebialabs.deployit.hostsession.HostSessionFactory
Creates a host session for the host.
getHostSession(Host) - Static method in class com.xebialabs.deployit.hostsession.HostSessionFactory
Returns an HostSession based on the information in a Host CI.
getHostSession() - Method in class com.xebialabs.deployit.steps.HostSessionStep
 
getInputResponseHandler(CommandExecutionCallbackHandler, OutputStream, Map<String, String>) - Method in class com.xebialabs.deployit.hostsession.ssh.SshSudoHostSession
 
getInterfaces() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Gets the names of the interfaces implemented by this configuration item.
getKey() - Method in class com.xebialabs.deployit.ci.mapping.KeyValuePair
Gets the key
getKeyValuePairs() - Method in class com.xebialabs.deployit.ci.artifact.mapping.DeployableArtifactMapping
 
getLabel() - Method in class com.xebialabs.deployit.BaseConfigurationItem
 
getLabel() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Gets the label of this property.
getLabelPropertyField() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Gets the Field that has been annotated with ConfigurationItemLabel to hold the label.
getLabelPropertyName() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Gets the name of the field that has been annotated with ConfigurationItemLabel to hold the label.
getLabelValueFromConfigurationItem(Object) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Gets a label from a configuration item.
getLineSeparator() - Method in class com.xebialabs.deployit.ci.Host
 
getLineSeparator() - Method in enum com.xebialabs.deployit.ci.OperatingSystemFamily
Returns the characters used by the operating system family to separate line in a text file, e.g.
getListObjectPropertyDescriptors() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Gets the property descriptors of the collection member classes, if this property is an LIST_OF_OBJECTS
getLocalHost() - Static method in class com.xebialabs.deployit.ci.Host
 
getLocation() - Method in class com.xebialabs.deployit.ci.artifact.DeployableArtifact
 
getMappings() - Method in class com.xebialabs.deployit.ci.Deployment
 
getMappingsForSource(Class<M>, Serializable) - Method in class com.xebialabs.deployit.ci.Deployment
Returns the mappings on this CI that are of a certain classes (or one of its subclasses) and have a certain source.
getMappingsForTarget(Class<M>, Serializable) - Method in class com.xebialabs.deployit.ci.Deployment
Returns the mappings on this CI that are of a certain classes (or one of its subclasses) and have a certain target.
getMappingsOfType(Class<M>) - Method in class com.xebialabs.deployit.ci.Deployment
Returns the mappings on this CI that are of a certain classes (or one of its subclasses).
getMembers() - Method in class com.xebialabs.deployit.ci.Environment
 
getMembersOfType(Class<T>) - Method in class com.xebialabs.deployit.ci.DeploymentPackage
 
getMembersOfType(Class<T>) - Method in class com.xebialabs.deployit.ci.Environment
 
getMiddlewareResources() - Method in class com.xebialabs.deployit.ci.DeploymentPackage
 
getModifiedMappings() - Method in class com.xebialabs.deployit.mapper.Mapper
Returns the list of modified mappings.
getName() - Method in class com.xebialabs.deployit.ci.artifact.NamedDeployableArtifact
 
getName() - Method in class com.xebialabs.deployit.hostsession.cifs.CifsHostFile
 
getName() - Method in interface com.xebialabs.deployit.hostsession.HostFile
Returns the name of the host file or directory.
getName() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Gets the name of this property.
getNewMappings() - Method in class com.xebialabs.deployit.mapper.Mapper
Returns the list of new mappings.
getNewRevision() - Method in interface com.xebialabs.deployit.Change
Returns the configuration item as it will be after the change.
getNewTargets() - Method in class com.xebialabs.deployit.mapper.Mapper
Gets all the targets of the new mappings.
getNoPermissions(String) - Static method in class com.xebialabs.deployit.ci.security.AccessControlEntry
 
getOldMappings() - Method in class com.xebialabs.deployit.mapper.Mapper
Returns the list of old mappings.
getOldRevision() - Method in interface com.xebialabs.deployit.Change
Returns the configuration item as it was before the change.
getOldTargets() - Method in class com.xebialabs.deployit.mapper.Mapper
Gets all the targets of the old mappings.
getOperatingSystemFamily() - Method in class com.xebialabs.deployit.ci.Host
 
getOptions() - Method in class com.xebialabs.deployit.ci.Database
 
getOutput() - Method in class com.xebialabs.deployit.hostsession.CapturingCommandExecutionCallbackHandler
Returns the captured regular output, with the lines separated by "\n".
getOutputLines() - Method in class com.xebialabs.deployit.hostsession.CapturingCommandExecutionCallbackHandler
Returns the captured regular output lines.
getOwningConfigurationItemDescriptor() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Gets the descriptor of the configuration item that has this property.
getOwningPropertyDescriptor() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Gets the descriptor of the property that has this property.
getParent() - Method in class com.xebialabs.deployit.hostsession.cifs.CifsHostFile
 
getParent() - Method in interface com.xebialabs.deployit.hostsession.HostFile
Returns the path of the parent of the host file or directory.
getParentFile() - Method in class com.xebialabs.deployit.hostsession.common.AbstractHostFile
 
getParentFile() - Method in interface com.xebialabs.deployit.hostsession.HostFile
Returns the a new HostFile referring to the parent of the host file or directory.
getPassword() - Method in class com.xebialabs.deployit.ci.Database
 
getPassword() - Method in class com.xebialabs.deployit.ci.Host
 
getPath() - Method in class com.xebialabs.deployit.hostsession.cifs.CifsHostFile
 
getPath() - Method in interface com.xebialabs.deployit.hostsession.HostFile
Returns the path.
getPathSeparator() - Method in class com.xebialabs.deployit.ci.Host
 
getPathSeparator() - Method in enum com.xebialabs.deployit.ci.OperatingSystemFamily
Returns the character used by the operating system family to separate components of a path, e.g.
getPermissionSchemePropertyField() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Gets the Field that has been annotated with ConfigurationItemPermissionScheme to hold the PermissionScheme.
getPermissionSchemePropertyName() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Gets the name of the field that has been annotated with ConfigurationItemPermissionScheme to hold the PermissionScheme.
getPermissionSchemeValueFromConfigurationItem(Object) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Gets a permission scheme from a configuration item.
getPropertyClass() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Gets the class of this property.
getPropertyClassname() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Gets the class name of this property
getPropertyDescriptor(String) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
 
getPropertyDescriptor(String) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Gets the property descriptor for a named property of the collection member class, if this property is an LIST_OF_OBJECTS
getPropertyDescriptor(String) - Method in interface com.xebialabs.deployit.reflect.ConfigurationItemPropertyHolder
 
getPropertyDescriptors() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Gets the descriptors of the properties of the configuration item type described by this ConfigurationItem=Descriptor.
getPropertyDescriptors() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
 
getPropertyDescriptors() - Method in interface com.xebialabs.deployit.reflect.ConfigurationItemPropertyHolder
 
getPropertyField() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Gets the Field for this property.
getPropertyValueFromConfigurationItem(Object) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Gets a property from a configuration item.
getQuotedString(String) - Static method in class com.xebialabs.deployit.util.ExtendedStringUtils
Returns the string wrapped between double quotes if it contains a space or if it is empty.
getRealConfigurationItem(T) - Static method in class com.xebialabs.deployit.reflect.ConfigurationItemReflectionUtils
Returns the real configuration item if this is a ConfigurationItemProxy.
getScriptExtension() - Method in class com.xebialabs.deployit.ci.Host
 
getScriptExtension() - Method in enum com.xebialabs.deployit.ci.OperatingSystemFamily
Returns the extension for scripts used by the operating system family, e.g.
getSecond() - Method in class com.xebialabs.deployit.mapper.Pair
Returns the second element.
getSession() - Method in class com.xebialabs.deployit.hostsession.common.AbstractHostFile
 
getSession() - Method in interface com.xebialabs.deployit.hostsession.HostFile
Returns the session this file is associated with.
getSharedSftpChannel() - Method in class com.xebialabs.deployit.hostsession.ssh.SshSftpHostSession
 
getSimpleName() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Gets the pretty name of the type this descriptor describes.
getSize() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Gets the display size of this property.
getSource() - Method in class com.xebialabs.deployit.ci.Deployment
 
getSource() - Method in class com.xebialabs.deployit.ci.mapping.Mapping
 
getSourceForMappingTypes() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Gets the source types for this configuration item type if this configuration item type is a Mapping.
getSourcePropertyOverrides() - Method in class com.xebialabs.deployit.ci.mapping.SourcePropertyOverridingMapping
 
getStderr() - Method in interface com.xebialabs.deployit.hostsession.CommandExecution
Returns an input stream that is connected to the standard error stream (stderr) of the running command.
getStdin() - Method in interface com.xebialabs.deployit.hostsession.CommandExecution
Returns an output stream that is connected to the standard input stream (stdin) of the running command.
getStdout() - Method in interface com.xebialabs.deployit.hostsession.CommandExecution
Returns an input stream that is connected to the standard output stream (stdout) of the running command.
getSteps() - Method in class com.xebialabs.deployit.ChangeResolution
Returns the steps that need to executed for the resolved changes.
getSudoUsername() - Method in class com.xebialabs.deployit.ci.Host
 
getSuperClasses() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Gets the names of the superclasses of this configuration item.
getTarget() - Method in class com.xebialabs.deployit.ci.Deployment
 
getTarget() - Method in class com.xebialabs.deployit.ci.mapping.Mapping
 
getTargetDirectory() - Method in class com.xebialabs.deployit.ci.artifact.mapping.ConfigurationFilesMapping
 
getTargetDirectory() - Method in class com.xebialabs.deployit.ci.artifact.mapping.LibrariesMapping
 
getTargetForMappingTypes() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Gets the target types for this configuration item type if this configuration item type is a Mapping.
getTempFile(String, String) - Method in class com.xebialabs.deployit.hostsession.cifs.CifsTelnetHostSession
 
getTempFile(String) - Method in class com.xebialabs.deployit.hostsession.common.AbstractHostSession
 
getTempFile(String) - Method in interface com.xebialabs.deployit.hostsession.HostSession
Creates a reference to a temporary file on the host.
getTempFile(String, String) - Method in interface com.xebialabs.deployit.hostsession.HostSession
Creates a reference to a temporary file on the host.
getTempFile(String, String) - Method in class com.xebialabs.deployit.hostsession.local.LocalHostSession
 
getTemporaryDirectory() - Method in class com.xebialabs.deployit.hostsession.common.AbstractHostSession
 
getTemporaryDirectoryLocation() - Method in class com.xebialabs.deployit.ci.Host
 
getType() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Gets the type this descriptor describes.
getType() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Gets the type of this property.
getTypeClass() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Return the class object of the type this descriptor describes.
getUser() - Method in class com.xebialabs.deployit.ci.Database
 
getUsername() - Method in class com.xebialabs.deployit.ci.Host
 
getValidationError() - Method in class com.xebialabs.deployit.ci.artifact.DeployableArtifact
 
getValidationError() - Method in class com.xebialabs.deployit.ci.artifact.Folder
 
getValidationError() - Method in class com.xebialabs.deployit.ci.artifact.NamedDeployableArtifact
 
getValidationError() - Method in class com.xebialabs.deployit.ci.artifact.SqlScript
 
getValue() - Method in class com.xebialabs.deployit.ci.mapping.KeyValuePair
Gets the value
getValueWithSimpleName(Object, String) - Static method in class com.xebialabs.deployit.util.TemplateResolver
 
getVersion() - Method in class com.xebialabs.deployit.ci.DeploymentPackage
 
getVhostDefinition() - Method in class com.xebialabs.deployit.ci.Deployment
 
getVirtualHost() - Method in class com.xebialabs.deployit.ci.artifact.mapping.EarMapping
 
getVirtualHost() - Method in class com.xebialabs.deployit.ci.artifact.mapping.StaticContentMapping
 
getVirtualHost() - Method in class com.xebialabs.deployit.ci.artifact.mapping.WarMapping
 

H

handleErrorLine(String) - Method in class com.xebialabs.deployit.hostsession.CapturingCommandExecutionCallbackHandler
 
handleErrorLine(String) - Method in interface com.xebialabs.deployit.hostsession.CommandExecutionCallbackHandler
Invoked when an executed command generated a line of error (stderr).
handleErrorLine(String) - Method in class com.xebialabs.deployit.hostsession.common.InputResponseHandler
 
handleErrorLine(String) - Method in class com.xebialabs.deployit.hostsession.DebugCommandExecutionCallbackHandler
 
handleErrorLine(String) - Method in class com.xebialabs.deployit.hostsession.ssh.SshSudoPasswordPromptHandler
 
handleErrorLine(String) - Method in class com.xebialabs.deployit.StepExecutionContextCallbackHandler
 
handleOutput(char) - Method in class com.xebialabs.deployit.hostsession.CapturingCommandExecutionCallbackHandler
 
handleOutput(char) - Method in interface com.xebialabs.deployit.hostsession.CommandExecutionCallbackHandler
Invoked when an executed command generates a character of output (stdout).
handleOutput(char) - Method in class com.xebialabs.deployit.hostsession.common.InputResponseHandler
 
handleOutput(char) - Method in class com.xebialabs.deployit.hostsession.DebugCommandExecutionCallbackHandler
 
handleOutput(char) - Method in class com.xebialabs.deployit.hostsession.ssh.SshSudoPasswordPromptHandler
 
handleOutput(char) - Method in class com.xebialabs.deployit.StepExecutionContextCallbackHandler
 
handleOutputLine(String) - Method in class com.xebialabs.deployit.hostsession.CapturingCommandExecutionCallbackHandler
 
handleOutputLine(String) - Method in interface com.xebialabs.deployit.hostsession.CommandExecutionCallbackHandler
Invoked when an executed command generated a line of output (stdout).
handleOutputLine(String) - Method in class com.xebialabs.deployit.hostsession.common.InputResponseHandler
 
handleOutputLine(String) - Method in class com.xebialabs.deployit.hostsession.DebugCommandExecutionCallbackHandler
 
handleOutputLine(String) - Method in class com.xebialabs.deployit.hostsession.ssh.SshSudoPasswordPromptHandler
 
handleOutputLine(String) - Method in class com.xebialabs.deployit.StepExecutionContextCallbackHandler
 
hashCode() - Method in class com.xebialabs.deployit.BaseConfigurationItem
 
Host - Class in com.xebialabs.deployit.ci
A machine that runs middleware.
Host() - Constructor for class com.xebialabs.deployit.ci.Host
 
host - Variable in class com.xebialabs.deployit.step.HostConnectionStep
 
host - Variable in class com.xebialabs.deployit.steps.HostSessionStep
 
HostAccessMethod - Enum in com.xebialabs.deployit.ci
The mechanism used to access a host.
HostConnectionRunbook - Class in com.xebialabs.deployit.runbook
 
HostConnectionRunbook() - Constructor for class com.xebialabs.deployit.runbook.HostConnectionRunbook
 
HostConnectionStep - Class in com.xebialabs.deployit.step
 
HostConnectionStep(Host) - Constructor for class com.xebialabs.deployit.step.HostConnectionStep
 
HostFile - Interface in com.xebialabs.deployit.hostsession
A reference to a file on a host.
HostFileInputStreamTransformer - Interface in com.xebialabs.deployit.hostsession
 
HostFileUtils - Class in com.xebialabs.deployit.hostsession
Contains a number of convenience methods for working with HostFile objects.
HostFileUtils() - Constructor for class com.xebialabs.deployit.hostsession.HostFileUtils
 
HostSession - Interface in com.xebialabs.deployit.hostsession
A session on a host (local or remote) on which to manipulate files and execute commands.
HostSessionFactory - Class in com.xebialabs.deployit.hostsession
Factory for host sessions.
HostSessionFactory() - Constructor for class com.xebialabs.deployit.hostsession.HostSessionFactory
 
HostSessionStep - Class in com.xebialabs.deployit.steps
Base step for steps that performs execution and/or file manipulation on a host.
HostSessionStep(String, Host) - Constructor for class com.xebialabs.deployit.steps.HostSessionStep
 
HostSessionStep(Host) - Constructor for class com.xebialabs.deployit.steps.HostSessionStep
 

I

init() - Method in class com.xebialabs.deployit.mapper.Mapper
 
InputResponseHandler - Class in com.xebialabs.deployit.hostsession.common
Checks the output of an executed command and gives canned responses to expected output.
InputResponseHandler(CommandExecutionCallbackHandler, OutputStream, Map<String, String>) - Constructor for class com.xebialabs.deployit.hostsession.common.InputResponseHandler
 
isAddition() - Method in interface com.xebialabs.deployit.Change
Returns true iff this change is an addition
isCanGenerateReports() - Method in class com.xebialabs.deployit.ci.security.AccessControlEntry
 
isCanModify() - Method in class com.xebialabs.deployit.ci.security.AccessControlEntry
 
isCanRedeploy() - Method in class com.xebialabs.deployit.ci.security.AccessControlEntry
 
isCanView() - Method in class com.xebialabs.deployit.ci.security.AccessControlEntry
 
isCanViewServerLogs() - Method in class com.xebialabs.deployit.ci.security.AccessControlEntry
 
isDeletion() - Method in interface com.xebialabs.deployit.Change
Returns true iff this change is a deletion.
isDirectory() - Method in class com.xebialabs.deployit.hostsession.cifs.CifsHostFile
 
isDirectory() - Method in interface com.xebialabs.deployit.hostsession.HostFile
Tests whether this file is a directory.
isEditable() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Return whether this property is a editable.
isExpandable() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Returns whether this configuration item type should be shown as expandable in the UI tree.
isIdentical(Mapping) - Method in class com.xebialabs.deployit.ci.mapping.Mapping
 
isIdentical(Serializable, Serializable) - Static method in class com.xebialabs.deployit.reflect.ConfigurationItemReflectionUtils
Compares two configuration items and determines whether they are "identical".
isIdentifying() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Return whether this property is an identifying property.
isModification() - Method in interface com.xebialabs.deployit.Change
Return true iff this change is a modication.
isPassword() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Return whether this property is a password.
isRequired() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Return whether this property is required.
isSimilar(Mapping) - Method in class com.xebialabs.deployit.ci.mapping.Mapping
 
isSimilar(Serializable, Serializable) - Static method in class com.xebialabs.deployit.reflect.ConfigurationItemReflectionUtils
Compares two configuration items and determines whether they are "similar".

J

join(Collection<T>, Transformer) - Static method in class com.xebialabs.deployit.util.ExtendedStringUtils
Joins the string representations of a collection to form one string using the default join separator.
join(Collection<T>, Transformer, String) - Static method in class com.xebialabs.deployit.util.ExtendedStringUtils
Joins the string representations of a collection to form one string.

K

KeyValuePair - Class in com.xebialabs.deployit.ci.mapping
A key/value pair.
KeyValuePair() - Constructor for class com.xebialabs.deployit.ci.mapping.KeyValuePair
Creates an empty key/value pair.
KeyValuePair(String, String) - Constructor for class com.xebialabs.deployit.ci.mapping.KeyValuePair
Creates a key/value pair with the specified key and value.

L

label - Variable in class com.xebialabs.deployit.BaseConfigurationItem
 
length() - Method in class com.xebialabs.deployit.hostsession.cifs.CifsHostFile
 
length() - Method in interface com.xebialabs.deployit.hostsession.HostFile
Returns the length of this file.
LenientTemplateResolvingHostFileInputTransformer - Class in com.xebialabs.deployit.hostsession
 
LenientTemplateResolvingHostFileInputTransformer(Map<String, String>) - Constructor for class com.xebialabs.deployit.hostsession.LenientTemplateResolvingHostFileInputTransformer
 
Libraries - Class in com.xebialabs.deployit.ci.artifact
Represents a folder containing
Libraries() - Constructor for class com.xebialabs.deployit.ci.artifact.Libraries
 
LibrariesMapping - Class in com.xebialabs.deployit.ci.artifact.mapping
 
LibrariesMapping() - Constructor for class com.xebialabs.deployit.ci.artifact.mapping.LibrariesMapping
 
LibrariesMapping(Serializable, Serializable, String) - Constructor for class com.xebialabs.deployit.ci.artifact.mapping.LibrariesMapping
 
LibrariesToHostMapper - Class in com.xebialabs.deployit.mapper.artifact
Mapper that maps ConfigurationFiles CI's to hosts with LibrariesMapping CI's.
LibrariesToHostMapper(Change<Deployment>) - Constructor for class com.xebialabs.deployit.mapper.artifact.LibrariesToHostMapper
 
list() - Method in class com.xebialabs.deployit.hostsession.cifs.CifsHostFile
 
list() - Method in interface com.xebialabs.deployit.hostsession.HostFile
Returns a list of strings naming the files and directories contained by the host directory.
listFiles() - Method in class com.xebialabs.deployit.hostsession.common.AbstractHostFile
 
listFiles() - Method in interface com.xebialabs.deployit.hostsession.HostFile
Returns a list of HostFile objects for the files and directories contained by the host directory.
LocalHostSession - Class in com.xebialabs.deployit.hostsession.local
A session to the local host.
LocalHostSession(OperatingSystemFamily, String) - Constructor for class com.xebialabs.deployit.hostsession.local.LocalHostSession
Constructs a session to the local host.
logError(String) - Method in interface com.xebialabs.deployit.StepExecutionContext
Logs a line of error output.
logOutput(String) - Method in interface com.xebialabs.deployit.StepExecutionContext
Logs a line of output.

M

Mapper<S extends java.io.Serializable,M extends Mapping,T extends java.io.Serializable> - Class in com.xebialabs.deployit.mapper
Calculates which source artifact/resource is mapped to what middleware target.
Mapper(Change<Deployment>, boolean) - Constructor for class com.xebialabs.deployit.mapper.Mapper
Creates a Mapper for the specified deployment change.
Mapper(Change<Deployment>) - Constructor for class com.xebialabs.deployit.mapper.Mapper
Creates a Mapper for the specified deployment change that will apply default mappings.
Mapping - Class in com.xebialabs.deployit.ci.mapping
A ConfigurationItem that can be used to specify that a certain package artifact or resource should be targeted to a specific environment member
Mapping() - Constructor for class com.xebialabs.deployit.ci.mapping.Mapping
 
Mapping(Serializable, Serializable) - Constructor for class com.xebialabs.deployit.ci.mapping.Mapping
 
MappingAgnosticStepGeneratingMapper<S extends java.io.Serializable,T extends java.io.Serializable> - Class in com.xebialabs.deployit.mapper
A subclass of StepGeneratingMapper that provides the same functionality but does not pass the mapping object to the template methods.
MappingAgnosticStepGeneratingMapper(Change<Deployment>, boolean) - Constructor for class com.xebialabs.deployit.mapper.MappingAgnosticStepGeneratingMapper
Creates a MappingAgnosticStepGeneratingMapper for the specified deployment change.
MappingAgnosticStepGeneratingMapper(Change<Deployment>) - Constructor for class com.xebialabs.deployit.mapper.MappingAgnosticStepGeneratingMapper
Creates a MappingAgnosticStepGeneratingMapper for the specified deployment change that will apply default mappings.
MAX_TEMP_RETRIES - Static variable in class com.xebialabs.deployit.hostsession.common.AbstractHostSession
 
merge(AccessControlEntry) - Method in class com.xebialabs.deployit.ci.security.AccessControlEntry
 
mkdir() - Method in class com.xebialabs.deployit.hostsession.cifs.CifsHostFile
 
mkdir() - Method in interface com.xebialabs.deployit.hostsession.HostFile
Creates the directory on the host.
mkdirs() - Method in class com.xebialabs.deployit.hostsession.cifs.CifsHostFile
 
mkdirs() - Method in interface com.xebialabs.deployit.hostsession.HostFile
Creates the directory on the host, including any missing parent directories if needed.
ModificationSupportingMappingAgnosticStepGeneratingMapper<S extends java.io.Serializable,T extends java.io.Serializable> - Class in com.xebialabs.deployit.mapper
A subclass of ModificationSupportingStepGeneratingMapper that provides the same functionality but does not pass the mapping object to the template methods.
ModificationSupportingMappingAgnosticStepGeneratingMapper(Change<Deployment>, boolean) - Constructor for class com.xebialabs.deployit.mapper.ModificationSupportingMappingAgnosticStepGeneratingMapper
Creates a ModificationSupportingMappingAgnosticStepGeneratingMapper for the specified deployment change.
ModificationSupportingMappingAgnosticStepGeneratingMapper(Change<Deployment>) - Constructor for class com.xebialabs.deployit.mapper.ModificationSupportingMappingAgnosticStepGeneratingMapper
Creates a ModificationSupportingMappingAgnosticStepGeneratingMapper for the specified deployment change that will apply default mappings.
ModificationSupportingStepGeneratingMapper<S extends java.io.Serializable,M extends Mapping,T extends java.io.Serializable> - Class in com.xebialabs.deployit.mapper
Subclass of StepGeneratingMapper that can also generate modification steps for modified mappings.
ModificationSupportingStepGeneratingMapper(Change<Deployment>, boolean) - Constructor for class com.xebialabs.deployit.mapper.ModificationSupportingStepGeneratingMapper
Creates a ModificationSupportingStepGeneratingMapper for the specified deployment change.
ModificationSupportingStepGeneratingMapper(Change<Deployment>) - Constructor for class com.xebialabs.deployit.mapper.ModificationSupportingStepGeneratingMapper
Creates a ModificationSupportingStepGeneratingMapper for the specified deployment change that will apply default mappings.
modifiedMappings - Variable in class com.xebialabs.deployit.mapper.Mapper
 
moveTo(HostFile) - Method in class com.xebialabs.deployit.hostsession.cifs.CifsHostFile
 
moveTo(HostFile) - Method in interface com.xebialabs.deployit.hostsession.HostFile
Moves/renames this file to the target file atomically.

N

NAME_OF_CONTENTS_FIELD - Static variable in class com.xebialabs.deployit.ci.artifact.DeployableArtifact
 
NamedDeployableArtifact - Class in com.xebialabs.deployit.ci.artifact
Represents a DeployableArtifact that has a name.
NamedDeployableArtifact() - Constructor for class com.xebialabs.deployit.ci.artifact.NamedDeployableArtifact
 
newInstance() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Creates a new instance of the configuration item type described by this ConfigurationItemDescriptor.
newMappings - Variable in class com.xebialabs.deployit.mapper.Mapper
 
noSudoExecute(CommandExecutionCallbackHandler, String...) - Method in class com.xebialabs.deployit.hostsession.ssh.SshSudoHostSession
 

O

oldMappings - Variable in class com.xebialabs.deployit.mapper.Mapper
 
openSftpChannel() - Method in class com.xebialabs.deployit.hostsession.ssh.SshSftpHostSession
 
OperatingSystemFamily - Enum in com.xebialabs.deployit.ci
The family (flavour) of the operating system running on a host.
OutputStreamToCallbackHandler - Class in com.xebialabs.deployit.hostsession.common
Runnable object that reads an InputStream an invokes a CommandExecutionCallbackHandler for every line read.
OutputStreamToCallbackHandler(InputStream, CommandExecutionCallbackHandler) - Constructor for class com.xebialabs.deployit.hostsession.common.OutputStreamToCallbackHandler
 
overrideProperties(Serializable, Map<String, String>) - Static method in class com.xebialabs.deployit.reflect.ConfigurationItemReflectionUtils
Overrides named properties in the given CI with the corresponding values in the propertyOverrides map.

P

Pair<X,Y> - Class in com.xebialabs.deployit.mapper
A pair of objects.
Pair(X, Y) - Constructor for class com.xebialabs.deployit.mapper.Pair
Creates a Pair with the specified elements.
PermissionScheme - Class in com.xebialabs.deployit.ci.security
A permission scheme that is applied to any number of configuration items.
PermissionScheme() - Constructor for class com.xebialabs.deployit.ci.security.PermissionScheme
 
properties - Variable in class com.xebialabs.deployit.steps.CopyStep
 
PROPERTY_SEPERATOR - Static variable in class com.xebialabs.deployit.util.TemplateResolver
 
put(long) - Method in class com.xebialabs.deployit.hostsession.cifs.CifsHostFile
 
put(InputStream, long) - Method in class com.xebialabs.deployit.hostsession.common.AbstractHostFile
 
put(File) - Method in class com.xebialabs.deployit.hostsession.common.AbstractHostFile
 
put(Resource) - Method in class com.xebialabs.deployit.hostsession.common.AbstractHostFile
 
put(long) - Method in interface com.xebialabs.deployit.hostsession.HostFile
Opens the host file for writing.
put(InputStream, long) - Method in interface com.xebialabs.deployit.hostsession.HostFile
Copies the contents of a stream to the host file.
put(File) - Method in interface com.xebialabs.deployit.hostsession.HostFile
Copies the contact of a local file to the host file.
put(Resource) - Method in interface com.xebialabs.deployit.hostsession.HostFile
Copies the contact of a resource to the host file.
putStringToHostFile(String, HostFile) - Static method in class com.xebialabs.deployit.hostsession.HostFileUtils
Copies the contents of a string to a HostFile.

R

ResolutionException - Exception in com.xebialabs.deployit
Thrown when an error occurs when a changeplan is being resolved by a RunBook.
ResolutionException(String) - Constructor for exception com.xebialabs.deployit.ResolutionException
Constructs a new ResolutionException exception with the specified detail message and no nested exception.
ResolutionException(String, Throwable) - Constructor for exception com.xebialabs.deployit.ResolutionException
Constructs a new ResolutionException exception with the specified detail message and the specified nested exception.
resolve(Change<Host>, ChangePlan, List<Step>) - Method in class com.xebialabs.deployit.runbook.HostConnectionRunbook
 
resolve(ChangePlan) - Method in interface com.xebialabs.deployit.RunBook
Invoked by the Deployit core when the changes in a changeplan have been modified.
resolve(ChangePlan) - Method in class com.xebialabs.deployit.util.SingleTypeHandlingRunBook
 
resolve(Change<T>, ChangePlan, List<Step>) - Method in class com.xebialabs.deployit.util.SingleTypeHandlingRunBook
 
resolveLenient(String) - Method in class com.xebialabs.deployit.util.TemplateResolver
 
resolveStrict(String) - Method in class com.xebialabs.deployit.util.TemplateResolver
 
run() - Method in class com.xebialabs.deployit.hostsession.common.ErrorStreamToCallbackHandler
 
run() - Method in class com.xebialabs.deployit.hostsession.common.OutputStreamToCallbackHandler
 
RunBook - Interface in com.xebialabs.deployit
Implements the logic to translate a ChangePlan into a collection of ChangeResolutions.
RunSqlScriptOnDatabaseStep - Class in com.xebialabs.deployit.steps
 
RunSqlScriptOnDatabaseStep(Database, SqlScript) - Constructor for class com.xebialabs.deployit.steps.RunSqlScriptOnDatabaseStep
 
RuntimeIOException - Exception in com.xebialabs.deployit.exception
Unchecked version of IOException
RuntimeIOException(String) - Constructor for exception com.xebialabs.deployit.exception.RuntimeIOException
Constructs a RuntimeIOException with a message.
RuntimeIOException(String, Throwable) - Constructor for exception com.xebialabs.deployit.exception.RuntimeIOException
Constructs a RuntimeIOException with a message and a cause.
RuntimeIOException(Throwable) - Constructor for exception com.xebialabs.deployit.exception.RuntimeIOException
Constructs a RuntimeIOException with a cause.

S

session - Variable in class com.xebialabs.deployit.hostsession.common.AbstractHostFile
 
setAccessControlEntries(List<AccessControlEntry>) - Method in class com.xebialabs.deployit.ci.security.PermissionScheme
 
setAccessMethod(HostAccessMethod) - Method in class com.xebialabs.deployit.ci.Host
 
setAddress(String) - Method in class com.xebialabs.deployit.ci.Host
 
setAllowedCiTypes(Set<String>) - Method in class com.xebialabs.deployit.ci.security.PermissionScheme
 
setApplication(Application) - Method in class com.xebialabs.deployit.ci.DeploymentPackage
 
setAttribute(String, Object) - Method in interface com.xebialabs.deployit.StepExecutionContext
Stores an attribute in the step execution context.
setCanGenerateReports(boolean) - Method in class com.xebialabs.deployit.ci.security.AccessControlEntry
 
setCanModify(boolean) - Method in class com.xebialabs.deployit.ci.security.AccessControlEntry
 
setCanRedeploy(boolean) - Method in class com.xebialabs.deployit.ci.security.AccessControlEntry
 
setCanView(boolean) - Method in class com.xebialabs.deployit.ci.security.AccessControlEntry
 
setCanViewServerLogs(boolean) - Method in class com.xebialabs.deployit.ci.security.AccessControlEntry
 
setCategory(String) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Deprecated. Needed for BlazeDS. Do not invoke!
setCategory(String) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Deprecated. Needed for BlazeDS. Do not invoke!
setCollectionMemberClassname(String) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Deprecated. Needed for BlazeDS. Do not invoke!
setCommand(String) - Method in class com.xebialabs.deployit.ci.Database
 
setContextRoot(String) - Method in class com.xebialabs.deployit.ci.artifact.mapping.WarMapping
 
setDatabase(String) - Method in class com.xebialabs.deployit.ci.Database
 
setDefaultDescription(String) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Deprecated. Needed for BlazeDS. Do not invoke!
setDefaultPermissionSchemeLabel(String) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Deprecated. Needed for BlazeDS. Do not invoke!
setDefaults(Deployment, M) - Method in class com.xebialabs.deployit.mapper.Mapper
Can be overridden by a subclass to set the defaults on a automatically generated default mapping.
setDefaultValue(String) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Deprecated. Needed for BlazeDS. Do not invoke!
setDeployableArtifacts(Set<DeployableArtifact>) - Method in class com.xebialabs.deployit.ci.DeploymentPackage
 
setDescription(String) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Deprecated. Needed for BlazeDS. Do not invoke!
setDescription(String) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Deprecated. Needed for BlazeDS. Do not invoke!
setDescription(String) - Method in class com.xebialabs.deployit.steps.HostSessionStep
 
setDescriptionPropertyName(String) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Deprecated. Needed for BlazeDS. Do not invoke!
setDescriptionValueInConfigurationItem(Object, String) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Sets a description on a configuration item.
setEditable(boolean) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Deprecated. Needed for BlazeDS. Do not invoke!
setEnumValues(String[]) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Deprecated. Needed for BlazeDS. Do not invoke!
setExpandable(boolean) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Deprecated. Needed for BlazeDS. Do not invoke!
setFirst(X) - Method in class com.xebialabs.deployit.mapper.Pair
Set the first element of the pair.
setGroupName(String) - Method in class com.xebialabs.deployit.ci.security.AccessControlEntry
 
setHost(Host) - Method in class com.xebialabs.deployit.ci.Database
 
setIdentifying(boolean) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Deprecated. Needed for BlazeDS. Do not invoke!
setInterfaces(Set<String>) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Deprecated. Needed for BlazeDS. Do not invoke!
setKey(String) - Method in class com.xebialabs.deployit.ci.mapping.KeyValuePair
Sets the key
setKeyValuePairs(List<KeyValuePair>) - Method in class com.xebialabs.deployit.ci.artifact.mapping.DeployableArtifactMapping
 
setLabel(String) - Method in class com.xebialabs.deployit.BaseConfigurationItem
 
setLabel(String) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Deprecated. Needed for BlazeDS. Do not invoke!
setLabelPropertyName(String) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Deprecated. Needed for BlazeDS. Do not invoke!
setLabelValueInConfigurationItem(Object, String) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Sets a label on a configuration item.
setListObjectPropertyDescriptors(ConfigurationItemPropertyDescriptor[]) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Deprecated. Needed for BlazeDS. Do not invoke!
setLocation(String) - Method in class com.xebialabs.deployit.ci.artifact.DeployableArtifact
 
setMappings(Set<Mapping>) - Method in class com.xebialabs.deployit.ci.Deployment
Sets the mappings on this deployment.
setMembers(Set<Serializable>) - Method in class com.xebialabs.deployit.ci.Environment
 
setMiddlewareResources(Set<Serializable>) - Method in class com.xebialabs.deployit.ci.DeploymentPackage
 
setName(String) - Method in class com.xebialabs.deployit.ci.artifact.NamedDeployableArtifact
 
setName(String) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Deprecated. Needed for BlazeDS. Do not invoke!
setOperatingSystemFamily(OperatingSystemFamily) - Method in class com.xebialabs.deployit.ci.Host
 
setOptions(String) - Method in class com.xebialabs.deployit.ci.Database
 
setOwningConfigurationItemDescriptor(ConfigurationItemDescriptor) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Deprecated. Needed for BlazeDS. Do not invoke!
setOwningPropertyDescriptor(ConfigurationItemPropertyDescriptor) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Deprecated. Needed for BlazeDS. Do not invoke!
setPassword(String) - Method in class com.xebialabs.deployit.ci.Database
 
setPassword(String) - Method in class com.xebialabs.deployit.ci.Host
 
setPassword(boolean) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Deprecated. Needed for BlazeDS. Do not invoke!
setPermissionSchemePropertyName(String) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Deprecated. Needed for BlazeDS. Do not invoke!
setPermissionSchemeValueInConfigurationItem(Object, PermissionScheme) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Sets a PermissionScheme on a configuration item.
setPropertyClassname(String) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Deprecated. Needed for BlazeDS. Do not invoke!
setPropertyDescriptors(ConfigurationItemPropertyDescriptor[]) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Deprecated. Needed for BlazeDS. Do not invoke!
setPropertyValueInConfigurationItem(Object, Object) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Sets a property value on a configuration item.
setRequired(boolean) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Deprecated. Needed for BlazeDS. Do not invoke!
setSecond(Y) - Method in class com.xebialabs.deployit.mapper.Pair
Set the second element of the pair.
setSimpleName(String) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Deprecated. Needed for BlazeDS. Do not invoke!
setSize(ConfigurationItemProperty.Size) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Deprecated. Needed for BlazeDS. Do not invoke!
setSource(DeploymentPackage) - Method in class com.xebialabs.deployit.ci.Deployment
 
setSource(Serializable) - Method in class com.xebialabs.deployit.ci.mapping.Mapping
 
setSourceForMappingTypes(String[]) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Deprecated. Needed for BlazeDS. Do not invoke!
setSourcePropertyOverrides(List<KeyValuePair>) - Method in class com.xebialabs.deployit.ci.mapping.SourcePropertyOverridingMapping
 
setSudoUsername(String) - Method in class com.xebialabs.deployit.ci.Host
 
setSuperClasses(ArrayList<String>) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Deprecated. Needed for BlazeDS. Do not invoke!
setTarget(Environment) - Method in class com.xebialabs.deployit.ci.Deployment
 
setTarget(Serializable) - Method in class com.xebialabs.deployit.ci.mapping.Mapping
 
setTargetDirectory(String) - Method in class com.xebialabs.deployit.ci.artifact.mapping.ConfigurationFilesMapping
 
setTargetDirectory(String) - Method in class com.xebialabs.deployit.ci.artifact.mapping.LibrariesMapping
 
setTargetForMappingTypes(String[]) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Deprecated. Needed for BlazeDS. Do not invoke!
setTemporaryDirectoryLocation(String) - Method in class com.xebialabs.deployit.ci.Host
 
setType(String) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
Deprecated. Needed for BlazeDS. Do not invoke!
setType(ConfigurationItemPropertyType) - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
Deprecated. Needed for BlazeDS. Do not invoke!
setUser(String) - Method in class com.xebialabs.deployit.ci.Database
 
setUsername(String) - Method in class com.xebialabs.deployit.ci.Host
 
SetUtils - Class in com.xebialabs.deployit.util
Provides a number of utility methods for Sets.
SetUtils() - Constructor for class com.xebialabs.deployit.util.SetUtils
 
setValue(String) - Method in class com.xebialabs.deployit.ci.mapping.KeyValuePair
Sets the value
setVersion(String) - Method in class com.xebialabs.deployit.ci.DeploymentPackage
 
setVhostDefinition(String) - Method in class com.xebialabs.deployit.ci.Deployment
 
setVirtualHost(String) - Method in class com.xebialabs.deployit.ci.artifact.mapping.EarMapping
 
setVirtualHost(String) - Method in class com.xebialabs.deployit.ci.artifact.mapping.StaticContentMapping
 
setVirtualHost(String) - Method in class com.xebialabs.deployit.ci.artifact.mapping.WarMapping
 
SingleTypeHandlingRunBook<T extends java.io.Serializable> - Class in com.xebialabs.deployit.util
 
SingleTypeHandlingRunBook(Class<T>) - Constructor for class com.xebialabs.deployit.util.SingleTypeHandlingRunBook
 
sourceLocation - Variable in class com.xebialabs.deployit.steps.CopyStep
 
SourcePropertyOverridingMapping - Class in com.xebialabs.deployit.ci.mapping
A mapping that has a list of key/value pairs that can override values of the source.
SourcePropertyOverridingMapping() - Constructor for class com.xebialabs.deployit.ci.mapping.SourcePropertyOverridingMapping
 
SourcePropertyOverridingMapping(Serializable, Serializable) - Constructor for class com.xebialabs.deployit.ci.mapping.SourcePropertyOverridingMapping
 
SqlMapping - Class in com.xebialabs.deployit.ci.artifact.mapping
Maps a com.xebialabs.deployit.plugin.sql.ci.SqlScript to a com.xebialabs.deployit.plugin.sql.ci.Database
SqlMapping() - Constructor for class com.xebialabs.deployit.ci.artifact.mapping.SqlMapping
 
SqlScript - Class in com.xebialabs.deployit.ci.artifact
An SQL script runnable on a SQL database
SqlScript() - Constructor for class com.xebialabs.deployit.ci.artifact.SqlScript
 
SqlScriptToDatabaseMapper - Class in com.xebialabs.deployit.mapper.artifact
 
SqlScriptToDatabaseMapper(Change<Deployment>) - Constructor for class com.xebialabs.deployit.mapper.artifact.SqlScriptToDatabaseMapper
 
SshScpHostSession - Class in com.xebialabs.deployit.hostsession.ssh
A session to a remote host using SSH w/ SCP.
SshScpHostSession(OperatingSystemFamily, String, String, int, String, String) - Constructor for class com.xebialabs.deployit.hostsession.ssh.SshScpHostSession
Constructs an SshScpHostSession
SshSftpHostSession - Class in com.xebialabs.deployit.hostsession.ssh
A session to a remote host using SSH w/ SFTP.
SshSftpHostSession(OperatingSystemFamily, String, String, int, String, String) - Constructor for class com.xebialabs.deployit.hostsession.ssh.SshSftpHostSession
Constructs an SshSftpHostSession
SshSudoHostSession - Class in com.xebialabs.deployit.hostsession.ssh
A session to a remote host using SSH w/ SUDO.
SshSudoHostSession(OperatingSystemFamily, String, String, int, String, String, String) - Constructor for class com.xebialabs.deployit.hostsession.ssh.SshSudoHostSession
Constructs an SshSudoHostSession
SshSudoPasswordPromptHandler - Class in com.xebialabs.deployit.hostsession.ssh
Decorates a CommandExecutionCallbackHandler, handling SUDO password prompts transparently and removing them from the output passed to the decorated handler.
SshSudoPasswordPromptHandler(CommandExecutionCallbackHandler, OutputStream, String) - Constructor for class com.xebialabs.deployit.hostsession.ssh.SshSudoPasswordPromptHandler
 
startExecute(String...) - Method in class com.xebialabs.deployit.hostsession.cifs.CifsTelnetHostSession
 
startExecute(String...) - Method in interface com.xebialabs.deployit.hostsession.HostSession
Starts the execution of a command and gives the caller full control over the execution.
startExecute(String...) - Method in class com.xebialabs.deployit.hostsession.local.LocalHostSession
 
StaticContent - Class in com.xebialabs.deployit.ci.artifact
Represents static content (HTML files, images, stylesheets, etc.) that is usually deployed onto a webserver.
StaticContent() - Constructor for class com.xebialabs.deployit.ci.artifact.StaticContent
 
StaticContentMapping - Class in com.xebialabs.deployit.ci.artifact.mapping
A mapping of a StaticContent to any kind of middleware.
StaticContentMapping() - Constructor for class com.xebialabs.deployit.ci.artifact.mapping.StaticContentMapping
 
StaticContentMapping(StaticContent, Serializable, String) - Constructor for class com.xebialabs.deployit.ci.artifact.mapping.StaticContentMapping
 
Step - Interface in com.xebialabs.deployit
Atomic executable action which on execution results in actually modifying the real environment.
StepExecutionContext - Interface in com.xebialabs.deployit
Defines a set of methods that a step uses to communicate with its execution engine, e.g.
StepExecutionContextCallbackHandler - Class in com.xebialabs.deployit
A CommandExecutionCallbackHandler that logs the output to a StepExecutionContext.
StepExecutionContextCallbackHandler(StepExecutionContext) - Constructor for class com.xebialabs.deployit.StepExecutionContextCallbackHandler
 
StepExecutionContextListener - Interface in com.xebialabs.deployit
Interface that can be implemented by objects stored as step execution context attributes to get notified about the lifecycle of the step execution context.
StepGeneratingMapper<S extends java.io.Serializable,M extends Mapping,T extends java.io.Serializable> - Class in com.xebialabs.deployit.mapper
A mapper that can generate steps for added, modified and deleted steps.
StepGeneratingMapper(Change<Deployment>, boolean) - Constructor for class com.xebialabs.deployit.mapper.StepGeneratingMapper
Creates a StepGeneratingMapper for the specified deployment change.
StepGeneratingMapper(Change<Deployment>) - Constructor for class com.xebialabs.deployit.mapper.StepGeneratingMapper
Creates a StepGeneratingMapper for the specified deployment change that will apply default mappings.
subtract(Set<? extends T>, Set<? extends T>) - Static method in class com.xebialabs.deployit.util.SetUtils
Subtracts one set from another.
sudoUsername - Variable in class com.xebialabs.deployit.hostsession.ssh.SshSudoHostSession
 

T

TEMPLATE_POSTFIX - Static variable in class com.xebialabs.deployit.util.TemplateResolver
 
TEMPLATE_PREFIX - Static variable in class com.xebialabs.deployit.util.TemplateResolver
 
TemplateResolver - Class in com.xebialabs.deployit.util
 
TemplateResolver(Collection<Object>) - Constructor for class com.xebialabs.deployit.util.TemplateResolver
 
TemplateResolver(Map<String, String>) - Constructor for class com.xebialabs.deployit.util.TemplateResolver
 
toByteArray(Resource) - Static method in class com.xebialabs.deployit.util.ExtendedResourceUtils
Reads the contents of a Resource into a byte array.
toMap(List<KeyValuePair>) - Static method in class com.xebialabs.deployit.ci.mapping.KeyValuePair
 
toPropertyValue(ConfigurationItemPropertyDescriptor, String) - Static method in class com.xebialabs.deployit.reflect.ConfigurationItemReflectionUtils
Converts the string representation of the value to an object of the appropriate type for the given property, if possible.
toString() - Method in class com.xebialabs.deployit.BaseConfigurationItem
 
toString() - Method in class com.xebialabs.deployit.ci.mapping.KeyValuePair
 
toString() - Method in class com.xebialabs.deployit.ci.security.AccessControlEntry
 
toString() - Method in class com.xebialabs.deployit.hostsession.CapturingCommandExecutionCallbackHandler
 
toString() - Method in class com.xebialabs.deployit.hostsession.cifs.CifsHostFile
 
toString() - Method in class com.xebialabs.deployit.hostsession.cifs.CifsTelnetHostSession
 
toString() - Method in class com.xebialabs.deployit.hostsession.local.LocalHostSession
Returns a string representation of the local host session in scp syntax: localhost:
toString() - Method in class com.xebialabs.deployit.hostsession.ssh.SshScpHostSession
 
toString() - Method in class com.xebialabs.deployit.hostsession.ssh.SshSftpHostSession
 
toString() - Method in class com.xebialabs.deployit.hostsession.ssh.SshSudoHostSession
 
toString() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemDescriptor
 
toString() - Method in class com.xebialabs.deployit.reflect.ConfigurationItemPropertyDescriptor
 
toString(Resource) - Static method in class com.xebialabs.deployit.util.ExtendedResourceUtils
Reads the contents of a Resource into a String.
transform(HostFile) - Method in interface com.xebialabs.deployit.hostsession.HostFileInputStreamTransformer
Transforms a Source hostfile Can transform paths or contents of the file
transform(HostFile) - Method in class com.xebialabs.deployit.hostsession.LenientTemplateResolvingHostFileInputTransformer
 

U

unzip(HostFile, HostFile) - Static method in class com.xebialabs.deployit.hostsession.HostFileUtils
Unzips a host file.

V

validate() - Method in class com.xebialabs.deployit.ci.artifact.DeployableArtifact
 
validate() - Method in class com.xebialabs.deployit.ci.artifact.Folder
 
validate() - Method in class com.xebialabs.deployit.ci.artifact.NamedDeployableArtifact
 
validate() - Method in class com.xebialabs.deployit.ci.artifact.SqlScript
 
valueOf(String) - Static method in enum com.xebialabs.deployit.ci.HostAccessMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.xebialabs.deployit.ci.OperatingSystemFamily
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.xebialabs.deployit.ConfigurationItemProperty.Size
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.xebialabs.deployit.reflect.ConfigurationItemPropertyType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.xebialabs.deployit.ci.HostAccessMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.xebialabs.deployit.ci.OperatingSystemFamily
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.xebialabs.deployit.ConfigurationItemProperty.Size
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.xebialabs.deployit.reflect.ConfigurationItemPropertyType
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitFor() - Method in interface com.xebialabs.deployit.hostsession.CommandExecution
Waits for the command to complete its execution.
War - Class in com.xebialabs.deployit.ci.artifact
Represents a Java EE WAR file.
War() - Constructor for class com.xebialabs.deployit.ci.artifact.War
 
WarMapping - Class in com.xebialabs.deployit.ci.artifact.mapping
A mapping of an War to any kind of middleware.
WarMapping() - Constructor for class com.xebialabs.deployit.ci.artifact.mapping.WarMapping
 
WarMapping(War, Serializable, String, String) - Constructor for class com.xebialabs.deployit.ci.artifact.mapping.WarMapping
 

A B C D E F G H I J K L M N O P R S T U V W

Copyright © 2010. All Rights Reserved.