Package | Description |
---|---|
com.openshift.client | |
com.openshift.internal.client |
Modifier and Type | Method and Description |
---|---|
protected IRestService |
ConnectionBuilder.AbstractConnectionBuilder.createRestService(IHttpClient httpClient) |
Modifier and Type | Method and Description |
---|---|
protected APIResource |
ConnectionBuilder.AbstractConnectionBuilder.getAPIResource(String username,
String password,
String token,
IRestService service) |
Modifier and Type | Class and Description |
---|---|
class |
RestService |
Modifier and Type | Method and Description |
---|---|
protected IOpenShiftConnection |
AbstractOpenShiftConnectionFactory.getConnection(IRestService service,
String login,
String password,
String token) |
Constructor and Description |
---|
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 token,
IRestService service,
Map<String,Link> links) |
APIResource(String login,
String password,
String token,
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,
int additionalStorage,
ApplicationResource application,
IRestService service)
Constructor.
|
StandaloneCartridgeResource(String name,
String displayName,
String description,
URL url,
CartridgeType cartridgeType,
boolean obsolete,
ApplicationResource application,
IRestService service,
Map<String,Link> links,
Messages messages) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.