Class ProxiesInstance


  • public class ProxiesInstance
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ProxiesInstance​(com.xebialabs.deployit.booter.remote.BooterConfig c)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.xebialabs.deployit.core.api.BannerService getBanner()  
      com.xebialabs.deployit.booter.remote.DeployitCommunicator getCommunicator()  
      com.xebialabs.deployit.core.api.InternalComparisonProxy getComparison()  
      com.xebialabs.deployit.core.api.ConfigurationService getConfiguration()  
      com.xebialabs.deployit.engine.api.ControlService getControlTask()  
      com.xebialabs.deployit.engine.api.DeploymentService getDeployment()  
      com.xebialabs.deployit.engine.api.InspectionService getDiscovery()  
      com.xebialabs.deployit.core.rest.DryRunResource getDryRunResource()  
      com.xebialabs.deployit.core.api.PackageExportProxy getExportProxy()  
      com.xebialabs.deployit.core.api.InternalHistoryProxy getHistoryService()  
      com.xebialabs.deployit.engine.api.PackageService getImportablePackage()  
      com.xebialabs.deployit.core.api.InternalSecurityProxy getInternalSecurity()  
      com.xebialabs.deployit.engine.api.PermissionService getPermissions()  
      com.xebialabs.deployit.core.api.PlaceholderService getPlaceholderService()  
      com.xebialabs.deployit.core.rest.PreviewResource getPreviewResource()  
      com.xebialabs.deployit.engine.api.MetadataService getReferenceData()  
      com.xebialabs.deployit.core.api.InternalReportProxy getReport()  
      com.xebialabs.deployit.engine.api.RepositoryService getRepository()  
      com.xebialabs.deployit.engine.api.RoleService getRoleService()  
      com.xebialabs.deployit.engine.api.ServerService getServer()  
      com.xebialabs.deployit.core.api.SessionService getSessionService()  
      com.xebialabs.xlplatform.support.api.SupportProxy getSupport()  
      com.xebialabs.deployit.engine.api.TaskBlockService getTaskBlockRegistry()  
      com.xebialabs.deployit.engine.api.TaskService getTaskRegistry()  
      com.xebialabs.deployit.engine.api.UserService getUser()  
      com.xebialabs.deployit.core.api.WorkersService getWorkers()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProxiesInstance

        public ProxiesInstance​(com.xebialabs.deployit.booter.remote.BooterConfig c)
    • Method Detail

      • getBanner

        public com.xebialabs.deployit.core.api.BannerService getBanner()
      • getControlTask

        public com.xebialabs.deployit.engine.api.ControlService getControlTask()
      • getDeployment

        public com.xebialabs.deployit.engine.api.DeploymentService getDeployment()
      • getImportablePackage

        public com.xebialabs.deployit.engine.api.PackageService getImportablePackage()
      • getRepository

        public com.xebialabs.deployit.engine.api.RepositoryService getRepository()
      • getDiscovery

        public com.xebialabs.deployit.engine.api.InspectionService getDiscovery()
      • getTaskRegistry

        public com.xebialabs.deployit.engine.api.TaskService getTaskRegistry()
      • getTaskBlockRegistry

        public com.xebialabs.deployit.engine.api.TaskBlockService getTaskBlockRegistry()
      • getUser

        public com.xebialabs.deployit.engine.api.UserService getUser()
      • getReferenceData

        public com.xebialabs.deployit.engine.api.MetadataService getReferenceData()
      • getConfiguration

        public com.xebialabs.deployit.core.api.ConfigurationService getConfiguration()
      • getReport

        public com.xebialabs.deployit.core.api.InternalReportProxy getReport()
      • getPermissions

        public com.xebialabs.deployit.engine.api.PermissionService getPermissions()
      • getInternalSecurity

        public com.xebialabs.deployit.core.api.InternalSecurityProxy getInternalSecurity()
      • getSupport

        public com.xebialabs.xlplatform.support.api.SupportProxy getSupport()
      • getExportProxy

        public com.xebialabs.deployit.core.api.PackageExportProxy getExportProxy()
      • getServer

        public com.xebialabs.deployit.engine.api.ServerService getServer()
      • getComparison

        public com.xebialabs.deployit.core.api.InternalComparisonProxy getComparison()
      • getRoleService

        public com.xebialabs.deployit.engine.api.RoleService getRoleService()
      • getHistoryService

        public com.xebialabs.deployit.core.api.InternalHistoryProxy getHistoryService()
      • getWorkers

        public com.xebialabs.deployit.core.api.WorkersService getWorkers()
      • getPlaceholderService

        public com.xebialabs.deployit.core.api.PlaceholderService getPlaceholderService()
      • getSessionService

        public com.xebialabs.deployit.core.api.SessionService getSessionService()
      • getDryRunResource

        public com.xebialabs.deployit.core.rest.DryRunResource getDryRunResource()
      • getPreviewResource

        public com.xebialabs.deployit.core.rest.PreviewResource getPreviewResource()
      • getCommunicator

        public com.xebialabs.deployit.booter.remote.DeployitCommunicator getCommunicator()