Toggle navigation
Home
org.eclipse.che.api.environment.server.compose.model.ComposeServiceImpl to org.eclipse.che.api.environment.server.model.CheServiceImpl
No. of Instances - 77
No. of Commits - 1
No. of Projects - {'che'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Cascading Type Change (Similar)
ComposeServiceImpl
to
CheServiceImpl
ComposeServiceImpl
to
CheServiceImpl
ComposeServiceImpl
to
CheServiceImpl
ComposeServiceImpl
to
CheServiceImpl
ComposeServiceImpl
to
CheServiceImpl
ComposeServiceImpl
to
CheServiceImpl
ComposeServiceImpl
to
CheServiceImpl
ComposeServiceImpl
to
CheServiceImpl
ComposeServiceImpl
to
CheServiceImpl
ComposeServiceImpl
to
CheServiceImpl
ComposeServiceImpl
to
CheServiceImpl
Add or Remove Method invocation
service.getBuild().getDockerfile()
to
service.getBuild().getDockerfileContent()
actualService.getBuild().getDockerfile()
to
actualService.getBuild().getDockerfileContent()
actualService.getBuild().getDockerfile()
to
actualService.getBuild().getDockerfilePath()
actualService.getBuild().getDockerfile()
to
actualService.getBuild().getDockerfileContent()
createComposeService("_dev",1024L * 1024L * 1024L,singletonList("machine2"),singletonList("machine2"),singletonList("machine2"))
to
createCheService("_dev",1024L * 1024L * 1024L,singletonList("machine2"),singletonList("machine2"),singletonList("machine2"))
new CheServiceBuildContextImpl().withDockerfile(recipe.getContent())
to
new CheServiceBuildContextImpl().withDockerfileContent(recipe.getContent())
service.getBuild().getDockerfile()
to
service.getBuild().getDockerfileContent()
BuildImageParams.create(service.getBuild().getContext()).withDockerfile(service.getBuild().getDockerfile())
to
BuildImageParams.create(service.getBuild().getContext()).withDockerfile(service.getBuild().getDockerfilePath())
service.getBuild().getDockerfile()
to
service.getBuild().getDockerfileContent()
environmentHolder.composeEnvironment.getServices().get(machineName)
to
environmentHolder.environment.getServices().get(machineName)
composeProvider.startService(namespace,workspaceId,envName,machineId,finalMachineName,isDev,networkId,serviceWithCorrectSource,machineLogger)
to
machineProvider.startService(namespace,workspaceId,envName,finalMachineName,isDev,networkId,serviceWithCorrectSource,machineLogger)
normalize(serviceWithCorrectSource)
to
normalize(namespace,workspaceId,machineConfig.getName(),serviceWithCorrectSource)
composeProvider.startService(namespace,workspaceId,environmentHolder.name,machineId,machineConfig.getName(),machineConfig.isDev(),environmentHolder.networkId,serviceWithCorrectSource,machineLogger)
to
machineProvider.startService(namespace,workspaceId,environmentHolder.name,machineConfig.getName(),machineConfig.isDev(),environmentHolder.networkId,serviceWithCorrectSource,machineLogger)
actualService.getBuild().getDockerfile()
to
actualService.getBuild().getDockerfilePath()
new MachineSourceImpl("dockerfile").setContent(service.getBuild().getDockerfile())
to
new MachineSourceImpl("dockerfile").setContent(service.getBuild().getDockerfileContent())
service.getBuild().getDockerfile()
to
service.getBuild().getDockerfileContent()
Rename Variable
composeService
to
service
composeService
to
service
composeService
to
service
composeService
to
service
composeService
to
service
composeService
to
service
composeService
to
service
composeService
to
service
composeService
to
service
composeService
to
service
composeService
to
service
machineConfigToComposeService
to
machineConfigToService
composeService
to
service
composeService
to
service
composeService
to
service
composeService
to
service
composeService
to
service
composeService
to
service
composeService
to
service
composeService
to
service
composeService
to
service
composeService
to
service
composeService
to
service
composeService
to
service
composeService
to
service
composeService
to
service
composeService
to
service
composeService
to
service
composeService
to
service
composeService
to
service
composeService
to
service
Cascading Type Change (Different)
BuildContextImpl
to
CheServiceBuildContextImpl
BuildContextImpl
to
CheServiceBuildContextImpl
BuildContextImpl
to
CheServiceBuildContextImpl
BuildContextImpl
to
CheServiceBuildContextImpl
Rename Method invocation
machineConfigToComposeService
to
machineConfigToService
setDockerfile
to
setDockerfileContent