com.xebialabs.deployit.cli.api
Class Proxies

java.lang.Object
  extended by com.xebialabs.deployit.cli.api.Proxies

public class Proxies
extends java.lang.Object


Constructor Summary
Proxies(CliOptions options, Cli.Authentication authentication)
           
 
Method Summary
 Cli.Authentication getAuthentication()
           
 com.xebialabs.deployit.core.api.ControlTaskProxy getControlTask()
           
 com.xebialabs.deployit.core.api.DeploymentProxy getDeployment()
           
 com.xebialabs.deployit.core.api.DiscoveryProxy getDiscovery()
           
 java.lang.String getHost()
           
 com.xebialabs.deployit.core.api.ImportablePackageProxy getImportablePackage()
           
 com.xebialabs.deployit.core.api.QueryProxy getQuery()
           
 com.xebialabs.deployit.core.api.ReferenceDataProxy getReferenceData()
           
 com.xebialabs.deployit.core.api.ReportProxy getReport()
           
 com.xebialabs.deployit.core.api.RepositoryProxy getRepository()
           
 com.xebialabs.deployit.core.api.SecurityProxy getSecurity()
           
 com.xebialabs.deployit.core.api.ServerProxy getServer()
           
 com.xebialabs.deployit.core.api.ExportProxy getTaskExport()
           
 com.xebialabs.deployit.core.api.TaskProxy getTaskRegistry()
           
 com.xebialabs.deployit.core.api.UserProxy getUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Proxies

public Proxies(CliOptions options,
               Cli.Authentication authentication)
Method Detail

getHost

public java.lang.String getHost()

getAuthentication

public final Cli.Authentication getAuthentication()

getControlTask

public com.xebialabs.deployit.core.api.ControlTaskProxy getControlTask()

getDeployment

public com.xebialabs.deployit.core.api.DeploymentProxy getDeployment()

getImportablePackage

public com.xebialabs.deployit.core.api.ImportablePackageProxy getImportablePackage()

getRepository

public com.xebialabs.deployit.core.api.RepositoryProxy getRepository()

getQuery

public com.xebialabs.deployit.core.api.QueryProxy getQuery()

getDiscovery

public com.xebialabs.deployit.core.api.DiscoveryProxy getDiscovery()

getTaskRegistry

public com.xebialabs.deployit.core.api.TaskProxy getTaskRegistry()

getTaskExport

public com.xebialabs.deployit.core.api.ExportProxy getTaskExport()

getUser

public com.xebialabs.deployit.core.api.UserProxy getUser()

getReferenceData

public com.xebialabs.deployit.core.api.ReferenceDataProxy getReferenceData()

getReport

public com.xebialabs.deployit.core.api.ReportProxy getReport()

getSecurity

public com.xebialabs.deployit.core.api.SecurityProxy getSecurity()

getServer

public com.xebialabs.deployit.core.api.ServerProxy getServer()