Package com.openshift.internal.client

Examples of com.openshift.internal.client.APIResource$GetCartridgesRequest


          (RestResponse) service.request(
              new Link("Get API", "/api", HttpMethod.GET),
              IHttpClient.NO_TIMEOUT,
              Collections.<Parameter> emptyList(),
              Collections.<Parameter> emptyList());
      return new APIResource(username, password, token, service, (Map<String, Link>) response.getData()) {};
    }
View Full Code Here

TOP

Related Classes of com.openshift.internal.client.APIResource$GetCartridgesRequest

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.