|
Rename Method public getAgents() : Collection<Agent> renamed to public getInstallers() : Collection<Installer> in class org.eclipse.che.api.installer.server.InstallerRegistry |
From |
To |
|
Rename Method private readAgentScript(agentScript String) : String renamed to private readInstallerScript(installerScript String) : String in class org.eclipse.che.api.installer.server.model.impl.BasicInstaller |
From |
To |
|
Rename Method public getAgents() : Collection<Agent> renamed to public getInstallers() : Collection<Installer> in class org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry |
From |
To |
|
Rename Method public getAgents() : Collection<Agent> renamed to public getInstallers() : Collection<Installer> in class org.eclipse.che.api.installer.server.InstallerRegistryService |
From |
To |
|
Rename Method public getAgents() : List<String> renamed to public getInstallers() : List<String> in class org.eclipse.che.ide.api.workspace.model.MachineConfigImpl |
From |
To |
|
Rename Method public setAgents(agents List<String>) : void renamed to public setInstallers(installers List<String>) : void in class org.eclipse.che.api.workspace.server.model.impl.MachineConfigImpl |
From |
To |
|
Rename Method private readAgentDescriptor(agentDescriptor String, agentScript String) : Agent renamed to private readInstallerDescriptor(installerDescriptor String, installerScript String) : Installer in class org.eclipse.che.api.installer.server.model.impl.BasicInstaller |
From |
To |
|
Rename Method public getAgents() : List<String> renamed to public getInstallers() : List<String> in class org.eclipse.che.api.workspace.server.model.impl.MachineConfigImpl |
From |
To |
|
Rename Method public getOrderedAgents(keys List<AgentKey>) : List<Agent> renamed to public getOrderedInstallers(keys List<InstallerKey>) : List<Installer> in class org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry |
From |
To |
|
Rename Method private doGetAgent(key AgentKey) : Agent renamed to private doGetInstaller(key InstallerKey) : Installer in class org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry |
From |
To |
|
Rename Method public withAgents(agents List<String>) : MachineConfigImpl renamed to public withInstallers(installers List<String>) : MachineConfigImpl in class org.eclipse.che.api.workspace.server.model.impl.MachineConfigImpl |
From |
To |
|
Rename Method public getOrderedAgents(keys List<AgentKey>) : List<Agent> renamed to public getOrderedInstallers(keys List<InstallerKey>) : List<Installer> in class org.eclipse.che.api.installer.server.InstallerRegistry |
From |
To |
|
Rename Method public getOrderedAgents(keys List<AgentKey>) : List<Agent> renamed to public getOrderedInstallers(keys List<InstallerKey>) : List<Installer> in class org.eclipse.che.api.installer.server.impl.InstallerRegistryFacade |
From |
To |
|
Rename Method private initAgents(agentIds List<String>) : void renamed to private initInstallers(installersKeys List<String>) : void in class org.eclipse.che.api.workspace.server.spi.InternalMachineConfig |
From |
To |
|
Rename Method public getAgents() : List<AgentImpl> renamed to public getInstallers() : List<InstallerImpl> in class org.eclipse.che.api.workspace.server.spi.InternalMachineConfig |
From |
To |
|
Rename Method public setAgents(agents List<String>) : void renamed to public setInstallers(installers List<String>) : void in class org.eclipse.che.api.workspace.shared.dto.MachineConfigDto |
From |
To |
|
Rename Method public addExecAgent(workspaceConfig WorkspaceConfigDto) : void renamed to public addExecInstaller(workspaceConfig WorkspaceConfigDto) : void in class org.eclipse.che.api.agent.server.filters.AddExecInstallerInEnvironmentUtil |
From |
To |
|
Rename Method public getAgents() : List<String> renamed to public getInstallers() : List<String> in class org.eclipse.che.api.workspace.shared.dto.MachineConfigDto |
From |
To |
|
Rename Method public getAgents() : List<String> renamed to public getInstallers() : List<String> in class org.eclipse.che.api.core.model.workspace.config.MachineConfig |
From |
To |
|
Rename Method public getAgents() : Collection<Agent> renamed to public getInstallers() : Collection<Installer> in class org.eclipse.che.api.installer.server.impl.InstallerRegistryFacade |
From |
To |
|
Rename Method public getAgent(agentKey AgentKey) : Agent renamed to public getInstaller(installerKey InstallerKey) : Installer in class org.eclipse.che.api.installer.server.InstallerRegistry |
From |
To |
|
Rename Method public getAgent(agentKey AgentKey) : Agent renamed to public getInstaller(installerKey InstallerKey) : Installer in class org.eclipse.che.api.installer.server.impl.InstallerRegistryFacade |
From |
To |
|
Change Parameter Type agentKey : AgentKey to installerKey : InstallerKey in method public getInstaller(installerKey InstallerKey) : Installer in class org.eclipse.che.api.installer.server.InstallerRegistry |
From |
To |
|
Change Parameter Type agentSorter : AgentSorter to installerSorter : InstallerSorter in method public RuntimeContext(environment Environment, identity RuntimeIdentity, infrastructure RuntimeInfrastructure, installerSorter InstallerSorter, installerRegistry InstallerRegistry) in class org.eclipse.che.api.workspace.server.spi.RuntimeContext |
From |
To |
|
Change Parameter Type agentSorter : AgentSorter to installerSorter : InstallerSorter in method public DockerRuntimeInfrastructure(dockerEnvironmentParser EnvironmentParser, dockerEnvironmentValidator EnvironmentValidator, startStrategy ServicesStartStrategy, infrastructureProvisioner InfrastructureProvisioner, environmentNormalizer EnvironmentNormalizer, environmentParsers Map<String,DockerConfigSourceSpecificEnvironmentParser>, runtimeFactory DockerRuntimeFactory, installerSorter InstallerSorter, installerRegistry InstallerRegistry, eventService EventService) in class org.eclipse.che.workspace.infrastructure.docker.DockerRuntimeInfrastructure |
From |
To |
|
Change Parameter Type keys : List<AgentKey> to keys : List<InstallerKey> in method public getOrderedInstallers(keys List<InstallerKey>) : List<Installer> in class org.eclipse.che.api.installer.server.InstallerRegistry |
From |
To |
|
Change Parameter Type keys : List<AgentKey> to keys : List<InstallerKey> in method public getOrderedInstallers(keys List<InstallerKey>) : List<Installer> in class org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry |
From |
To |
|
Change Parameter Type keys : List<AgentKey> to keys : List<InstallerKey> in method public getOrderedInstallers(keys List<InstallerKey>) : List<Installer> in class org.eclipse.che.api.installer.server.impl.InstallerRegistryFacade |
From |
To |
|
Change Parameter Type agentRegistry : AgentRegistry to installerRegistry : InstallerRegistry in method public InternalMachineConfig(originalConfig MachineConfig, installerRegistry InstallerRegistry, installerSorter InstallerSorter) in class org.eclipse.che.api.workspace.server.spi.InternalMachineConfig |
From |
To |
|
Change Parameter Type local : LocalAgentRegistry to local : LocalInstallerRegistry in method public InstallerRegistryFacade(remote InstallerRegistryService, local LocalInstallerRegistry) in class org.eclipse.che.api.installer.server.impl.InstallerRegistryFacade |
From |
To |
|
Change Parameter Type agentRegistry : AgentRegistry to installerRegistry : InstallerRegistry in method public InstallerSorter(installerRegistry InstallerRegistry) in class org.eclipse.che.api.installer.server.impl.InstallerSorter |
From |
To |
|
Change Parameter Type agentConfigApplier : AgentConfigApplier to installerConfigApplier : InstallerConfigApplier in method public LocalCheInfrastructureProvisioner(installerConfigApplier InstallerConfigApplier, workspaceFolderPathProvider WorkspaceFolderPathProvider, pathEscaper WindowsPathEscaper, projectFolderPath String, projectsVolumeOptions String, wsAgentVolumeProvider WsAgentVolumeProvider, dockerExtConfBindingProvider DockerExtConfBindingProvider, terminalVolumeProvider TerminalVolumeProvider, execAgentVolumeProvider ExecAgentVolumeProvider) in class org.eclipse.che.workspace.infrastructure.docker.local.LocalCheInfrastructureProvisioner |
From |
To |
|
Change Parameter Type key : AgentKey to key : InstallerKey in method public asDto(key InstallerKey) : InstallerKeyDto in class org.eclipse.che.api.installer.server.DtoConverter |
From |
To |
|
Change Parameter Type agentRegistry : AgentRegistry to installerRegistry : InstallerRegistry in method public RuntimeContext(environment Environment, identity RuntimeIdentity, infrastructure RuntimeInfrastructure, installerSorter InstallerSorter, installerRegistry InstallerRegistry) in class org.eclipse.che.api.workspace.server.spi.RuntimeContext |
From |
To |
|
Change Parameter Type agentRegistry : AgentRegistry to installerRegistry : InstallerRegistry in method public DockerRuntimeInfrastructure(dockerEnvironmentParser EnvironmentParser, dockerEnvironmentValidator EnvironmentValidator, startStrategy ServicesStartStrategy, infrastructureProvisioner InfrastructureProvisioner, environmentNormalizer EnvironmentNormalizer, environmentParsers Map<String,DockerConfigSourceSpecificEnvironmentParser>, runtimeFactory DockerRuntimeFactory, installerSorter InstallerSorter, installerRegistry InstallerRegistry, eventService EventService) in class org.eclipse.che.workspace.infrastructure.docker.DockerRuntimeInfrastructure |
From |
To |
|
Change Parameter Type agentConfigApplier : AgentConfigApplier to installerConfigApplier : InstallerConfigApplier in method public DefaultInfrastructureProvisioner(installerConfigApplier InstallerConfigApplier) in class org.eclipse.che.workspace.infrastructure.docker.DefaultInfrastructureProvisioner |
From |
To |
|
Change Parameter Type agent : Agent to installer : Installer in method public asDto(installer Installer) : InstallerDto in class org.eclipse.che.api.installer.server.DtoConverter |
From |
To |
|
Change Parameter Type agentKey : AgentKey to installerKey : InstallerKey in method private doSort(installerKey InstallerKey, sorted List<InstallerKey>, pending Set<String>) : void in class org.eclipse.che.api.installer.server.impl.InstallerSorter |
From |
To |
|
Change Parameter Type sorter : AgentSorter to sorter : InstallerSorter in method public InstallerConfigApplier(installerRegistry InstallerRegistry, sorter InstallerSorter) in class org.eclipse.che.workspace.infrastructure.docker.InstallerConfigApplier |
From |
To |
|
Change Parameter Type remote : AgentRegistryService to remote : InstallerRegistryService in method public InstallerRegistryFacade(remote InstallerRegistryService, local LocalInstallerRegistry) in class org.eclipse.che.api.installer.server.impl.InstallerRegistryFacade |
From |
To |
|
Change Parameter Type agentKey : AgentKey to installerKey : InstallerKey in method public getInstaller(installerKey InstallerKey) : Installer in class org.eclipse.che.api.installer.server.impl.InstallerRegistryFacade |
From |
To |
|
Change Parameter Type agents : Set<Agent> to installers : Set<Installer> in method public LocalInstallerRegistry(installers Set<Installer>) in class org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry |
From |
To |
|
Change Parameter Type agentSorter : AgentSorter to installerSorter : InstallerSorter in method public InternalMachineConfig(originalConfig MachineConfig, installerRegistry InstallerRegistry, installerSorter InstallerSorter) in class org.eclipse.che.api.workspace.server.spi.InternalMachineConfig |
From |
To |
|
Change Parameter Type sorted : List<AgentKey> to sorted : List<InstallerKey> in method private doSort(installerKey InstallerKey, sorted List<InstallerKey>, pending Set<String>) : void in class org.eclipse.che.api.installer.server.impl.InstallerSorter |
From |
To |
|
Change Parameter Type agents : List<AgentImpl> to agents : List<InstallerImpl> in method public Bootstrapper(machineName String, runtimeIdentity RuntimeIdentity, dockerMachine DockerMachine, agents List<InstallerImpl>, websocketBaseEndpoint String, bootstrappingTimeoutMinutes int, installerTimeoutSeconds int, serverCheckPeriodSeconds int, eventService EventService) in class org.eclipse.che.workspace.infrastructure.docker.Bootstrapper |
From |
To |
|
Change Parameter Type key : AgentKey to key : InstallerKey in method private doGetInstaller(key InstallerKey) : Installer in class org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry |
From |
To |
|
Change Parameter Type agentRegistry : AgentRegistry to installerRegistry : InstallerRegistry in method public InstallerRegistryService(installerRegistry InstallerRegistry) in class org.eclipse.che.api.installer.server.InstallerRegistryService |
From |
To |
|
Rename Variable agent : Agent to installer : Installer in method private doSort(installerKey InstallerKey, sorted List<InstallerKey>, pending Set<String>) : void in class org.eclipse.che.api.installer.server.impl.InstallerSorter |
From |
To |
|
Rename Variable agent : Optional<Agent> to installer : Optional<Installer> in method private doGetInstaller(key InstallerKey) : Installer in class org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry |
From |
To |
|
Rename Variable agents : Multibinder<Agent> to installers : Multibinder<Installer> in method protected configure() : void in class org.eclipse.che.api.deploy.WsMasterModule |
From |
To |
|
Rename Variable agent : AgentDto to installer : InstallerDto in method private readInstallerDescriptor(installerDescriptor String, installerScript String) : Installer in class org.eclipse.che.api.installer.server.model.impl.BasicInstaller |
From |
To |
|
Rename Variable registeredAgent : Agent to registeredInstaller : Installer in method public LocalInstallerRegistry(installers Set<Installer>) in class org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry |
From |
To |
|
Rename Variable agents : JsonArray to installers : JsonArray in method private asEnvironment(env JsonObject, envName String) : JsonObject in class org.eclipse.che.api.workspace.server.adapter.WorkspaceConfigJsonAdapter |
From |
To |
|
Rename Variable agent : AgentImpl to installer : InstallerImpl in method public equals(o Object) : boolean in class org.eclipse.che.api.installer.server.model.impl.InstallerImpl |
From |
To |
|
Rename Variable agentKey : AgentKeyImpl to installerKey : InstallerKeyImpl in method public equals(o Object) : boolean in class org.eclipse.che.api.installer.server.model.impl.InstallerKeyImpl |
From |
To |
|
Rename Variable agent : Agent to installer : Installer in method public LocalInstallerRegistry(installers Set<Installer>) in class org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry |
From |
To |
|
Rename Variable agents : List<String> to installers : List<String> in method public getDevMachineName(envConfig Environment) : String in class org.eclipse.che.api.workspace.shared.Utils |
From |
To |
|
Rename Variable agentsConf : List<Agent> to installersConf : List<Installer> in method private initInstallers(installersKeys List<String>) : void in class org.eclipse.che.api.workspace.server.spi.InternalMachineConfig |
From |
To |
|
Rename Variable agentKey : String to installerKey : String in method public sort(installerKeys List<String>) : List<InstallerKey> in class org.eclipse.che.api.installer.server.impl.InstallerSorter |
From |
To |
|
Rename Variable sortedAgents : List<AgentKey> to sortedInstallers : List<InstallerKey> in method private initInstallers(installersKeys List<String>) : void in class org.eclipse.che.api.workspace.server.spi.InternalMachineConfig |
From |
To |
|
Rename Variable agents : List<String> to installers : List<String> in method private getWorkspaceConfig() : WorkspaceConfigDto in class org.eclipse.che.ide.workspace.create.CreateWorkspacePresenter |
From |
To |
|
Rename Variable agentKey : AgentKey to installerKey : InstallerKey in method public apply(machineConf MachineConfig, machine DockerContainerConfig) : void in class org.eclipse.che.workspace.infrastructure.docker.InstallerConfigApplier |
From |
To |
|
Rename Variable agent : Agent to installer : Installer in method public apply(machineConf MachineConfig, machine DockerContainerConfig) : void in class org.eclipse.che.workspace.infrastructure.docker.InstallerConfigApplier |
From |
To |
|
Rename Variable agentId : String to installerId : String in method private doSort(installerKey InstallerKey, sorted List<InstallerKey>, pending Set<String>) : void in class org.eclipse.che.api.installer.server.impl.InstallerSorter |
From |
To |
|
Rename Variable agent : Agent to installer : Installer in method private initInstallers(installersKeys List<String>) : void in class org.eclipse.che.api.workspace.server.spi.InternalMachineConfig |
From |
To |
|
Rename Variable updatedAgents : ArrayList<String> to updatedInstallers : ArrayList<String> in method public addExecInstaller(workspaceConfig WorkspaceConfigDto) : void in class org.eclipse.che.api.agent.server.filters.AddExecInstallerInEnvironmentUtil |
From |
To |
|
Rename Variable agentKey : AgentKey to installerKey : InstallerKey in method private initInstallers(installersKeys List<String>) : void in class org.eclipse.che.api.workspace.server.spi.InternalMachineConfig |
From |
To |
|
Change Return Type Agent to Installer in method public getByName(id String, version String) : Installer in class org.eclipse.che.api.installer.server.InstallerRegistryService |
From |
To |
|
Change Return Type AgentDto to InstallerDto in method public withDescription(description String) : InstallerDto in class org.eclipse.che.api.installer.shared.dto.InstallerDto |
From |
To |
|
Change Return Type Collection<Agent> to Collection<Installer> in method public getInstallers() : Collection<Installer> in class org.eclipse.che.api.installer.server.InstallerRegistry |
From |
To |
|
Change Return Type List<Agent> to List<Installer> in method public getOrderedInstallers(keys List<InstallerKey>) : List<Installer> in class org.eclipse.che.api.installer.server.impl.InstallerRegistryFacade |
From |
To |
|
Change Return Type Agent to Installer in method private readInstallerDescriptor(installerDescriptor String, installerScript String) : Installer in class org.eclipse.che.api.installer.server.model.impl.BasicInstaller |
From |
To |
|
Change Return Type AgentDto to InstallerDto in method public withServers(servers Map<String,ServerConfigDto>) : InstallerDto in class org.eclipse.che.api.installer.shared.dto.InstallerDto |
From |
To |
|
Change Return Type AgentKeyDto to InstallerKeyDto in method public withVersion(version String) : InstallerKeyDto in class org.eclipse.che.api.installer.shared.dto.InstallerKeyDto |
From |
To |
|
Change Return Type List<Agent> to List<Installer> in method public getOrderedInstallers(keys List<InstallerKey>) : List<Installer> in class org.eclipse.che.api.installer.server.InstallerRegistry |
From |
To |
|
Change Return Type Agent to Installer in method private doGetInstaller(key InstallerKey) : Installer in class org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry |
From |
To |
|
Change Return Type AgentDto to InstallerDto in method public withDependencies(dependencies List<String>) : InstallerDto in class org.eclipse.che.api.installer.shared.dto.InstallerDto |
From |
To |
|
Change Return Type AgentDto to InstallerDto in method public withVersion(version String) : InstallerDto in class org.eclipse.che.api.installer.shared.dto.InstallerDto |
From |
To |
|
Change Return Type AgentKeyImpl to InstallerKeyImpl in method public parse(installerKey String) : InstallerKeyImpl in class org.eclipse.che.api.installer.server.model.impl.InstallerKeyImpl |
From |
To |
|
Change Return Type Agent to Installer in method public getInstaller(installerKey InstallerKey) : Installer in class org.eclipse.che.api.installer.server.InstallerRegistry |
From |
To |
|
Change Return Type AgentDto to InstallerDto in method public withName(name String) : InstallerDto in class org.eclipse.che.api.installer.shared.dto.InstallerDto |
From |
To |
|
Change Return Type AgentDto to InstallerDto in method public withScript(script String) : InstallerDto in class org.eclipse.che.api.installer.shared.dto.InstallerDto |
From |
To |
|
Change Return Type AgentKeyDto to InstallerKeyDto in method public asDto(key InstallerKey) : InstallerKeyDto in class org.eclipse.che.api.installer.server.DtoConverter |
From |
To |
|
Change Return Type Agent to Installer in method public getInstaller(installerKey InstallerKey) : Installer in class org.eclipse.che.api.installer.server.impl.InstallerRegistryFacade |
From |
To |
|
Change Return Type Collection<Agent> to Collection<Installer> in method public getInstallers() : Collection<Installer> in class org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry |
From |
To |
|
Change Return Type List<Agent> to List<Installer> in method public getOrderedInstallers(keys List<InstallerKey>) : List<Installer> in class org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry |
From |
To |
|
Change Return Type AgentDto to InstallerDto in method public asDto(installer Installer) : InstallerDto in class org.eclipse.che.api.installer.server.DtoConverter |
From |
To |
|
Change Return Type List<AgentImpl> to List<InstallerImpl> in method public getInstallers() : List<InstallerImpl> in class org.eclipse.che.api.workspace.server.spi.InternalMachineConfig |
From |
To |
|
Change Return Type Agent to Installer in method public getById(id String) : Installer in class org.eclipse.che.api.installer.server.InstallerRegistryService |
From |
To |
|
Change Return Type AgentDto to InstallerDto in method public withId(id String) : InstallerDto in class org.eclipse.che.api.installer.shared.dto.InstallerDto |
From |
To |
|
Change Return Type List<AgentKey> to List<InstallerKey> in method public sort(installerKeys List<String>) : List<InstallerKey> in class org.eclipse.che.api.installer.server.impl.InstallerSorter |
From |
To |
|
Change Return Type Collection<Agent> to Collection<Installer> in method public getInstallers() : Collection<Installer> in class org.eclipse.che.api.installer.server.impl.InstallerRegistryFacade |
From |
To |
|
Change Return Type AgentDto to InstallerDto in method public withProperties(properties Map<String,String>) : InstallerDto in class org.eclipse.che.api.installer.shared.dto.InstallerDto |
From |
To |
|
Change Return Type Collection<Agent> to Collection<Installer> in method public getInstallers() : Collection<Installer> in class org.eclipse.che.api.installer.server.InstallerRegistryService |
From |
To |
|
Change Return Type AgentKeyDto to InstallerKeyDto in method public withName(name String) : InstallerKeyDto in class org.eclipse.che.api.installer.shared.dto.InstallerKeyDto |
From |
To |
|
Move And Rename Class org.eclipse.che.api.agent.LSPythonAgent moved and renamed to org.eclipse.che.api.installer.LSPythonInstaller |
From |
To |
|
Move And Rename Class org.eclipse.che.api.agent.server.impl.AgentSorter moved and renamed to org.eclipse.che.api.installer.server.impl.InstallerSorter |
From |
To |
|
Move And Rename Class org.eclipse.che.api.agent.server.AgentRegistry moved and renamed to org.eclipse.che.api.installer.server.InstallerRegistry |
From |
To |
|
Move And Rename Class org.eclipse.che.api.agent.LSCSharpAgent moved and renamed to org.eclipse.che.api.installer.LSCSharpInstaller |
From |
To |
|
Move And Rename Class org.eclipse.che.api.agent.shared.dto.AgentDto moved and renamed to org.eclipse.che.api.installer.shared.dto.InstallerDto |
From |
To |
|
Move And Rename Class org.eclipse.che.api.agent.server.exception.AgentException moved and renamed to org.eclipse.che.api.installer.server.exception.InstallerException |
From |
To |
|
Move And Rename Class org.eclipse.che.api.agent.WsAgent moved and renamed to org.eclipse.che.api.installer.WsInstaller |
From |
To |
|
Move And Rename Class org.eclipse.che.api.agent.server.exception.AgentNotFoundException moved and renamed to org.eclipse.che.api.installer.server.exception.InstallerNotFoundException |
From |
To |
|
Move And Rename Class org.eclipse.che.api.agent.SshAgent moved and renamed to org.eclipse.che.api.installer.SshInstaller |
From |
To |
|
Move And Rename Class org.eclipse.che.api.agent.shared.model.Agent moved and renamed to org.eclipse.che.api.installer.shared.model.Installer |
From |
To |
|
Move And Rename Class org.eclipse.che.api.agent.GitCredentialsAgent moved and renamed to org.eclipse.che.api.installer.GitCredentialsInstaller |
From |
To |
|
Move And Rename Class org.eclipse.che.api.agent.ExecAgent moved and renamed to org.eclipse.che.api.installer.ExecInstaller |
From |
To |
|
Move And Rename Class org.eclipse.che.api.agent.shared.dto.AgentKeyDto moved and renamed to org.eclipse.che.api.installer.shared.dto.InstallerKeyDto |
From |
To |
|
Move And Rename Class org.eclipse.che.api.agent.LSPhpAgent moved and renamed to org.eclipse.che.api.installer.LSPhpInstaller |
From |
To |
|
Move And Rename Class org.eclipse.che.api.agent.server.model.impl.AgentImpl moved and renamed to org.eclipse.che.api.installer.server.model.impl.InstallerImpl |
From |
To |
|
Move And Rename Class org.eclipse.che.api.agent.server.model.impl.AgentKeyImpl moved and renamed to org.eclipse.che.api.installer.server.model.impl.InstallerKeyImpl |
From |
To |
|
Move And Rename Class org.eclipse.che.api.agent.server.impl.LocalAgentRegistry moved and renamed to org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry |
From |
To |
|
Move And Rename Class org.eclipse.che.api.agent.server.model.impl.BasicAgent moved and renamed to org.eclipse.che.api.installer.server.model.impl.BasicInstaller |
From |
To |
|
Move And Rename Class org.eclipse.che.api.agent.server.impl.AgentRegistryFacade moved and renamed to org.eclipse.che.api.installer.server.impl.InstallerRegistryFacade |
From |
To |
|
Move And Rename Class org.eclipse.che.api.agent.server.AgentRegistryService moved and renamed to org.eclipse.che.api.installer.server.InstallerRegistryService |
From |
To |
|
Move And Rename Class org.eclipse.che.api.agent.LSJsonAgent moved and renamed to org.eclipse.che.api.installer.LSJsonInstaller |
From |
To |
|
Move And Rename Class org.eclipse.che.api.agent.TerminalAgent moved and renamed to org.eclipse.che.api.installer.TerminalInstaller |
From |
To |
|
Move And Rename Class org.eclipse.che.api.agent.UnisonAgent moved and renamed to org.eclipse.che.api.installer.UnisonInstaller |
From |
To |
|
Move And Rename Class org.eclipse.che.api.agent.shared.model.AgentKey moved and renamed to org.eclipse.che.api.installer.shared.model.InstallerKey |
From |
To |
|
Move And Rename Class org.eclipse.che.api.agent.LSTypeScriptAgent moved and renamed to org.eclipse.che.api.installer.LSTypeScriptInstaller |
From |
To |
|
Rename Attribute agents : List<String> to installers : List<String> in class org.eclipse.che.ide.api.workspace.model.MachineConfigImpl |
From |
To |
|
Rename Attribute agents : List<String> to installers : List<String> in class org.eclipse.che.api.workspace.server.model.impl.MachineConfigImpl |
From |
To |
|
Rename Attribute agentRegistry : AgentRegistry to installerRegistry : InstallerRegistry in class org.eclipse.che.api.installer.server.impl.InstallerSorter |
From |
To |
|
Rename Attribute agentRegistry : AgentRegistry to installerRegistry : InstallerRegistry in class org.eclipse.che.workspace.infrastructure.docker.InstallerConfigApplier |
From |
To |
|
Rename Attribute agents : Map<AgentKey,Agent> to installers : Map<InstallerKey,Installer> in class org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry |
From |
To |
|
Rename Attribute agentConfigApplier : AgentConfigApplier to installerConfigApplier : InstallerConfigApplier in class org.eclipse.che.workspace.infrastructure.docker.DefaultInfrastructureProvisioner |
From |
To |
|
Rename Attribute agentSorter : AgentSorter to installerSorter : InstallerSorter in class org.eclipse.che.api.workspace.server.spi.InternalMachineConfig |
From |
To |
|
Rename Attribute agentRegistry : AgentRegistry to installerRegistry : InstallerRegistry in class org.eclipse.che.api.workspace.server.spi.InternalMachineConfig |
From |
To |
|
Rename Attribute agentRegistry : AgentRegistry to installerRegistry : InstallerRegistry in class org.eclipse.che.api.installer.server.InstallerRegistryService |
From |
To |
|
Rename Attribute agents : List<AgentImpl> to installers : List<InstallerImpl> in class org.eclipse.che.api.workspace.server.spi.InternalMachineConfig |
From |
To |
|
Change Variable Type alreadySorted : Optional<AgentKey> to alreadySorted : Optional<InstallerKey> in method private doSort(installerKey InstallerKey, sorted List<InstallerKey>, pending Set<String>) : void in class org.eclipse.che.api.installer.server.impl.InstallerSorter |
From |
To |
|
Change Variable Type sortedAgents : List<AgentKey> to sortedInstallers : List<InstallerKey> in method private initInstallers(installersKeys List<String>) : void in class org.eclipse.che.api.workspace.server.spi.InternalMachineConfig |
From |
To |
|
Change Variable Type agent : Agent to installer : Installer in method public apply(machineConf MachineConfig, machine DockerContainerConfig) : void in class org.eclipse.che.workspace.infrastructure.docker.InstallerConfigApplier |
From |
To |
|
Change Variable Type agentKey : AgentKey to installerKey : InstallerKey in method public apply(machineConf MachineConfig, machine DockerContainerConfig) : void in class org.eclipse.che.workspace.infrastructure.docker.InstallerConfigApplier |
From |
To |
|
Change Variable Type agent : Agent to installer : Installer in method private initInstallers(installersKeys List<String>) : void in class org.eclipse.che.api.workspace.server.spi.InternalMachineConfig |
From |
To |
|
Change Variable Type agentKey : AgentKey to installerKey : InstallerKey in method private initInstallers(installersKeys List<String>) : void in class org.eclipse.che.api.workspace.server.spi.InternalMachineConfig |
From |
To |
|
Change Variable Type sorted : List<AgentKey> to sorted : List<InstallerKey> in method public sort(installerKeys List<String>) : List<InstallerKey> in class org.eclipse.che.api.installer.server.impl.InstallerSorter |
From |
To |
|
Change Variable Type agent : Agent to installer : Installer in method private doSort(installerKey InstallerKey, sorted List<InstallerKey>, pending Set<String>) : void in class org.eclipse.che.api.installer.server.impl.InstallerSorter |
From |
To |
|
Change Variable Type agent : Optional<Agent> to installer : Optional<Installer> in method private doGetInstaller(key InstallerKey) : Installer in class org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry |
From |
To |
|
Change Variable Type agents : Multibinder<Agent> to installers : Multibinder<Installer> in method protected configure() : void in class org.eclipse.che.api.deploy.WsMasterModule |
From |
To |
|
Change Variable Type agent : AgentDto to installer : InstallerDto in method private readInstallerDescriptor(installerDescriptor String, installerScript String) : Installer in class org.eclipse.che.api.installer.server.model.impl.BasicInstaller |
From |
To |
|
Change Variable Type registeredAgent : Agent to registeredInstaller : Installer in method public LocalInstallerRegistry(installers Set<Installer>) in class org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry |
From |
To |
|
Change Variable Type agent : AgentImpl to installer : InstallerImpl in method public equals(o Object) : boolean in class org.eclipse.che.api.installer.server.model.impl.InstallerImpl |
From |
To |
|
Change Variable Type agentKey : AgentKeyImpl to installerKey : InstallerKeyImpl in method public equals(o Object) : boolean in class org.eclipse.che.api.installer.server.model.impl.InstallerKeyImpl |
From |
To |
|
Change Variable Type agent : Agent to installer : Installer in method public LocalInstallerRegistry(installers Set<Installer>) in class org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry |
From |
To |
|
Change Variable Type agentsConf : List<Agent> to installersConf : List<Installer> in method private initInstallers(installersKeys List<String>) : void in class org.eclipse.che.api.workspace.server.spi.InternalMachineConfig |
From |
To |
|
Change Variable Type key : AgentKeyImpl to key : InstallerKeyImpl in method public LocalInstallerRegistry(installers Set<Installer>) in class org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry |
From |
To |
|
Change Attribute Type sorter : AgentSorter to sorter : InstallerSorter in class org.eclipse.che.workspace.infrastructure.docker.InstallerConfigApplier |
From |
To |
|
Change Attribute Type agentRegistry : AgentRegistry to installerRegistry : InstallerRegistry in class org.eclipse.che.api.installer.server.impl.InstallerSorter |
From |
To |
|
Change Attribute Type remote : AgentRegistryService to remote : InstallerRegistryService in class org.eclipse.che.api.installer.server.impl.InstallerRegistryFacade |
From |
To |
|
Change Attribute Type agentRegistry : AgentRegistry to installerRegistry : InstallerRegistry in class org.eclipse.che.workspace.infrastructure.docker.InstallerConfigApplier |
From |
To |
|
Change Attribute Type agents : Map<AgentKey,Agent> to installers : Map<InstallerKey,Installer> in class org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry |
From |
To |
|
Change Attribute Type agentRegistry : AgentRegistry to installerRegistry : InstallerRegistry in class org.eclipse.che.api.workspace.server.spi.InternalMachineConfig |
From |
To |
|
Change Attribute Type agentSorter : AgentSorter to installerSorter : InstallerSorter in class org.eclipse.che.api.workspace.server.spi.InternalMachineConfig |
From |
To |
|
Change Attribute Type agents : List<AgentImpl> to agents : List<InstallerImpl> in class org.eclipse.che.workspace.infrastructure.docker.Bootstrapper |
From |
To |
|
Change Attribute Type agentConfigApplier : AgentConfigApplier to installerConfigApplier : InstallerConfigApplier in class org.eclipse.che.workspace.infrastructure.docker.DefaultInfrastructureProvisioner |
From |
To |
|
Change Attribute Type local : LocalAgentRegistry to local : LocalInstallerRegistry in class org.eclipse.che.api.installer.server.impl.InstallerRegistryFacade |
From |
To |
|
Change Attribute Type internal : Agent to internal : Installer in class org.eclipse.che.api.installer.server.model.impl.BasicInstaller |
From |
To |
|
Change Attribute Type agentRegistry : AgentRegistry to installerRegistry : InstallerRegistry in class org.eclipse.che.api.installer.server.InstallerRegistryService |
From |
To |
|
Change Attribute Type agents : List<AgentImpl> to installers : List<InstallerImpl> in class org.eclipse.che.api.workspace.server.spi.InternalMachineConfig |
From |
To |
|
Rename Parameter agentRegistry : AgentRegistry to installerRegistry : InstallerRegistry in method public DockerRuntimeInfrastructure(dockerEnvironmentParser EnvironmentParser, dockerEnvironmentValidator EnvironmentValidator, startStrategy ServicesStartStrategy, infrastructureProvisioner InfrastructureProvisioner, environmentNormalizer EnvironmentNormalizer, environmentParsers Map<String,DockerConfigSourceSpecificEnvironmentParser>, runtimeFactory DockerRuntimeFactory, installerSorter InstallerSorter, installerRegistry InstallerRegistry, eventService EventService) in class org.eclipse.che.workspace.infrastructure.docker.DockerRuntimeInfrastructure |
From |
To |
|
Rename Parameter agentRegistry : AgentRegistry to installerRegistry : InstallerRegistry in method public InstallerRegistryService(installerRegistry InstallerRegistry) in class org.eclipse.che.api.installer.server.InstallerRegistryService |
From |
To |
|
Rename Parameter agents : List<String> to installers : List<String> in method public MachineConfigImpl(installers List<String>, servers Map<String,? extends ServerConfig>, attributes Map<String,String>) in class org.eclipse.che.ide.api.workspace.model.MachineConfigImpl |
From |
To |
|
Rename Parameter agentConfigApplier : AgentConfigApplier to installerConfigApplier : InstallerConfigApplier in method public DefaultInfrastructureProvisioner(installerConfigApplier InstallerConfigApplier) in class org.eclipse.che.workspace.infrastructure.docker.DefaultInfrastructureProvisioner |
From |
To |
|
Rename Parameter agents : List<String> to installers : List<String> in method public MachineConfigImpl(installers List<String>, servers Map<String,? extends ServerConfig>, attributes Map<String,String>) in class org.eclipse.che.api.workspace.server.model.impl.MachineConfigImpl |
From |
To |
|
Rename Parameter agentKeys : List<String> to installerKeys : List<String> in method public sort(installerKeys List<String>) : List<InstallerKey> in class org.eclipse.che.api.installer.server.impl.InstallerSorter |
From |
To |
|
Rename Parameter agentConfigApplier : AgentConfigApplier to installerConfigApplier : InstallerConfigApplier in method public LocalCheInfrastructureProvisioner(installerConfigApplier InstallerConfigApplier, workspaceFolderPathProvider WorkspaceFolderPathProvider, pathEscaper WindowsPathEscaper, projectFolderPath String, projectsVolumeOptions String, wsAgentVolumeProvider WsAgentVolumeProvider, dockerExtConfBindingProvider DockerExtConfBindingProvider, terminalVolumeProvider TerminalVolumeProvider, execAgentVolumeProvider ExecAgentVolumeProvider) in class org.eclipse.che.workspace.infrastructure.docker.local.LocalCheInfrastructureProvisioner |
From |
To |
|
Rename Parameter agents : List<String> to installers : List<String> in method public setInstallers(installers List<String>) : void in class org.eclipse.che.api.workspace.server.model.impl.MachineConfigImpl |
From |
To |
|
Rename Parameter agentSorter : AgentSorter to installerSorter : InstallerSorter in method public InternalMachineConfig(originalConfig MachineConfig, installerRegistry InstallerRegistry, installerSorter InstallerSorter) in class org.eclipse.che.api.workspace.server.spi.InternalMachineConfig |
From |
To |
|
Rename Parameter agentIds : List<String> to installersKeys : List<String> in method private initInstallers(installersKeys List<String>) : void in class org.eclipse.che.api.workspace.server.spi.InternalMachineConfig |
From |
To |
|
Rename Parameter agentRegistry : AgentRegistry to installerRegistry : InstallerRegistry in method public RuntimeContext(environment Environment, identity RuntimeIdentity, infrastructure RuntimeInfrastructure, installerSorter InstallerSorter, installerRegistry InstallerRegistry) in class org.eclipse.che.api.workspace.server.spi.RuntimeContext |
From |
To |
|
Rename Parameter agentDescriptor : String to installerDescriptor : String in method private readInstallerDescriptor(installerDescriptor String, installerScript String) : Installer in class org.eclipse.che.api.installer.server.model.impl.BasicInstaller |
From |
To |
|
Rename Parameter agents : List<String> to installers : List<String> in method public withInstallers(installers List<String>) : MachineConfigImpl in class org.eclipse.che.api.workspace.server.model.impl.MachineConfigImpl |
From |
To |
|
Rename Parameter agentRegistry : AgentRegistry to installerRegistry : InstallerRegistry in method public InstallerSorter(installerRegistry InstallerRegistry) in class org.eclipse.che.api.installer.server.impl.InstallerSorter |
From |
To |
|
Rename Parameter agentKey : AgentKey to installerKey : InstallerKey in method public getInstaller(installerKey InstallerKey) : Installer in class org.eclipse.che.api.installer.server.impl.InstallerRegistryFacade |
From |
To |
|
Rename Parameter agentSorter : AgentSorter to installerSorter : InstallerSorter in method public DockerRuntimeInfrastructure(dockerEnvironmentParser EnvironmentParser, dockerEnvironmentValidator EnvironmentValidator, startStrategy ServicesStartStrategy, infrastructureProvisioner InfrastructureProvisioner, environmentNormalizer EnvironmentNormalizer, environmentParsers Map<String,DockerConfigSourceSpecificEnvironmentParser>, runtimeFactory DockerRuntimeFactory, installerSorter InstallerSorter, installerRegistry InstallerRegistry, eventService EventService) in class org.eclipse.che.workspace.infrastructure.docker.DockerRuntimeInfrastructure |
From |
To |
|
Rename Parameter agentScript : String to installerScript : String in method private readInstallerScript(installerScript String) : String in class org.eclipse.che.api.installer.server.model.impl.BasicInstaller |
From |
To |
|
Rename Parameter agentKey : String to installerKey : String in method public parse(installerKey String) : InstallerKeyImpl in class org.eclipse.che.api.installer.server.model.impl.InstallerKeyImpl |
From |
To |
|
Rename Parameter agentDescriptor : String to installerDescriptor : String in method public BasicInstaller(installerDescriptor String, installerScript String) in class org.eclipse.che.api.installer.server.model.impl.BasicInstaller |
From |
To |
|
Rename Parameter agents : Set<Agent> to installers : Set<Installer> in method public LocalInstallerRegistry(installers Set<Installer>) in class org.eclipse.che.api.installer.server.impl.LocalInstallerRegistry |
From |
To |
|
Rename Parameter agentScript : String to installerScript : String in method public BasicInstaller(installerDescriptor String, installerScript String) in class org.eclipse.che.api.installer.server.model.impl.BasicInstaller |
From |
To |
|
Rename Parameter agentRegistry : AgentRegistry to installerRegistry : InstallerRegistry in method public InternalMachineConfig(originalConfig MachineConfig, installerRegistry InstallerRegistry, installerSorter InstallerSorter) in class org.eclipse.che.api.workspace.server.spi.InternalMachineConfig |
From |
To |
|
Rename Parameter agentSorter : AgentSorter to installerSorter : InstallerSorter in method public RuntimeContext(environment Environment, identity RuntimeIdentity, infrastructure RuntimeInfrastructure, installerSorter InstallerSorter, installerRegistry InstallerRegistry) in class org.eclipse.che.api.workspace.server.spi.RuntimeContext |
From |
To |
|
Rename Parameter agent : Agent to installer : Installer in method public asDto(installer Installer) : InstallerDto in class org.eclipse.che.api.installer.server.DtoConverter |
From |
To |
|
Rename Parameter agents : List<String> to installers : List<String> in method public setInstallers(installers List<String>) : void in class org.eclipse.che.api.workspace.shared.dto.MachineConfigDto |
From |
To |
|
Rename Parameter agentKey : AgentKey to installerKey : InstallerKey in method private doSort(installerKey InstallerKey, sorted List<InstallerKey>, pending Set<String>) : void in class org.eclipse.che.api.installer.server.impl.InstallerSorter |
From |
To |
|
Rename Parameter agentScript : String to installerScript : String in method private readInstallerDescriptor(installerDescriptor String, installerScript String) : Installer in class org.eclipse.che.api.installer.server.model.impl.BasicInstaller |
From |
To |
|
Rename Parameter agentKey : AgentKey to installerKey : InstallerKey in method public getInstaller(installerKey InstallerKey) : Installer in class org.eclipse.che.api.installer.server.InstallerRegistry |
From |
To |