Class Index | File Index

Classes


Class org.eclipse.orion.client.cf.CFService

Provides operations for interacting with Cloud Foundry
Defined in: </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.cf/web/orion/cfui/cFClient.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Creates a new CF service.
Method Summary
Method Attributes Method Name and Description
 
getApp(target, name, contentLocation)
 
 
 
getLogs(target, applicationName, logFileName, instance)
 
getOrgs(target)
 
 
login(url, username, password, org, space)
 
 
pushApp(target, appName, contentLocation)
 
setTarget(url, org, space)
 
startApp(target, name, contentLocation)
 
stopApp(target, name, contentLocation)
Class Detail
org.eclipse.orion.client.cf.CFService()
Creates a new CF service.
Method Detail
getApp(target, name, contentLocation)
Parameters:
target
name
contentLocation

getApps()

getInfo()

getLogs(target, applicationName, logFileName, instance)
Parameters:
target
applicationName
logFileName
instance

getOrgs(target)
Parameters:
target

getTarget()

login(url, username, password, org, space)
Parameters:
url
username
password
org
space

logout()

pushApp(target, appName, contentLocation)
Parameters:
target
appName
contentLocation

setTarget(url, org, space)
Parameters:
url
org
space

startApp(target, name, contentLocation)
Parameters:
target
name
contentLocation

stopApp(target, name, contentLocation)
Parameters:
target
name
contentLocation

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Apr 01 2014 22:58:21 GMT-0400 (EDT)