Community
Participate
Working Groups
It would be useful if the framework provided some kind of factory or command to get an instance of or open a NewRepositoryWizardSelectionPage, so that clients can provide their own UI for opening the wizard.
Are you looking for a way to embed the page or simply an API for creating the wizard?
I just want to be able to open the new repository wizard and have it show only build repository kinds.
Basically make this NewRepositoryHandler.openDialog() API? NewBuildServerAction invokes it like this: NewRepositoryHandler.openDialog(window, "org.eclipse.mylyn.builds.ui.category.Builds");
Yes, that would be perfect. Thanks!
You can now invoke the dialog using the following API: RepositoryUi.openNewRepositoryDialog(window, BuildsUiConstants.ID_REPOSITORY_CATEGORY_BUILDS). Please note that all packages are exported as x-internal since the bundles are still provisional but we'll do our best to maintain backwards compatibility.
Created attachment 196934 [details] mylyn/context/zip
Reopening to fix assignment.
Closing.