| Package | Description |
|---|---|
| com.ibm.optim.oaas.client.job |
This package contains the classes to create and handle jobs.
|
| Modifier and Type | Method and Description |
|---|---|
static JobClientBuilder |
JobClientFactory.custom(String baseURL,
String clientid)
Returns a builder to configure the job client.
|
static JobClientBuilder |
JobClientFactory.custom(String baseURL,
String clientid,
String secret)
Returns a builder to configure the job client.
|
static JobClientBuilder |
JobClientFactory.customFromBluemix()
Returns a builder to configure the job client by looking for an IBM Decision Optimization
service with the label starting with
JobClientFactory.BLUEMIX_SERVICE_LABEL in the VCAP_SERVICES. |
static JobClientBuilder |
JobClientFactory.customFromBluemix(String serviceName)
Returns a builder to configure the job client.
|
JobClientBuilder |
JobClientBuilder.http(org.apache.http.impl.client.CloseableHttpClient httpClient)
Sets the HTTP client.
|
Copyright © 2015–2017 IBM Corporation. Licensed under the Apache License, Version 2.0.