OpenShift Java Client 2.5.0.Final

Uses of Interface
com.openshift.internal.client.IRestService

Packages that use IRestService
com.openshift.internal.client   
 

Uses of IRestService in com.openshift.internal.client
 

Classes in com.openshift.internal.client that implement IRestService
 class RestService
           
 

Methods in com.openshift.internal.client with parameters of type IRestService
protected  IOpenShiftConnection AbstractOpenShiftConnectionFactory.getConnection(IRestService service, String login, String password)
           
 

Constructors in com.openshift.internal.client with parameters of type IRestService
AbstractOpenShiftResource(IRestService service)
          Instantiates a new abstract open shift resource.
AbstractOpenShiftResource(IRestService service, Map<String,Link> links, Messages messages)
          Instantiates a new abstract open shift resource.
APIResource(String login, String password, IRestService service, Map<String,Link> links)
           
GearGroupResource(GearGroupResourceDTO dto, ApplicationResource application, IRestService service)
          Constructor.
GearGroupResource(String uuid, String name, Collection<GearResourceDTO> gearDTOs, Map<String,CartridgeResourceDTO> cartridgeDTOs, ApplicationResource application, IRestService service)
          Constructor.
 


OpenShift Java Client 2.5.0.Final

Copyright © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.