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>.
Constructor Attributes | Constructor Name and Description |
---|---|
Creates a new CF service.
|
Method Attributes | Method Name and Description |
---|---|
getApp(target, name, contentLocation)
|
|
getApps()
|
|
getInfo()
|
|
getLogs(target, applicationName, logFileName, instance)
|
|
getOrgs(target)
|
|
login(url, username, password, org, space)
|
|
logout()
|
|
pushApp(target, appName, contentLocation)
|
|
setTarget(url, org, space)
|
|
startApp(target, name, contentLocation)
|
|
stopApp(target, name, contentLocation)
|
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