|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public getFileContent(devMachine DevMachine, path String, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public log(devMachine DevMachine, project ProjectConfigDto, fileFilter List<String>, isTextFormat boolean, callback AsyncRequestCallback<LogResponse>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public cloneRepository(devMachine DevMachine, project ProjectConfigDto, remoteUri String, remoteName String, callback RequestCallback<RepoInfo>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public branchList(devMachine DevMachine, project ProjectConfigDto, mode String, callback AsyncRequestCallback<List<Branch>>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method private getProjectType(devMachine DevMachine, id String, callback AsyncCallback<ProjectTypeDto>) : void in class org.eclipse.che.api.project.gwt.client.ProjectTypeServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public commit(devMachine DevMachine, project ProjectConfigDto, message String, files List<String>, amend boolean, callback AsyncRequestCallback<Revision>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public delete(devMachine DevMachine, path String, callback AsyncRequestCallback<Void>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Change Parameter Type event : CloseCurrentProjectEvent to event : WsAgentStateEvent in method public onWsAgentStopped(event WsAgentStateEvent) : void in class org.eclipse.che.ide.extension.machine.client.command.valueproviders.CurrentProjectPathProvider |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public getGitReadOnlyUrl(devMachine DevMachine, project ProjectConfigDto, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public getProjectType(devMachine DevMachine, id String) : Promise<ProjectTypeDto> in class org.eclipse.che.api.project.gwt.client.ProjectTypeServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public getModules(devMachine DevMachine, path String, callback AsyncRequestCallback<List<ProjectConfigDto>>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public updateProject(devMachine DevMachine, path String, descriptor ProjectConfigDto, callback AsyncRequestCallback<ProjectConfigDto>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public getProjectType(devMachine DevMachine, id String) : Promise<ProjectTypeDto> in class org.eclipse.che.api.project.gwt.client.ProjectTypeServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public branchDelete(devMachine DevMachine, project ProjectConfigDto, name String, force boolean, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public move(devMachine DevMachine, path String, newParentPath String, newName String, callback AsyncRequestCallback<Void>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public getProjects(devMachine DevMachine, callback AsyncRequestCallback<List<ProjectConfigDto>>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public createFolder(devMachine DevMachine, path String, callback AsyncRequestCallback<ItemReference>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public copy(devMachine DevMachine, path String, newParentPath String, newName String, callback AsyncRequestCallback<Void>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public status(devMachine DevMachine, project ProjectConfigDto) : Promise<Status> in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public branchRename(devMachine DevMachine, project ProjectConfigDto, oldName String, newName String, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public getCommitters(devMachine DevMachine, project ProjectConfigDto, callback AsyncRequestCallback<Commiters>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public pull(devMachine DevMachine, project ProjectConfigDto, refSpec String, remote String, callback AsyncRequestCallback<PullResponse>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public remoteDelete(devMachine DevMachine, project ProjectConfigDto, name String, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public diff(devMachine DevMachine, project ProjectConfigDto, fileFilter List<String>, type DiffRequest.DiffType, noRenames boolean, renameLimit int, commitA String, cached boolean, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public createProject(devMachine DevMachine, projectConfig ProjectConfigDto, callback AsyncRequestCallback<ProjectConfigDto>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public getCommitters(devMachine DevMachine, project ProjectConfigDto, callback AsyncRequestCallback<Commiters>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public copy(devMachine DevMachine, path String, newParentPath String, newName String, callback AsyncRequestCallback<Void>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public branchRename(devMachine DevMachine, project ProjectConfigDto, oldName String, newName String, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public branchCreate(devMachine DevMachine, project ProjectConfigDto, name String, startPoint String, callback AsyncRequestCallback<Branch>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public getUrlVendorInfo(devMachine DevMachine, vcsUrl String, callback AsyncRequestCallback<GitUrlVendorInfo>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public commit(devMachine DevMachine, project ProjectConfigDto, message String, all boolean, amend boolean, callback AsyncRequestCallback<Revision>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public updateProject(devMachine DevMachine, path String, projectConfig ProjectConfigDto, callback AsyncRequestCallback<ProjectConfigDto>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public fetch(devMachine DevMachine, project ProjectConfigDto, remote String, refspec List<String>, removeDeletedRefs boolean, callback RequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public remoteList(devMachine DevMachine, project ProjectConfigDto, remoteName String, verbose boolean) : Promise<List<Remote>> in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public updateFile(devMachine DevMachine, path String, content String, callback AsyncRequestCallback<Void>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public updateProject(devMachine DevMachine, path String, projectConfig ProjectConfigDto) : Promise<ProjectConfigDto> in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public statusText(devMachine DevMachine, project ProjectConfigDto, format StatusFormat, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public status(devMachine DevMachine, project ProjectConfigDto, callback AsyncRequestCallback<Status>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public createProject(devMachine DevMachine, projectConfig ProjectConfigDto, callback AsyncRequestCallback<ProjectConfigDto>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public diff(devMachine DevMachine, project ProjectConfigDto, fileFilter List<String>, type DiffRequest.DiffType, noRenames boolean, renameLimit int, commitA String, cached boolean, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public updateProject(devMachine DevMachine, path String, descriptor ProjectConfigDto) : Promise<ProjectConfigDto> in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public getChildren(devMachine DevMachine, path String, callback AsyncRequestCallback<List<ItemReference>>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public getProjects(devMachine DevMachine, callback AsyncRequestCallback<List<ProjectConfigDto>>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public getFileContent(devMachine DevMachine, path String, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Change Parameter Type restContext : String to appContext : AppContext in method public UploadFilePresenter(view UploadFileView, appContext AppContext, eventBus EventBus, notificationManager NotificationManager, projectExplorer ProjectExplorerPresenter, locale CoreLocalizationConstant) in class org.eclipse.che.ide.upload.file.UploadFilePresenter |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public getModules(devMachine DevMachine, path String, callback AsyncRequestCallback<List<ProjectConfigDto>>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public getTree(devMachine DevMachine, path String, depth int, callback AsyncRequestCallback<TreeElement>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public checkout(devMachine DevMachine, project ProjectConfigDto, checkoutRequest CheckoutRequest, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public deleteRepository(devMachine DevMachine, project ProjectConfigDto, callback AsyncRequestCallback<Void>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public merge(devMachine DevMachine, project ProjectConfigDto, commit String, callback AsyncRequestCallback<MergeResult>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Change Parameter Type event : WorkspaceStoppedEvent to event : WsAgentStateEvent in method public onWsAgentStopped(event WsAgentStateEvent) : void in class org.eclipse.che.ide.extension.machine.client.command.valueproviders.ServerPortProvider |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public push(devMachine DevMachine, project ProjectConfigDto, refSpec List<String>, remote String, force boolean, callback AsyncRequestCallback<PushResponse>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public remove(devMachine DevMachine, project ProjectConfigDto, items List<String>, cached boolean, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Change Parameter Type event : MachineStateEvent to event : WsAgentStateEvent in method public onWsAgentStopped(event WsAgentStateEvent) : void in class org.eclipse.che.ide.extension.machine.client.command.valueproviders.DevMachineHostNameProvider |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public remoteDelete(devMachine DevMachine, project ProjectConfigDto, name String, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Change Parameter Type wsId : String to devMachine : DevMachine in method public push(devMachine DevMachine, project ProjectConfigDto, refSpec List<String>, remote String, force boolean) : Promise<PushResponse> in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method private diff(devMachine DevMachine, diffRequest DiffRequest, projectPath String, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public remoteAdd(devMachine DevMachine, project ProjectConfigDto, name String, url String, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public deleteModule(devMachine DevMachine, pathToParent String, modulePath String, callback AsyncRequestCallback<Void>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public estimateProject(devMachine DevMachine, path String, projectType String, callback AsyncRequestCallback<SourceEstimation>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public rename(devMachine DevMachine, path String, newName String, newMediaType String, callback AsyncRequestCallback<Void>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Change Parameter Type workspace : WorkspaceDto to event : WorkspaceStartedEvent in method public onWorkspaceStarted(event WorkspaceStartedEvent) : void in class org.eclipse.che.ide.extension.machine.client.perspective.widgets.machine.panel.MachinePanelPresenter |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public resolveSources(devMachine DevMachine, path String) : Promise<List<SourceEstimation>> in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public getProjectTypes(devMachine DevMachine) : Promise<List<ProjectTypeDto>> in class org.eclipse.che.api.project.gwt.client.ProjectTypeServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public status(devMachine DevMachine, project ProjectConfigDto, callback AsyncRequestCallback<Status>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public importProject(devMachine DevMachine, path String, force boolean, sourceStorage SourceStorageDto, callback RequestCallback<Void>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public config(devMachine DevMachine, project ProjectConfigDto, entries List<String>, all boolean, callback AsyncRequestCallback<Map<String,String>>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public commit(devMachine DevMachine, projectConfig ProjectConfigDto, message String, files List<String>, amend boolean, callback AsyncRequestCallback<Revision>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Change Parameter Type restContext : String to appContext : AppContext in method public UploadFolderFromZipPresenter(view UploadFolderFromZipView, appContext AppContext, editorAgent EditorAgent, eventBus EventBus, notificationManager NotificationManager, projectExplorer ProjectExplorerPresenter, locale CoreLocalizationConstant) in class org.eclipse.che.ide.upload.folder.UploadFolderFromZipPresenter |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public merge(devMachine DevMachine, project ProjectConfigDto, commit String, callback AsyncRequestCallback<MergeResult>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public reset(devMachine DevMachine, project ProjectConfigDto, commit String, resetType ResetRequest.ResetType, filePattern List<String>, callback AsyncRequestCallback<Void>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public config(devMachine DevMachine, projectConfig ProjectConfigDto, entries List<String>, all boolean, callback AsyncRequestCallback<Map<String,String>>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public remoteList(devMachine DevMachine, project ProjectConfigDto, remoteName String, verbose boolean, callback AsyncRequestCallback<List<Remote>>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public branchDelete(devMachine DevMachine, project ProjectConfigDto, name String, force boolean, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public resolveSources(devMachine DevMachine, path String) : Promise<List<SourceEstimation>> in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public getProjectTypes(devMachine DevMachine) : Promise<List<ProjectTypeDto>> in class org.eclipse.che.api.project.gwt.client.ProjectTypeServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public branchCreate(devMachine DevMachine, project ProjectConfigDto, name String, startPoint String, callback AsyncRequestCallback<Branch>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public getProjects(devMachine DevMachine) : Promise<List<ProjectConfigDto>> in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public createModule(devMachine DevMachine, parentProjectPath String, projectConfig ProjectConfigDto, callback AsyncRequestCallback<ProjectConfigDto>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public getTree(devMachine DevMachine, path String, depth int, callback AsyncRequestCallback<TreeElement>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public createFolder(devMachine DevMachine, path String, callback AsyncRequestCallback<ItemReference>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public getChildren(devMachine DevMachine, path String, callback AsyncRequestCallback<List<ItemReference>>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public push(devMachine DevMachine, project ProjectConfigDto, refSpec List<String>, remote String, force boolean, callback AsyncRequestCallback<PushResponse>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public remoteList(devMachine DevMachine, projectConfig ProjectConfigDto, remoteName String, verbose boolean, callback AsyncRequestCallback<List<Remote>>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public getProjectImporters(devMachine DevMachine, callback AsyncRequestCallback<ProjectImporterData>) : void in class org.eclipse.che.api.project.gwt.client.ProjectImportersServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public resolveSources(devMachine DevMachine, path String, callback AsyncRequestCallback<List<SourceEstimation>>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public showFileContent(devMachine DevMachine, project ProjectConfigDto, file String, version String, callback AsyncRequestCallback<ShowFileContentResponse>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public getProject(devMachine DevMachine, path String, callback AsyncRequestCallback<ProjectConfigDto>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Change Parameter Type wsId : String to devMachine : DevMachine in method public push(devMachine DevMachine, project ProjectConfigDto, refSpec List<String>, remote String, force boolean) : Promise<PushResponse> in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public getProjects(devMachine DevMachine) : Promise<List<ProjectConfigDto>> in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public getItem(devMachine DevMachine, path String, callback AsyncRequestCallback<ItemReference>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public add(devMachine DevMachine, project ProjectConfigDto, update boolean, filePattern List<String>, callback RequestCallback<Void>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public getGitReadOnlyUrl(devMachine DevMachine, project ProjectConfigDto, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public delete(devMachine DevMachine, path String, callback AsyncRequestCallback<Void>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public checkout(devMachine DevMachine, project ProjectConfigDto, checkoutRequest CheckoutRequest, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public commit(devMachine DevMachine, project ProjectConfigDto, message String, all boolean, amend boolean, callback AsyncRequestCallback<Revision>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public remoteAdd(devMachine DevMachine, project ProjectConfigDto, name String, repositoryURL String, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Change Parameter Type restContext : String to appContext : AppContext in method public JavaNavigationServiceImpl(appContext AppContext, loaderFactory LoaderFactory, unmarshallerFactory DtoUnmarshallerFactory, asyncRequestFactory AsyncRequestFactory) in class org.eclipse.che.ide.ext.java.client.navigation.service.JavaNavigationServiceImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public getUrlVendorInfo(devMachine DevMachine, vcsUrl String, callback AsyncRequestCallback<GitUrlVendorInfo>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public search(devMachine DevMachine, expression QueryExpression) : Promise<List<ItemReference>> in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public getProject(devMachine DevMachine, path String, callback AsyncRequestCallback<ProjectConfigDto>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public rename(devMachine DevMachine, path String, newName String, newMediaType String, callback AsyncRequestCallback<Void>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public status(devMachine DevMachine, project ProjectConfigDto) : Promise<Status> in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public getProject(devMachine DevMachine, path String) : Promise<ProjectConfigDto> in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public init(devMachine DevMachine, project ProjectConfigDto, bare boolean, callback RequestCallback<Void>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Change Parameter Type event : ProjectReadyEvent to event : WsAgentStateEvent in method public onWsAgentStarted(event WsAgentStateEvent) : void in class org.eclipse.che.ide.extension.machine.client.command.valueproviders.CurrentProjectPathProvider |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public statusText(devMachine DevMachine, project ProjectConfigDto, format StatusFormat, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public remoteList(devMachine DevMachine, projectConfig ProjectConfigDto, remoteName String, verbose boolean) : Promise<List<Remote>> in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public pull(devMachine DevMachine, project ProjectConfigDto, refSpec String, remote String, callback AsyncRequestCallback<PullResponse>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Change Parameter Type workspace : WorkspaceDto to event : WorkspaceStartedEvent in method public onWorkspaceStarted(event WorkspaceStartedEvent) : void in class org.eclipse.che.api.workspace.gwt.client.event.WorkspaceStartedHandler |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public search(devMachine DevMachine, expression QueryExpression) : Promise<List<ItemReference>> in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public showFileContent(devMachine DevMachine, project ProjectConfigDto, file String, version String, callback AsyncRequestCallback<ShowFileContentResponse>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public getProjectImporters(devMachine DevMachine, callback AsyncRequestCallback<ProjectImporterData>) : void in class org.eclipse.che.api.project.gwt.client.ProjectImportersServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public resolveSources(devMachine DevMachine, path String, callback AsyncRequestCallback<List<SourceEstimation>>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public importProject(devMachine DevMachine, path String, force boolean, sourceStorage SourceStorageDto, callback RequestCallback<Void>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public deleteRepository(devMachine DevMachine, project ProjectConfigDto, callback AsyncRequestCallback<Void>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public importProject(devMachine DevMachine, path String, force boolean, sourceStorage SourceStorageDto) : Promise<Void> in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public diff(devMachine DevMachine, project ProjectConfigDto, fileFilter List<String>, type DiffRequest.DiffType, noRenames boolean, renameLimit int, commitA String, commitB String, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public add(devMachine DevMachine, projectConfig ProjectConfigDto, update boolean, filePattern List<String>, callback RequestCallback<Void>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public diff(devMachine DevMachine, project ProjectConfigDto, fileFilter List<String>, type DiffRequest.DiffType, noRenames boolean, renameLimit int, commitA String, commitB String, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public deleteModule(devMachine DevMachine, pathToParent String, modulePath String, callback AsyncRequestCallback<Void>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Change Parameter Type workspace : WorkspaceDto to event : WsAgentStateEvent in method public onWsAgentStarted(event WsAgentStateEvent) : void in class org.eclipse.che.ide.extension.machine.client.command.valueproviders.ServerPortProvider |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public reset(devMachine DevMachine, project ProjectConfigDto, commit String, resetType ResetRequest.ResetType, filePattern List<String>, callback AsyncRequestCallback<Void>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public createFile(devMachine DevMachine, parentPath String, name String, content String, callback AsyncRequestCallback<ItemReference>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public cloneRepository(devMachine DevMachine, project ProjectConfigDto, remoteUri String, remoteName String, callback RequestCallback<RepoInfo>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public log(devMachine DevMachine, project ProjectConfigDto, fileFilter List<String>, isTextFormat boolean, callback AsyncRequestCallback<LogResponse>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method private getProjectTypes(devMachine DevMachine, callback AsyncCallback<List<ProjectTypeDto>>) : void in class org.eclipse.che.api.project.gwt.client.ProjectTypeServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public fetch(devMachine DevMachine, project ProjectConfigDto, remote String, refspec List<String>, removeDeletedRefs boolean, callback RequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public move(devMachine DevMachine, path String, newParentPath String, newName String, callback AsyncRequestCallback<Void>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public createModule(devMachine DevMachine, parentProjectPath String, projectConfig ProjectConfigDto, callback AsyncRequestCallback<ProjectConfigDto>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public createFile(devMachine DevMachine, parentPath String, name String, content String, callback AsyncRequestCallback<ItemReference>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public init(devMachine DevMachine, project ProjectConfigDto, bare boolean, callback RequestCallback<Void>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public getProject(devMachine DevMachine, path String) : Promise<ProjectConfigDto> in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public branchList(devMachine DevMachine, project ProjectConfigDto, remoteMode String, callback AsyncRequestCallback<List<Branch>>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public updateFile(devMachine DevMachine, path String, content String, callback AsyncRequestCallback<Void>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public estimateProject(devMachine DevMachine, path String, projectType String, callback AsyncRequestCallback<SourceEstimation>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public getItem(devMachine DevMachine, path String, callback AsyncRequestCallback<ItemReference>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public remove(devMachine DevMachine, project ProjectConfigDto, items List<String>, cached boolean, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Change Parameter Type workspaceId : String to devMachine : DevMachine in method public importProject(devMachine DevMachine, path String, force boolean, sourceStorage SourceStorageDto) : Promise<Void> in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public remove(devMachine DevMachine, project ProjectConfigDto, items List<String>, cached boolean, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public fetch(devMachine DevMachine, project ProjectConfigDto, remote String, refspec List<String>, removeDeletedRefs boolean, callback RequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Rename Parameter restContext : String to appContext : AppContext in method public UploadFilePresenter(view UploadFileView, appContext AppContext, eventBus EventBus, notificationManager NotificationManager, projectExplorer ProjectExplorerPresenter, locale CoreLocalizationConstant) in class org.eclipse.che.ide.upload.file.UploadFilePresenter |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public remoteList(devMachine DevMachine, project ProjectConfigDto, remoteName String, verbose boolean, callback AsyncRequestCallback<List<Remote>>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public config(devMachine DevMachine, project ProjectConfigDto, entries List<String>, all boolean, callback AsyncRequestCallback<Map<String,String>>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public status(devMachine DevMachine, project ProjectConfigDto) : Promise<Status> in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public createFile(devMachine DevMachine, parentPath String, name String, content String, callback AsyncRequestCallback<ItemReference>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public diff(devMachine DevMachine, project ProjectConfigDto, fileFilter List<String>, type DiffRequest.DiffType, noRenames boolean, renameLimit int, commitA String, commitB String, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public createProject(devMachine DevMachine, projectConfig ProjectConfigDto, callback AsyncRequestCallback<ProjectConfigDto>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public add(devMachine DevMachine, projectConfig ProjectConfigDto, update boolean, filePattern List<String>, callback RequestCallback<Void>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public resolveSources(devMachine DevMachine, path String, callback AsyncRequestCallback<List<SourceEstimation>>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public getProjectTypes(devMachine DevMachine) : Promise<List<ProjectTypeDto>> in class org.eclipse.che.api.project.gwt.client.ProjectTypeServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public copy(devMachine DevMachine, path String, newParentPath String, newName String, callback AsyncRequestCallback<Void>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public importProject(devMachine DevMachine, path String, force boolean, sourceStorage SourceStorageDto) : Promise<Void> in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public cloneRepository(devMachine DevMachine, project ProjectConfigDto, remoteUri String, remoteName String, callback RequestCallback<RepoInfo>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public init(devMachine DevMachine, project ProjectConfigDto, bare boolean, callback RequestCallback<Void>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public getUrlVendorInfo(devMachine DevMachine, vcsUrl String, callback AsyncRequestCallback<GitUrlVendorInfo>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method private getProjectType(devMachine DevMachine, id String, callback AsyncCallback<ProjectTypeDto>) : void in class org.eclipse.che.api.project.gwt.client.ProjectTypeServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public deleteModule(devMachine DevMachine, pathToParent String, modulePath String, callback AsyncRequestCallback<Void>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public getGitReadOnlyUrl(devMachine DevMachine, project ProjectConfigDto, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public updateProject(devMachine DevMachine, path String, projectConfig ProjectConfigDto) : Promise<ProjectConfigDto> in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public branchRename(devMachine DevMachine, project ProjectConfigDto, oldName String, newName String, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public status(devMachine DevMachine, project ProjectConfigDto, callback AsyncRequestCallback<Status>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public init(devMachine DevMachine, project ProjectConfigDto, bare boolean, callback RequestCallback<Void>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public commit(devMachine DevMachine, project ProjectConfigDto, message String, all boolean, amend boolean, callback AsyncRequestCallback<Revision>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public diff(devMachine DevMachine, project ProjectConfigDto, fileFilter List<String>, type DiffRequest.DiffType, noRenames boolean, renameLimit int, commitA String, cached boolean, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public getCommitters(devMachine DevMachine, project ProjectConfigDto, callback AsyncRequestCallback<Commiters>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public importProject(devMachine DevMachine, path String, force boolean, sourceStorage SourceStorageDto, callback RequestCallback<Void>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public branchCreate(devMachine DevMachine, project ProjectConfigDto, name String, startPoint String, callback AsyncRequestCallback<Branch>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public updateFile(devMachine DevMachine, path String, content String, callback AsyncRequestCallback<Void>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public resolveSources(devMachine DevMachine, path String, callback AsyncRequestCallback<List<SourceEstimation>>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method private getProjectTypes(devMachine DevMachine, callback AsyncCallback<List<ProjectTypeDto>>) : void in class org.eclipse.che.api.project.gwt.client.ProjectTypeServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public updateProject(devMachine DevMachine, path String, descriptor ProjectConfigDto) : Promise<ProjectConfigDto> in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public getChildren(devMachine DevMachine, path String, callback AsyncRequestCallback<List<ItemReference>>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public getItem(devMachine DevMachine, path String, callback AsyncRequestCallback<ItemReference>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public getProjectImporters(devMachine DevMachine, callback AsyncRequestCallback<ProjectImporterData>) : void in class org.eclipse.che.api.project.gwt.client.ProjectImportersServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public estimateProject(devMachine DevMachine, path String, projectType String, callback AsyncRequestCallback<SourceEstimation>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public checkout(devMachine DevMachine, project ProjectConfigDto, checkoutRequest CheckoutRequest, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public createFolder(devMachine DevMachine, path String, callback AsyncRequestCallback<ItemReference>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public push(devMachine DevMachine, project ProjectConfigDto, refSpec List<String>, remote String, force boolean, callback AsyncRequestCallback<PushResponse>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public commit(devMachine DevMachine, project ProjectConfigDto, message String, files List<String>, amend boolean, callback AsyncRequestCallback<Revision>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public delete(devMachine DevMachine, path String, callback AsyncRequestCallback<Void>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public updateProject(devMachine DevMachine, path String, descriptor ProjectConfigDto, callback AsyncRequestCallback<ProjectConfigDto>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public getChildren(devMachine DevMachine, path String, callback AsyncRequestCallback<List<ItemReference>>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public getItem(devMachine DevMachine, path String, callback AsyncRequestCallback<ItemReference>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public pull(devMachine DevMachine, project ProjectConfigDto, refSpec String, remote String, callback AsyncRequestCallback<PullResponse>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public getProjectImporters(devMachine DevMachine, callback AsyncRequestCallback<ProjectImporterData>) : void in class org.eclipse.che.api.project.gwt.client.ProjectImportersServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public log(devMachine DevMachine, project ProjectConfigDto, fileFilter List<String>, isTextFormat boolean, callback AsyncRequestCallback<LogResponse>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public updateProject(devMachine DevMachine, path String, projectConfig ProjectConfigDto, callback AsyncRequestCallback<ProjectConfigDto>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public status(devMachine DevMachine, project ProjectConfigDto) : Promise<Status> in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public remoteList(devMachine DevMachine, projectConfig ProjectConfigDto, remoteName String, verbose boolean) : Promise<List<Remote>> in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public getFileContent(devMachine DevMachine, path String, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public branchList(devMachine DevMachine, project ProjectConfigDto, mode String, callback AsyncRequestCallback<List<Branch>>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public deleteRepository(devMachine DevMachine, project ProjectConfigDto, callback AsyncRequestCallback<Void>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public branchRename(devMachine DevMachine, project ProjectConfigDto, oldName String, newName String, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public rename(devMachine DevMachine, path String, newName String, newMediaType String, callback AsyncRequestCallback<Void>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public pull(devMachine DevMachine, project ProjectConfigDto, refSpec String, remote String, callback AsyncRequestCallback<PullResponse>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public statusText(devMachine DevMachine, project ProjectConfigDto, format StatusFormat, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public getProjectTypes(devMachine DevMachine) : Promise<List<ProjectTypeDto>> in class org.eclipse.che.api.project.gwt.client.ProjectTypeServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public getGitReadOnlyUrl(devMachine DevMachine, project ProjectConfigDto, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public resolveSources(devMachine DevMachine, path String) : Promise<List<SourceEstimation>> in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public search(devMachine DevMachine, expression QueryExpression) : Promise<List<ItemReference>> in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public remoteList(devMachine DevMachine, project ProjectConfigDto, remoteName String, verbose boolean) : Promise<List<Remote>> in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public remoteList(devMachine DevMachine, projectConfig ProjectConfigDto, remoteName String, verbose boolean, callback AsyncRequestCallback<List<Remote>>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public commit(devMachine DevMachine, projectConfig ProjectConfigDto, message String, files List<String>, amend boolean, callback AsyncRequestCallback<Revision>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public createFolder(devMachine DevMachine, path String, callback AsyncRequestCallback<ItemReference>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public reset(devMachine DevMachine, project ProjectConfigDto, commit String, resetType ResetRequest.ResetType, filePattern List<String>, callback AsyncRequestCallback<Void>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public getProjectType(devMachine DevMachine, id String) : Promise<ProjectTypeDto> in class org.eclipse.che.api.project.gwt.client.ProjectTypeServiceClientImpl |
From |
To |
|
Rename Parameter workspace : WorkspaceDto to event : WorkspaceStartedEvent in method public onWorkspaceStarted(event WorkspaceStartedEvent) : void in class org.eclipse.che.api.workspace.gwt.client.event.WorkspaceStartedHandler |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public diff(devMachine DevMachine, project ProjectConfigDto, fileFilter List<String>, type DiffRequest.DiffType, noRenames boolean, renameLimit int, commitA String, cached boolean, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public add(devMachine DevMachine, project ProjectConfigDto, update boolean, filePattern List<String>, callback RequestCallback<Void>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public createModule(devMachine DevMachine, parentProjectPath String, projectConfig ProjectConfigDto, callback AsyncRequestCallback<ProjectConfigDto>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public status(devMachine DevMachine, project ProjectConfigDto, callback AsyncRequestCallback<Status>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public getProject(devMachine DevMachine, path String, callback AsyncRequestCallback<ProjectConfigDto>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public getProjects(devMachine DevMachine, callback AsyncRequestCallback<List<ProjectConfigDto>>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public importProject(devMachine DevMachine, path String, force boolean, sourceStorage SourceStorageDto) : Promise<Void> in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public delete(devMachine DevMachine, path String, callback AsyncRequestCallback<Void>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public getProjects(devMachine DevMachine) : Promise<List<ProjectConfigDto>> in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public branchDelete(devMachine DevMachine, project ProjectConfigDto, name String, force boolean, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public getProject(devMachine DevMachine, path String) : Promise<ProjectConfigDto> in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public branchList(devMachine DevMachine, project ProjectConfigDto, remoteMode String, callback AsyncRequestCallback<List<Branch>>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public checkout(devMachine DevMachine, project ProjectConfigDto, checkoutRequest CheckoutRequest, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method private diff(devMachine DevMachine, diffRequest DiffRequest, projectPath String, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public updateFile(devMachine DevMachine, path String, content String, callback AsyncRequestCallback<Void>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public getProject(devMachine DevMachine, path String) : Promise<ProjectConfigDto> in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Rename Parameter restContext : String to appContext : AppContext in method public JavaNavigationServiceImpl(appContext AppContext, loaderFactory LoaderFactory, unmarshallerFactory DtoUnmarshallerFactory, asyncRequestFactory AsyncRequestFactory) in class org.eclipse.che.ide.ext.java.client.navigation.service.JavaNavigationServiceImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public remoteAdd(devMachine DevMachine, project ProjectConfigDto, name String, repositoryURL String, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public statusText(devMachine DevMachine, project ProjectConfigDto, format StatusFormat, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public remoteDelete(devMachine DevMachine, project ProjectConfigDto, name String, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public getTree(devMachine DevMachine, path String, depth int, callback AsyncRequestCallback<TreeElement>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public getProjects(devMachine DevMachine, callback AsyncRequestCallback<List<ProjectConfigDto>>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public deleteRepository(devMachine DevMachine, project ProjectConfigDto, callback AsyncRequestCallback<Void>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public cloneRepository(devMachine DevMachine, project ProjectConfigDto, remoteUri String, remoteName String, callback RequestCallback<RepoInfo>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public getTree(devMachine DevMachine, path String, depth int, callback AsyncRequestCallback<TreeElement>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public push(devMachine DevMachine, project ProjectConfigDto, refSpec List<String>, remote String, force boolean, callback AsyncRequestCallback<PushResponse>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public remoteDelete(devMachine DevMachine, project ProjectConfigDto, name String, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public createProject(devMachine DevMachine, projectConfig ProjectConfigDto, callback AsyncRequestCallback<ProjectConfigDto>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public log(devMachine DevMachine, project ProjectConfigDto, fileFilter List<String>, isTextFormat boolean, callback AsyncRequestCallback<LogResponse>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public remoteAdd(devMachine DevMachine, project ProjectConfigDto, name String, url String, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Rename Parameter workspace : WorkspaceDto to event : WsAgentStateEvent in method public onWsAgentStarted(event WsAgentStateEvent) : void in class org.eclipse.che.ide.extension.machine.client.command.valueproviders.ServerPortProvider |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public branchDelete(devMachine DevMachine, project ProjectConfigDto, name String, force boolean, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Rename Parameter restContext : String to appContext : AppContext in method public UploadFolderFromZipPresenter(view UploadFolderFromZipView, appContext AppContext, editorAgent EditorAgent, eventBus EventBus, notificationManager NotificationManager, projectExplorer ProjectExplorerPresenter, locale CoreLocalizationConstant) in class org.eclipse.che.ide.upload.folder.UploadFolderFromZipPresenter |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public merge(devMachine DevMachine, project ProjectConfigDto, commit String, callback AsyncRequestCallback<MergeResult>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Rename Parameter workspace : WorkspaceDto to event : WorkspaceStartedEvent in method public onWorkspaceStarted(event WorkspaceStartedEvent) : void in class org.eclipse.che.ide.extension.machine.client.perspective.widgets.machine.panel.MachinePanelPresenter |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public importProject(devMachine DevMachine, path String, force boolean, sourceStorage SourceStorageDto, callback RequestCallback<Void>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public branchCreate(devMachine DevMachine, project ProjectConfigDto, name String, startPoint String, callback AsyncRequestCallback<Branch>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public getProjectType(devMachine DevMachine, id String) : Promise<ProjectTypeDto> in class org.eclipse.che.api.project.gwt.client.ProjectTypeServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public move(devMachine DevMachine, path String, newParentPath String, newName String, callback AsyncRequestCallback<Void>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Rename Parameter wsId : String to devMachine : DevMachine in method public push(devMachine DevMachine, project ProjectConfigDto, refSpec List<String>, remote String, force boolean) : Promise<PushResponse> in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public copy(devMachine DevMachine, path String, newParentPath String, newName String, callback AsyncRequestCallback<Void>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Rename Parameter wsId : String to devMachine : DevMachine in method public push(devMachine DevMachine, project ProjectConfigDto, refSpec List<String>, remote String, force boolean) : Promise<PushResponse> in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public search(devMachine DevMachine, expression QueryExpression) : Promise<List<ItemReference>> in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public resolveSources(devMachine DevMachine, path String) : Promise<List<SourceEstimation>> in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public showFileContent(devMachine DevMachine, project ProjectConfigDto, file String, version String, callback AsyncRequestCallback<ShowFileContentResponse>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public getFileContent(devMachine DevMachine, path String, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public reset(devMachine DevMachine, project ProjectConfigDto, commit String, resetType ResetRequest.ResetType, filePattern List<String>, callback AsyncRequestCallback<Void>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public move(devMachine DevMachine, path String, newParentPath String, newName String, callback AsyncRequestCallback<Void>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public createFile(devMachine DevMachine, parentPath String, name String, content String, callback AsyncRequestCallback<ItemReference>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public diff(devMachine DevMachine, project ProjectConfigDto, fileFilter List<String>, type DiffRequest.DiffType, noRenames boolean, renameLimit int, commitA String, commitB String, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public deleteModule(devMachine DevMachine, pathToParent String, modulePath String, callback AsyncRequestCallback<Void>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public getUrlVendorInfo(devMachine DevMachine, vcsUrl String, callback AsyncRequestCallback<GitUrlVendorInfo>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public getProject(devMachine DevMachine, path String, callback AsyncRequestCallback<ProjectConfigDto>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public getModules(devMachine DevMachine, path String, callback AsyncRequestCallback<List<ProjectConfigDto>>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public merge(devMachine DevMachine, project ProjectConfigDto, commit String, callback AsyncRequestCallback<MergeResult>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public getCommitters(devMachine DevMachine, project ProjectConfigDto, callback AsyncRequestCallback<Commiters>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public estimateProject(devMachine DevMachine, path String, projectType String, callback AsyncRequestCallback<SourceEstimation>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public fetch(devMachine DevMachine, project ProjectConfigDto, remote String, refspec List<String>, removeDeletedRefs boolean, callback RequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public remove(devMachine DevMachine, project ProjectConfigDto, items List<String>, cached boolean, callback AsyncRequestCallback<String>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public rename(devMachine DevMachine, path String, newName String, newMediaType String, callback AsyncRequestCallback<Void>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public getModules(devMachine DevMachine, path String, callback AsyncRequestCallback<List<ProjectConfigDto>>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public config(devMachine DevMachine, projectConfig ProjectConfigDto, entries List<String>, all boolean, callback AsyncRequestCallback<Map<String,String>>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public createModule(devMachine DevMachine, parentProjectPath String, projectConfig ProjectConfigDto, callback AsyncRequestCallback<ProjectConfigDto>) : void in class org.eclipse.che.api.project.gwt.client.ProjectServiceClientImpl |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public showFileContent(devMachine DevMachine, project ProjectConfigDto, file String, version String, callback AsyncRequestCallback<ShowFileContentResponse>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public commit(devMachine DevMachine, project ProjectConfigDto, message String, all boolean, amend boolean, callback AsyncRequestCallback<Revision>) : void in class org.eclipse.che.api.git.gwt.client.GitServiceClient |
From |
To |
|
Rename Parameter workspaceId : String to devMachine : DevMachine in method public getProjects(devMachine DevMachine) : Promise<List<ProjectConfigDto>> in class org.eclipse.che.api.project.gwt.client.ProjectServiceClient |
From |
To |