Class: Jobs

Jobs

new Jobs(endPoint)

Manage Jobs in Cloud Foundry
Parameters:
Name Type Description
endPoint String [CC endpoint]
Source:

Methods

getJob(token_type, access_token, job_guid) → {JSON}

Parameters:
Name Type Description
token_type String [Authentication type]
access_token String [Authentication token]
job_guid String [job guid]
Source:
Returns:
[return a JSON response]
Type
JSON

setEndPoint(endPoint)

Set endpoint
Parameters:
Name Type Description
endPoint String [CC endpoint]
Source: