[
https://issues.jboss.org/browse/JBIDE-22262?page=com.atlassian.jira.plugi...
]
Andre Dietisheim commented on JBIDE-22262:
------------------------------------------
This is already supported and used in other places. When adding the connection wizard page
to the wizard, simply use a type parameter (Connection.class) when instantiating the
page:
{code:title=ConnectionWizardPage}
protected <C extends IConnection> ConnectionWizardPage(IWizard wizard,
IConnectionAware<C> wizardModel, Class<? extends IConnection> connectionType,
boolean allowConnectionChange) {
{code}
Only OpenShift 3 connections should be listed when opening Deploy
Image to OpenShift wizard
-------------------------------------------------------------------------------------------
Key: JBIDE-22262
URL:
https://issues.jboss.org/browse/JBIDE-22262
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 4.4.0.Alpha1
Reporter: Marián Labuda
Labels: docker, openshift_v3
Fix For: 4.4.0.Alpha1
When opening Deploy Image to OpenShift wizard from context menu of a docker image,
connection dialog is opened at first. There is available OpenShift 3 type of server as
well as OpenShift 2 server. There should be available only OpenShift 3 server type and
listed only OpenShift 3 connections.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)