com.openshift.internal.client
Class AbstractOpenShiftResource.ServiceRequest
java.lang.Object
com.openshift.internal.client.AbstractOpenShiftResource.ServiceRequest
- Enclosing class:
- AbstractOpenShiftResource
protected class AbstractOpenShiftResource.ServiceRequest
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
linkName
protected final String linkName
AbstractOpenShiftResource.ServiceRequest
protected AbstractOpenShiftResource.ServiceRequest(String linkName)
execute
protected <DTO> DTO execute(Parameter... parameters)
throws OpenShiftException
- Throws:
OpenShiftException
execute
protected <DTO> DTO execute(int timeout,
Parameter... parameters)
throws OpenShiftException
- Throws:
OpenShiftException
execute
protected <DTO> DTO execute(int timeout,
IMediaType mediaType,
Parameter... parameters)
throws OpenShiftException
- Throws:
OpenShiftException
execute
protected <DTO> DTO execute(List<Parameter> urlParameter,
Parameter... parameters)
throws OpenShiftException
- Throws:
OpenShiftException
execute
protected <DTO> DTO execute(int timeout,
List<Parameter> urlParameter,
Parameter... parameters)
throws OpenShiftException
- Throws:
OpenShiftException
execute
protected <DTO> DTO execute(int timeout,
List<Parameter> urlParameter,
IMediaType mediaType,
Parameter... parameters)
throws OpenShiftException
- Throws:
OpenShiftException
getData
protected <DTO> DTO getData(RestResponse response)
Copyright © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.