public interface IRestResponseFactory
Modifier and Type | Method and Description |
---|---|
RestResponse |
get(String restResponse)
Returns a
RestResponse instance for a given rest response string. |
RestResponse get(String restResponse) throws OpenShiftException
RestResponse
instance for a given rest response string.rest
- response stringOpenShiftException
RestResponse
Copyright © 2017 JBoss by Red Hat. All rights reserved.