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.runbook   
com.xebialabs.deployit.step   
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
 Host Database.getHost()
           
static Host Host.getLocalHost()
           
 

Methods in com.xebialabs.deployit.ci with parameters of type Host
 void Database.setHost(Host host)
           
 

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.runbook
 

Method parameters in com.xebialabs.deployit.runbook with type arguments of type Host
protected  void HostConnectionRunbook.resolve(Change<Host> change, ChangePlan changePlan, java.util.List<Step> steps)
           
 

Uses of Host in com.xebialabs.deployit.step
 

Fields in com.xebialabs.deployit.step declared as Host
protected  Host HostConnectionStep.host
           
 

Constructors in com.xebialabs.deployit.step with parameters of type Host
HostConnectionStep(Host host)
           
 

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, 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)
           
 



Copyright © 2010. All Rights Reserved.