OpenShift Java Client 2.5.0.Final

Uses of Interface
com.openshift.client.IApplicationPortForwarding

Packages that use IApplicationPortForwarding
com.openshift.client   
com.openshift.internal.client   
com.openshift.internal.client.ssh   
 

Uses of IApplicationPortForwarding in com.openshift.client
 

Methods in com.openshift.client that return types with arguments of type IApplicationPortForwarding
 List<IApplicationPortForwarding> IApplication.getForwardablePorts()
          Returns the list of forwardable ports on OpenShift for this application.
 List<IApplicationPortForwarding> IApplication.refreshForwardablePorts()
          Refreshes the list of port-forwarding.
 List<IApplicationPortForwarding> IApplication.startPortForwarding()
           
 List<IApplicationPortForwarding> IApplication.stopPortForwarding()
          Stop the port-forwarding for all ports.
 

Uses of IApplicationPortForwarding in com.openshift.internal.client
 

Methods in com.openshift.internal.client that return types with arguments of type IApplicationPortForwarding
 List<IApplicationPortForwarding> ApplicationResource.getForwardablePorts()
           
 List<IApplicationPortForwarding> ApplicationResource.refreshForwardablePorts()
           
 List<IApplicationPortForwarding> ApplicationResource.startPortForwarding()
           
 List<IApplicationPortForwarding> ApplicationResource.stopPortForwarding()
           
 

Uses of IApplicationPortForwarding in com.openshift.internal.client.ssh
 

Classes in com.openshift.internal.client.ssh that implement IApplicationPortForwarding
 class ApplicationPortForwarding
           
 


OpenShift Java Client 2.5.0.Final

Copyright © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.