Uses of Class
com.xebialabs.deployit.ci.Host

Packages that use Host
com.xebialabs.deployit.ci Basic configuration items
com.xebialabs.deployit.hostsession The host session framework. 
com.xebialabs.deployit.mapper.artifact A number of standard artifact mappers. 
com.xebialabs.deployit.steps Provides a number of standard Step steps. 
 

Uses of Host in com.xebialabs.deployit.ci
 

Methods in com.xebialabs.deployit.ci that return Host
static Host Host.getLocalHost()
           
 

Uses of Host in com.xebialabs.deployit.hostsession
 

Methods in com.xebialabs.deployit.hostsession with parameters of type Host
static HostSession HostSessionFactory.getHostSession(Host host)
          Returns an HostSession based on the information in a Host CI.
 

Uses of Host in com.xebialabs.deployit.mapper.artifact
 

Methods in com.xebialabs.deployit.mapper.artifact with parameters of type Host
protected  void ConfigurationFilesToHostMapper.generateAdditionStepsForAddedMapping(ConfigurationFiles newSource, ConfigurationFilesMapping m, Host newTarget, java.util.List<Step> steps)
           
protected  void LibrariesToHostMapper.generateAdditionStepsForAddedMapping(Libraries newSource, LibrariesMapping m, Host newTarget, java.util.List<Step> steps)
           
protected  void ConfigurationFilesToHostMapper.generateDeletionStepsForDeletedMapping(ConfigurationFiles oldSource, ConfigurationFilesMapping m, Host oldTarget, java.util.List<Step> steps)
           
protected  void LibrariesToHostMapper.generateDeletionStepsForDeletedMapping(Libraries oldSource, LibrariesMapping m, Host oldTarget, java.util.List<Step> steps)
           
 

Uses of Host in com.xebialabs.deployit.steps
 

Fields in com.xebialabs.deployit.steps declared as Host
protected  Host CopyStep.destinationHost
           
protected  Host HostSessionStep.host
           
 

Constructors in com.xebialabs.deployit.steps with parameters of type Host
CopyStep(Host sourceHost, java.lang.String sourceLocation, Host destinationHost, java.lang.String destinationLocation)
          Creates a new CopyStep that will not create a top-level directory and that will do no placeholder replacement.
CopyStep(Host sourceHost, java.lang.String sourceLocation, Host destinationHost, java.lang.String destinationLocation, boolean createToplevelDirectory)
          Creates a new CopyStep that will do no placeholder replacement.
CopyStep(Host sourceHost, java.lang.String sourceLocation, Host destinationHost, java.lang.String destinationLocation, boolean createToplevelDirectory, java.util.Map<java.lang.String,java.lang.String> properties)
          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.
DeleteStep(Host host, java.lang.String pathToDelete)
          Creates a DeleteStep that deletes a file/directory on a remote host.
DeleteStep(Host host, java.lang.String pathToDelete, java.lang.String exclusionPattern)
          Creates a DeleteStep that delete a file/directory on a remote host.
HostSessionStep(Host host)
           
HostSessionStep(java.lang.String description, Host host)
           
PlaceholderReplacingCopyStep(Host sourceHost, java.lang.String sourceLocation, Host destinationHost, java.lang.String destinationLocation, boolean createToplevelDirectory, java.util.Map<java.lang.String,java.lang.String> properties)
          Deprecated.  
 



Copyright © 2010. All Rights Reserved.