Class org.eclipse.orion.client.cf.CFService
Provides operations for interacting with Cloud Foundry
Defined in: </jobs/genie.orion/orion-client-dev/workspace/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 |
---|---|
checkRoute(target, domainName, hostName)
|
|
createRoute(target, domainName, hostName)
|
|
deleteOrphanedRoutes(target)
|
|
deleteRoute(target, domainName, hostName)
|
|
deleteRouteById(target, routeId)
|
|
getApp(target, name, contentLocation)
|
|
getApps(target)
|
|
getDeploymentPlans(relFilePath)
|
|
getDomains(target, defaultDomainMode)
|
|
getInfo()
|
|
getLogs(target, applicationName, logFileName, instance)
|
|
getLogz(target, appName, timestamp)
|
|
getManifestInfo(relFilePath, strict)
|
|
getOrgs(target)
|
|
getRoute(target, domainName, hostName)
|
|
getRoutes(target)
|
|
getServices(target)
|
|
login(url, username, password, org, space)
|
|
logout()
|
|
mapRoute(target, appId, routeId)
|
|
pushApp(target, name, contentLocation, manifest, packager, instrumentation)
|
|
setTarget(url, org, space)
|
|
startApp(target, name, contentLocation, timeout)
|
|
stopApp(target, name, contentLocation)
|
|
unmapRoute(target, appId, routeId)
|
Method Detail
checkRoute(target, domainName, hostName)
- Parameters:
- target
- domainName
- hostName
createRoute(target, domainName, hostName)
- Parameters:
- target
- domainName
- hostName
deleteOrphanedRoutes(target)
- Parameters:
- target
deleteRoute(target, domainName, hostName)
- Parameters:
- target
- domainName
- hostName
deleteRouteById(target, routeId)
- Parameters:
- target
- routeId
getApp(target, name, contentLocation)
- Parameters:
- target
- name
- contentLocation
getApps(target)
- Parameters:
- target
getDeploymentPlans(relFilePath)
- Parameters:
- relFilePath
getDomains(target, defaultDomainMode)
- Parameters:
- target
- defaultDomainMode
getInfo()
getLogs(target, applicationName, logFileName, instance)
- Parameters:
- target
- applicationName
- logFileName
- instance
getLogz(target, appName, timestamp)
- Parameters:
- target
- appName
- timestamp
getManifestInfo(relFilePath, strict)
- Parameters:
- relFilePath
- strict
getOrgs(target)
- Parameters:
- target
getRoute(target, domainName, hostName)
- Parameters:
- target
- domainName
- hostName
getRoutes(target)
- Parameters:
- target
getServices(target)
- Parameters:
- target
getTarget()
login(url, username, password, org, space)
- Parameters:
- url
- username
- password
- org
- space
logout()
mapRoute(target, appId, routeId)
- Parameters:
- target
- appId
- routeId
pushApp(target, name, contentLocation, manifest, packager, instrumentation)
- Parameters:
- target
- name
- contentLocation
- manifest
- packager
- instrumentation
setTarget(url, org, space)
- Parameters:
- url
- org
- space
startApp(target, name, contentLocation, timeout)
- Parameters:
- target
- name
- contentLocation
- timeout
stopApp(target, name, contentLocation)
- Parameters:
- target
- name
- contentLocation
unmapRoute(target, appId, routeId)
- Parameters:
- target
- appId
- routeId