Package org.eclipse.egit.ui.common

Examples of org.eclipse.egit.ui.common.CreatePatchWizard.finish()


    CreatePatchWizard createPatchWizard = openCreatePatchWizard();
    LocationPage locationPage = createPatchWizard.getLocationPage();
    locationPage.selectWorkspace("/" + PROJ1 + "/" + PATCH_FILE);
    OptionsPage optionsPage = locationPage.nextToOptionsPage();
    optionsPage.setFormat(CoreText.DiffHeaderFormat_Workspace);
    createPatchWizard.finish();

    bot.waitUntil(Conditions.shellCloses(createPatchWizard.getShell()));

    IFile patch = ResourcesPlugin.getWorkspace().getRoot()
        .getProject(PROJ1).getFile(PATCH_FILE);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.