*/
public List<IAction> getTunnelActions(IStructuredSelection selection,
final CloudFoundryApplicationsEditorPage editorPage) {
Collection<String> selectedServices = ModifyServicesForApplicationAction.getServiceNames(selection);
List<IAction> actions = new ArrayList<IAction>();
final TunnelBehaviour handler = new TunnelBehaviour(cloudServer);
if (selectedServices != null && !selectedServices.isEmpty()) {
final List<String> servicesWithTunnels = new ArrayList<String>();
final CaldecottUIHelper uiHelper = new CaldecottUIHelper(cloudServer);
final List<String> servicesToAdd = uiHelper.getServicesWithNoTunnel(selectedServices, handler,
servicesWithTunnels);