org.eclipse.che.plugin.docker.client.json.ContainerConfig to org.eclipse.che.plugin.docker.client.params.CreateContainerParams
No. of Instances - 38
No. of Commits - 1
No. of Projects - {'che'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
- Add or Remove Method invocation
- createContainerCaptor.getValue().getHostConfig().getMemory() to createContainerCaptor.getValue().getContainerConfig().getHostConfig().getMemory()
- new ArrayList<>(argumentCaptor.getValue().getExposedPorts().keySet()).containsAll(expectedExposedPorts) to new ArrayList<>(argumentCaptor.getValue().getContainerConfig().getExposedPorts().keySet()).containsAll(expectedExposedPorts)
- new ArrayList<>(argumentCaptor.getValue().getExposedPorts().keySet()).containsAll(expectedExposedPorts) to new ArrayList<>(argumentCaptor.getValue().getContainerConfig().getExposedPorts().keySet()).containsAll(expectedExposedPorts)
- asList(argumentCaptor.getValue().getEnv()).contains(DockerInstanceRuntimeInfo.CHE_WORKSPACE_ID + "=" + wsId) to asList(argumentCaptor.getValue().getContainerConfig().getEnv()).contains(DockerInstanceRuntimeInfo.CHE_WORKSPACE_ID + "=" + wsId)
- argumentCaptor.getValue().getHostConfig().getBinds() to argumentCaptor.getValue().getContainerConfig().getHostConfig().getBinds()
- asList(argumentCaptor.getValue().getEnv()).containsAll(envVarsFromConfig.entrySet().stream().map(entry -> entry.getKey() + "=" + entry.getValue()).collect(Collectors.toList())) to asList(argumentCaptor.getValue().getContainerConfig().getEnv()).containsAll(envVarsFromConfig.entrySet().stream().map(entry -> entry.getKey() + "=" + entry.getValue()).collect(Collectors.toList()))
- argumentCaptor.getValue().getHostConfig() to argumentCaptor.getValue().getContainerConfig().getHostConfig()
- argumentCaptor.getValue().getHostConfig() to argumentCaptor.getValue().getContainerConfig().getHostConfig()
- new ArrayList<>(argumentCaptor.getValue().getExposedPorts().keySet()).containsAll(expectedExposedPorts) to new ArrayList<>(argumentCaptor.getValue().getContainerConfig().getExposedPorts().keySet()).containsAll(expectedExposedPorts)
- new ArrayList<>(argumentCaptor.getValue().getExposedPorts().keySet()).containsAll(expectedExposedPorts) to new ArrayList<>(argumentCaptor.getValue().getContainerConfig().getExposedPorts().keySet()).containsAll(expectedExposedPorts)
- createContainerCaptor.getValue().getHostConfig().getMemorySwap() to createContainerCaptor.getValue().getContainerConfig().getHostConfig().getMemorySwap()
- new ArrayList<>(argumentCaptor.getValue().getExposedPorts().keySet()).containsAll(expectedExposedPorts) to new ArrayList<>(argumentCaptor.getValue().getContainerConfig().getExposedPorts().keySet()).containsAll(expectedExposedPorts)
- argumentCaptor.getValue().getHostConfig() to argumentCaptor.getValue().getContainerConfig().getHostConfig()
- argumentCaptor.getValue().getHostConfig() to argumentCaptor.getValue().getContainerConfig().getHostConfig()
- argumentCaptor.getValue().getHostConfig().getBinds() to argumentCaptor.getValue().getContainerConfig().getHostConfig().getBinds()
- asList(argumentCaptor.getValue().getEnv()).containsAll(envVarsFromConfig.entrySet().stream().map(entry -> entry.getKey() + "=" + entry.getValue()).collect(Collectors.toList())) to asList(argumentCaptor.getValue().getContainerConfig().getEnv()).containsAll(envVarsFromConfig.entrySet().stream().map(entry -> entry.getKey() + "=" + entry.getValue()).collect(Collectors.toList()))
- new HashSet<>(asList(argumentCaptor.getValue().getEnv())).containsAll(commonEnv) to new HashSet<>(asList(argumentCaptor.getValue().getContainerConfig().getEnv())).containsAll(commonEnv)
- new ArrayList<>(argumentCaptor.getValue().getExposedPorts().keySet()).containsAll(expectedExposedPorts) to new ArrayList<>(argumentCaptor.getValue().getContainerConfig().getExposedPorts().keySet()).containsAll(expectedExposedPorts)
- new ArrayList<>(argumentCaptor.getValue().getExposedPorts().keySet()).containsAll(expectedExposedPorts) to new ArrayList<>(argumentCaptor.getValue().getContainerConfig().getExposedPorts().keySet()).containsAll(expectedExposedPorts)
- argumentCaptor.getValue().getImage() to argumentCaptor.getValue().getContainerConfig().getImage()
- argumentCaptor.getValue().getHostConfig() to argumentCaptor.getValue().getContainerConfig().getHostConfig()
- new ArrayList<>(argumentCaptor.getValue().getExposedPorts().keySet()).containsAll(expectedExposedPorts) to new ArrayList<>(argumentCaptor.getValue().getContainerConfig().getExposedPorts().keySet()).containsAll(expectedExposedPorts)
- asList(argumentCaptor.getValue().getEnv()).containsAll(envVarsFromConfig.entrySet().stream().map(entry -> entry.getKey() + "=" + entry.getValue()).collect(Collectors.toList())) to asList(argumentCaptor.getValue().getContainerConfig().getEnv()).containsAll(envVarsFromConfig.entrySet().stream().map(entry -> entry.getKey() + "=" + entry.getValue()).collect(Collectors.toList()))
- asList(argumentCaptor.getValue().getEnv()).contains(DockerInstanceRuntimeInfo.CHE_WORKSPACE_ID + "=" + wsId) to asList(argumentCaptor.getValue().getContainerConfig().getEnv()).contains(DockerInstanceRuntimeInfo.CHE_WORKSPACE_ID + "=" + wsId)
- argumentCaptor.getValue().getEnv() to argumentCaptor.getValue().getContainerConfig().getEnv()
- new HashSet<>(asList(argumentCaptor.getValue().getEnv())).containsAll(expectedEnv) to new HashSet<>(asList(argumentCaptor.getValue().getContainerConfig().getEnv())).containsAll(expectedEnv)
- argumentCaptor.getValue().getHostConfig() to argumentCaptor.getValue().getContainerConfig().getHostConfig()
- argumentCaptor.getValue().getHostConfig() to argumentCaptor.getValue().getContainerConfig().getHostConfig()
- asList(argumentCaptor.getValue().getEnv()).contains(DockerInstanceRuntimeInfo.CHE_WORKSPACE_ID + "=" + wsId) to asList(argumentCaptor.getValue().getContainerConfig().getEnv()).contains(DockerInstanceRuntimeInfo.CHE_WORKSPACE_ID + "=" + wsId)
- argumentCaptor.getValue().getEnv() to argumentCaptor.getValue().getContainerConfig().getEnv()
- asList(argumentCaptor.getValue().getEnv()).contains(DockerInstanceRuntimeInfo.CHE_WORKSPACE_ID + "=" + wsId) to asList(argumentCaptor.getValue().getContainerConfig().getEnv()).contains(DockerInstanceRuntimeInfo.CHE_WORKSPACE_ID + "=" + wsId)
- new HashSet<>(asList(argumentCaptor.getValue().getEnv())).containsAll(commonEnv) to new HashSet<>(asList(argumentCaptor.getValue().getContainerConfig().getEnv())).containsAll(commonEnv)
- argumentCaptor.getValue().getHostConfig().getBinds() to argumentCaptor.getValue().getContainerConfig().getHostConfig().getBinds()
- new HashSet<>(asList(argumentCaptor.getValue().getEnv())).containsAll(expectedEnv) to new HashSet<>(asList(argumentCaptor.getValue().getContainerConfig().getEnv())).containsAll(expectedEnv)
- containerConfigArgumentCaptor to createContainerParamsArgumentCaptor.getValue().getContainerConfig().getHostConfig()
- containerConfigArgumentCaptor to createContainerParamsArgumentCaptor.getValue().getContainerConfig()
- containerConfigArgumentCaptor to createContainerParamsArgumentCaptor.getValue()
- containerConfigArgumentCaptor.getValue().getHostConfig() to createContainerParamsArgumentCaptor
- containerConfigArgumentCaptor.getValue() to createContainerParamsArgumentCaptor
- argumentCaptor.getValue().getImage() to argumentCaptor.getValue().getContainerConfig().getImage()
- argumentCaptor.getValue().getHostConfig() to argumentCaptor.getValue().getContainerConfig().getHostConfig()
- asList(argumentCaptor.getValue().getEnv()).containsAll(envVarsFromConfig.entrySet().stream().map(entry -> entry.getKey() + "=" + entry.getValue()).collect(Collectors.toList())) to asList(argumentCaptor.getValue().getContainerConfig().getEnv()).containsAll(envVarsFromConfig.entrySet().stream().map(entry -> entry.getKey() + "=" + entry.getValue()).collect(Collectors.toList()))
- createContainerCaptor.getValue().getHostConfig().getMemory() to createContainerCaptor.getValue().getContainerConfig().getHostConfig().getMemory()
- argumentCaptor.getValue().getHostConfig().getBinds() to argumentCaptor.getValue().getContainerConfig().getHostConfig().getBinds()
- Rename Variable