Package | Description |
---|---|
com.openshift.client | |
com.openshift.client.cartridge | |
com.openshift.client.configuration | |
com.openshift.internal.client | |
com.openshift.internal.client.response |
Modifier and Type | Class and Description |
---|---|
class |
InvalidCredentialsOpenShiftException |
class |
InvalidNameOpenShiftException |
class |
NotFoundOpenShiftException |
class |
OpenShiftApplicationNotAvailableException |
class |
OpenShiftEndpointException |
class |
OpenShiftRequestException |
class |
OpenShiftSSHKeyException |
class |
OpenShiftSSHOperationException
OpenShift Exception that encapsulates an underlying exception that occurred during an SSH operation.
|
class |
OpenShiftTimeoutException |
class |
OpenShiftUnknonwSSHKeyTypeException |
Modifier and Type | Method and Description |
---|---|
void |
IApplication.addAlias(String string)
Add application alias
|
IEmbeddedCartridge |
IApplication.addEmbeddableCartridge(ICartridge cartridge)
Adds the given embeddable cartridge to this application.
|
List<IEmbeddedCartridge> |
IApplication.addEmbeddableCartridges(Collection<IEmbeddableCartridge> cartridge)
Adds all given embedded cartridges from this app, given their names.
|
List<IEmbeddedCartridge> |
IApplication.addEmbeddableCartridges(ICartridge... cartridges)
Adds the given embeddable cartridges to this application.
|
IEnvironmentVariable |
IApplication.addEnvironmentVariable(String name,
String value)
Adds an environment variable to this application.
|
Map<String,IEnvironmentVariable> |
IApplication.addEnvironmentVariables(Map<String,String> environmentVariables)
Adds a map of environment variables to the application
|
IOpenShiftSSHKey |
IUser.addSSHKey(String name,
ISSHPublicKey key)
Adds the given ssh key with the given name.
|
static SSHKeyPair |
SSHKeyPair.create(SSHKeyType type,
String passPhrase,
String privateKeyPath,
String publicKeyPath)
Creates private and public ssh-rsa keys and stores them to the given
paths.
|
static SSHKeyPair |
SSHKeyPair.create(String passPhrase,
String privateKeyPath,
String publicKeyPath) |
IApplication |
IDomain.createApplication(String name,
ApplicationScale scale,
IGearProfile gearProfile,
String initialGitUrl,
int timeout,
Map<String,String> environmentVariable,
ICartridge... cartridges)
Creates a new application with the given name and the given cartridges.
|
IApplication |
IDomain.createApplication(String name,
IStandaloneCartridge cartridge) |
IApplication |
IDomain.createApplication(String name,
IStandaloneCartridge cartridge,
ApplicationScale scale) |
IApplication |
IDomain.createApplication(String name,
IStandaloneCartridge cartridge,
ApplicationScale scale,
IGearProfile gearProfile) |
IApplication |
IDomain.createApplication(String name,
IStandaloneCartridge cartridge,
ApplicationScale scale,
IGearProfile gearProfile,
String initialGitUrl)
Creates a new application with the given name and the given
cartridge/framework.
|
IApplication |
IDomain.createApplication(String name,
IStandaloneCartridge cartridge,
ApplicationScale scale,
IGearProfile gearProfile,
String initialGitUrl,
int timeout,
IEmbeddableCartridge... cartridges)
Creates a new application with the given name and the given
cartridge/framework.
|
IApplication |
IDomain.createApplication(String name,
IStandaloneCartridge cartridge,
ApplicationScale scale,
IGearProfile gearProfile,
String initialGitUrl,
int timeout,
Map<String,String> environmentVariable,
IEmbeddableCartridge... cartridges)
Creates a new application with the given name and the given
cartridge/framework.
|
IApplication |
IDomain.createApplication(String name,
IStandaloneCartridge cartridge,
IGearProfile gearProfile) |
IApplication |
IDomain.createApplication(String name,
IStandaloneCartridge cartridge,
String initialGitUrl) |
IAuthorization |
IUser.createAuthorization(String note,
String scopes)
Creates and returns new authorization set for user
|
IAuthorization |
IUser.createAuthorization(String note,
String scopes,
int expiresIn)
Creates and returns new authorization set for user
|
protected IOpenShiftConfiguration |
OpenShiftConnectionFactory.createConfiguration()
Deprecated.
|
IDomain |
IUser.createDomain(String id) |
void |
IOpenShiftSSHKey.destroy() |
void |
IDomain.destroy()
Destroys the current domain.
|
void |
IEnvironmentVariable.destroy()
Deprecated.
|
void |
IApplication.destroy()
Destroys this application (and removes it from the list of available
applications)
|
void |
IAuthorization.destroy()
Destroys this authorization
|
void |
IDomain.destroy(boolean force)
Destroys the current domain, using the 'force' parameter to also destroy the domain applications.
|
IApplication |
IDomain.getApplicationByName(String name)
Returns the application identified by the given name.
|
List<IApplication> |
IDomain.getApplications() |
List<IApplication> |
IDomain.getApplicationsByCartridge(IStandaloneCartridge cartridge) |
IAuthorization |
IUser.getAuthorization()
Returns current authorization.
|
IAuthorization |
IUser.getAuthorization(String id)
Returns authorization using a token or id
|
Collection<IAuthorization> |
IUser.getAuthorizations()
Returns all current authorizations for a user
|
IOpenShiftConnection |
OpenShiftConnectionFactory.getAuthTokenConnection(String clientId,
String token)
Deprecated.
Establish a connection with the clientId along with a user's
authorization token.
|
IOpenShiftConnection |
OpenShiftConnectionFactory.getAuthTokenConnection(String clientId,
String token,
String serverUrl)
Deprecated.
Establish a connection with the clientId along with a user's
authorization token
|
List<String> |
IDomain.getAvailableCartridgeNames()
Returns the list of cartridges that can be used to create a new application.
|
List<IGearProfile> |
IDomain.getAvailableGearProfiles()
Returns the list of available gear size that the user can choose when creating a new application (application's gear size can't be changed after creation).
|
List<ICartridge> |
IOpenShiftConnection.getCartridges()
Returns all the available cartridges, embeddable and standalone ones.
|
List<ICartridge> |
IOpenShiftConnection.getCartridges(boolean includeObsolete)
Returns all the available cartridges, embeddable and standalone ones.
|
protected IOpenShiftConfiguration |
OpenShiftConnectionFactory.getConfiguration()
Deprecated.
|
IOpenShiftConnection |
OpenShiftConnectionFactory.getConnection(String clientId,
String password)
Deprecated.
Establish a connection with the clientId along with user's password.
|
IOpenShiftConnection |
OpenShiftConnectionFactory.getConnection(String clientId,
String username,
String password)
Deprecated.
Establish a connection with the clientId along with user's login and
password.
|
IOpenShiftConnection |
OpenShiftConnectionFactory.getConnection(String clientId,
String token,
String serverUrl,
IHttpClient.ISSLCertificateCallback sslCallback)
Deprecated.
|
IOpenShiftConnection |
OpenShiftConnectionFactory.getConnection(String clientId,
String username,
String password,
String serverUrl)
Deprecated.
Establish a connection with the clientId along with user's login and
password.
|
IOpenShiftConnection |
OpenShiftConnectionFactory.getConnection(String clientId,
String username,
String password,
String serverUrl,
IHttpClient.ISSLCertificateCallback sslCallback)
Deprecated.
|
protected IOpenShiftConnection |
OpenShiftConnectionFactory.getConnection(String clientId,
String username,
String password,
String token,
String serverUrl,
IHttpClient httpClient)
Deprecated.
|
IOpenShiftConnection |
OpenShiftConnectionFactory.getConnection(String clientId,
String username,
String password,
String authKey,
String authIV,
String serverUrl)
Deprecated.
|
IOpenShiftConnection |
OpenShiftConnectionFactory.getConnection(String clientId,
String username,
String password,
String authKey,
String authIV,
String token,
String serverUrl,
IHttpClient.ISSLCertificateCallback sslCertificateCallback)
Deprecated.
|
IOpenShiftConnection |
OpenShiftConnectionFactory.getConnection(String clientId,
String username,
String password,
String authKey,
String authIV,
String token,
String serverUrl,
IHttpClient.ISSLCertificateCallback sslCertificateCallback,
String exludeSSLCipherRegex)
Deprecated.
Establish a connection with the clientId along with user's login and
password.
|
IDomain |
IUser.getDefaultDomain() |
IDomain |
IUser.getDomain(String id) |
List<IDomain> |
IOpenShiftConnection.getDomains()
Returns the domains associated with the current OpenShift connection.
|
List<IDomain> |
IUser.getDomains() |
List<IEmbeddableCartridge> |
IOpenShiftConnection.getEmbeddableCartridges()
Returns the available embeddable cartridges associated with the current
OpenShift connection.
|
List<IEmbeddableCartridge> |
IOpenShiftConnection.getEmbeddableCartridges(boolean includeObsolete)
Returns the available embeddable cartridges associated with the current
OpenShift connection.
|
IEmbeddedCartridge |
IApplication.getEmbeddedCartridge(IEmbeddableCartridge cartridge)
Returns the embedded cartridge in this application.
|
IEmbeddedCartridge |
IApplication.getEmbeddedCartridge(String cartridgeName)
Returns the embedded cartridge given its name.
|
List<IEmbeddedCartridge> |
IApplication.getEmbeddedCartridges()
Returns all embedded cartridges.
|
IEnvironmentVariable |
IApplication.getEnvironmentVariable(String name)
Return the environment variable for the specified name
|
Collection<IGearGroup> |
IApplication.getGearGroups()
Returns the gear groups for this application.
|
List<IQuickstart> |
IOpenShiftConnection.getQuickstarts()
Returns the available quickstarts associated with the current
OpenShift connection.
|
RestResponse |
OpenShiftEndpointException.getRestResponse() |
IOpenShiftSSHKey |
IUser.getSSHKeyByName(String name) |
IOpenShiftSSHKey |
IUser.getSSHKeyByPublicKey(String publicKey) |
List<IOpenShiftSSHKey> |
IUser.getSSHKeys() |
List<IStandaloneCartridge> |
IOpenShiftConnection.getStandaloneCartridges()
Returns the available standalone cartridges associated with the current
OpenShift connection.
|
List<IStandaloneCartridge> |
IOpenShiftConnection.getStandaloneCartridges(boolean includeObsolete)
Returns the available standalone cartridges associated with the current
OpenShift connection.
|
IUser |
IDomain.getUser()
Returns the currently connected user that manages this domain.
|
IUser |
IOpenShiftConnection.getUser()
Returns the user associated with the current OpenShift connection.
|
boolean |
IDomain.hasApplicationByCartridge(IStandaloneCartridge cartridge) |
boolean |
IDomain.hasApplicationByName(String name)
Returns true if the application identified by the given name exists in the domain.
|
boolean |
IUser.hasDomain() |
boolean |
IUser.hasDomain(String id) |
boolean |
IApplication.hasEmbeddedCartridge(IEmbeddableCartridge cartridge)
Returns
true if this application has an embedded cartridge. |
boolean |
IApplication.hasEmbeddedCartridge(String cartridgeName)
Returns
true if this application has an embedded cartridge. |
boolean |
IApplication.hasEnvironmentVariable(String name)
Checks if the environment variable is present in the application.
|
boolean |
IUser.hasSSHKeyName(String name) |
boolean |
IUser.hasSSHPublicKey(String publicKey) |
static SSHKeyPair |
SSHKeyPair.load(String privateKeyPath,
String publicKeyPath)
Loads existing private and public ssh key from the given paths.
|
IOpenShiftSSHKey |
IUser.putSSHKey(String name,
ISSHPublicKey key)
Deprecated.
|
void |
IApplication.refresh()
Refresh the application but reloading its content from OpenShift.
|
void |
IAuthorization.refresh()
Refreshes the authorization by reloading its content from OpenShift.
|
void |
IOpenShiftResource.refresh()
Refresh the resource and its list of children resources that were
previously loaded
|
void |
IApplication.removeAlias(String alias)
Remove application alias
|
boolean |
IUser.removeAuthorization(String id)
Removes authorization using a token or id
|
void |
IApplication.removeEmbeddedCartridge(IEmbeddableCartridge cartridge)
Removes the given embedded cartridge that is equal to the given
embeddable cartridge.
|
void |
IApplication.removeEmbeddedCartridges(Collection<IEmbeddableCartridge> cartridges)
Removes the given embedded cartridges in this application that are equal
to the given IEmbeddableCartridge.
|
void |
IApplication.removeEnvironmentVariable(String name)
Removes the environment variables with the given name from this
application.
|
void |
IDomain.rename(String id)
Rename the current domain with the given id....
|
void |
IApplication.restart()
Restarts this application.
|
void |
IApplication.scaleDown()
Scale down application
|
void |
IApplication.scaleUp()
Scale up application
|
void |
IOpenShiftSSHKey.setKeyType(SSHKeyType type,
String publicKey)
Sets the new type and public key of this ssh key to the OpenShift PaaS
|
void |
IOpenShiftSSHKey.setPublicKey(String publicKey)
Sets the public key portion of this ssh key to the OpenShift PaaS.
|
void |
IApplication.start()
Starts this application.
|
void |
IApplication.stop()
Stops this application.
|
void |
IApplication.stop(boolean force)
Stops this application
|
void |
IEnvironmentVariable.update(String value)
Deprecated.
|
IEnvironmentVariable |
IApplication.updateEnvironmentVariable(String name,
String value)
Updates an environment variable to this application.
|
boolean |
IApplication.waitForAccessible(long timeout)
Waits for this application to become accessible on its public url.
|
Future<Boolean> |
IApplication.waitForAccessibleAsync(long timeout)
Returns a Future that the caller can use to wait for the application to
become accessible on its public url.
|
Constructor and Description |
---|
ConnectionBuilder() |
ConnectionBuilder(String serverUrl) |
InvalidCredentialsOpenShiftException(String url,
HttpClientException cause,
RestResponse restResponse) |
NotFoundOpenShiftException(String url,
HttpClientException e,
RestResponse restResponse) |
SSHPublicKey(File publicKeyFile) |
SSHPublicKey(String publicKeyFilePath) |
Modifier and Type | Method and Description |
---|---|
void |
IEmbeddedCartridge.destroy()
Destroys this cartridge (and removes it from the list of existing cartridges)
|
Constructor and Description |
---|
DefaultConfiguration() |
OpenShiftConfiguration() |
SystemConfiguration(IOpenShiftConfiguration parentConfiguration) |
SystemProperties(IOpenShiftConfiguration parentConfiguration) |
UserConfiguration(SystemConfiguration systemConfiguration) |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationResource.addAlias(String alias) |
IEmbeddedCartridge |
ApplicationResource.addEmbeddableCartridge(ICartridge cartridge) |
List<IEmbeddedCartridge> |
ApplicationResource.addEmbeddableCartridges(Collection<IEmbeddableCartridge> cartridges) |
List<IEmbeddedCartridge> |
ApplicationResource.addEmbeddableCartridges(ICartridge... cartridges) |
IEnvironmentVariable |
ApplicationResource.addEnvironmentVariable(String name,
String value) |
Map<String,IEnvironmentVariable> |
ApplicationResource.addEnvironmentVariables(Map<String,String> environmentVariables) |
IOpenShiftSSHKey |
UserResource.addSSHKey(String name,
ISSHPublicKey key) |
protected IApplication |
DomainResource.createApplication(String name,
ApplicationScale scale,
IGearProfile gearProfile,
String initialGitUrl,
int timeout,
Map<String,String> environmentVariables,
Collection<ICartridge> cartridges) |
IApplication |
DomainResource.createApplication(String name,
ApplicationScale scale,
IGearProfile gearProfile,
String initialGitUrl,
int timeout,
Map<String,String> environmentVariables,
ICartridge... cartridges) |
IApplication |
DomainResource.createApplication(String name,
IStandaloneCartridge cartridge) |
IApplication |
DomainResource.createApplication(String name,
IStandaloneCartridge cartridge,
ApplicationScale scale) |
IApplication |
DomainResource.createApplication(String name,
IStandaloneCartridge cartridge,
ApplicationScale scale,
IGearProfile gearProfile) |
IApplication |
DomainResource.createApplication(String name,
IStandaloneCartridge cartridge,
ApplicationScale scale,
IGearProfile gearProfile,
String initialGitUrl) |
IApplication |
DomainResource.createApplication(String name,
IStandaloneCartridge standaloneCartridge,
ApplicationScale scale,
IGearProfile gearProfile,
String initialGitUrl,
int timeout,
IEmbeddableCartridge... embeddableCartridges) |
IApplication |
DomainResource.createApplication(String name,
IStandaloneCartridge standaloneCartridge,
ApplicationScale scale,
IGearProfile gearProfile,
String initialGitUrl,
int timeout,
Map<String,String> environmentVariables,
IEmbeddableCartridge... embedddableCartridges) |
IApplication |
DomainResource.createApplication(String name,
IStandaloneCartridge cartridge,
ApplicationScale scale,
String initialGitUrl) |
IApplication |
DomainResource.createApplication(String name,
IStandaloneCartridge cartridge,
IGearProfile gearProfile) |
IApplication |
DomainResource.createApplication(String name,
IStandaloneCartridge cartridge,
IGearProfile gearProfile,
String initialGitUrl) |
IApplication |
DomainResource.createApplication(String name,
IStandaloneCartridge cartridge,
String initialGitUrl) |
IAuthorization |
APIResource.createAuthorization(String note,
String scopes) |
IAuthorization |
UserResource.createAuthorization(String note,
String scopes) |
IAuthorization |
UserResource.createAuthorization(String note,
String scopes,
int expiresIn) |
protected AuthorizationResource |
APIResource.createAuthorization(String note,
String scopes,
Integer expiresIn) |
IDomain |
APIResource.createDomain(String id) |
IDomain |
UserResource.createDomain(String id) |
void |
SSHKeyResource.destroy() |
void |
ApplicationResource.destroy() |
void |
EnvironmentVariableResource.destroy()
Deprecated.
|
void |
AuthorizationResource.destroy() |
void |
DomainResource.destroy() |
void |
EmbeddedCartridgeResource.destroy() |
void |
DomainResource.destroy(boolean force) |
protected <DTO> DTO |
AbstractOpenShiftResource.ServiceRequest.execute(int timeout,
IRestResponseFactory responseFactory,
List<Parameter> urlPathParameter,
List<Parameter> urlParameter,
Parameter... parameters) |
protected <DTO> DTO |
AbstractOpenShiftResource.ServiceRequest.execute(int timeout,
List<Parameter> urlPathParameters,
List<Parameter> urlParameters,
Parameter... parameters) |
protected <DTO> DTO |
AbstractOpenShiftResource.ServiceRequest.execute(int timeout,
List<Parameter> urlParameters,
Parameter... parameters) |
protected <DTO> DTO |
AbstractOpenShiftResource.ServiceRequest.execute(int timeout,
Parameter... parameters) |
protected <DTO> DTO |
AbstractOpenShiftResource.ServiceRequest.execute(List<Parameter> urlParameters,
Parameter... parameters) |
protected <DTO> DTO |
AbstractOpenShiftResource.ServiceRequest.execute(Parameter... parameters) |
IApplication |
DomainResource.getApplicationByName(String name) |
List<IApplication> |
DomainResource.getApplications() |
List<IApplication> |
DomainResource.getApplicationsByCartridge(IStandaloneCartridge cartridge) |
IAuthorization |
APIResource.getAuthorization() |
IAuthorization |
UserResource.getAuthorization() |
IAuthorization |
APIResource.getAuthorization(String id) |
IAuthorization |
UserResource.getAuthorization(String id) |
List<IAuthorization> |
APIResource.getAuthorizations() |
Collection<IAuthorization> |
UserResource.getAuthorizations() |
List<String> |
DomainResource.getAvailableCartridgeNames() |
List<IGearProfile> |
DomainResource.getAvailableGearProfiles() |
protected IOpenShiftConnection |
AbstractOpenShiftConnectionFactory.getConnection(IRestService service,
String login,
String password,
String token) |
IDomain |
UserResource.getDefaultDomain() |
IDomain |
APIResource.getDomain(String id) |
IDomain |
UserResource.getDomain(String id) |
List<IDomain> |
APIResource.getDomains() |
List<IDomain> |
UserResource.getDomains() |
List<IEmbeddableCartridge> |
APIResource.getEmbeddableCartridges() |
List<IEmbeddableCartridge> |
APIResource.getEmbeddableCartridges(boolean includeObsolete) |
IEmbeddedCartridge |
ApplicationResource.getEmbeddedCartridge(IEmbeddableCartridge cartridge) |
IEmbeddedCartridge |
ApplicationResource.getEmbeddedCartridge(String cartridgeName) |
List<IEmbeddedCartridge> |
ApplicationResource.getEmbeddedCartridges() |
Map<String,IEnvironmentVariable> |
ApplicationResource.getEnvironmentVariables() |
IGearGroup |
ApplicationResource.getGearGroup(ICartridge cartridge) |
Collection<IGearGroup> |
ApplicationResource.getGearGroups() |
protected Link |
AbstractOpenShiftResource.getLink(String linkName)
Gets the link for the given name.
|
protected List<IApplication> |
DomainResource.getOrLoadApplications() |
protected List<IEmbeddableCartridge> |
APIResource.getOrLoadEmbeddableCartridges() |
protected Map<String,IEnvironmentVariable> |
ApplicationResource.getOrLoadEnvironmentVariables() |
protected List<IStandaloneCartridge> |
APIResource.getOrLoadStandaloneCartridges() |
IOpenShiftSSHKey |
UserResource.getSSHKeyByName(String name) |
IOpenShiftSSHKey |
UserResource.getSSHKeyByPublicKey(String publicKey) |
List<IOpenShiftSSHKey> |
UserResource.getSSHKeys() |
List<IStandaloneCartridge> |
APIResource.getStandaloneCartridges() |
List<IStandaloneCartridge> |
APIResource.getStandaloneCartridges(boolean includeObsolete) |
IUser |
APIResource.getUser() |
IUser |
DomainResource.getUser() |
boolean |
DomainResource.hasApplicationByCartridge(IStandaloneCartridge cartridge) |
boolean |
DomainResource.hasApplicationByName(String name) |
boolean |
UserResource.hasDomain() |
protected boolean |
APIResource.hasDomain(String name) |
boolean |
UserResource.hasDomain(String id) |
boolean |
ApplicationResource.hasEmbeddedCartridge(IEmbeddableCartridge cartridge) |
boolean |
ApplicationResource.hasEmbeddedCartridge(String cartridgeName) |
boolean |
ApplicationResource.hasEnvironmentVariable(String name) |
boolean |
UserResource.hasSSHKeyName(String name) |
boolean |
UserResource.hasSSHPublicKey(String publicKey) |
IOpenShiftSSHKey |
UserResource.putSSHKey(String name,
ISSHPublicKey key) |
void |
APIResource.refresh() |
void |
ApplicationSSHSession.refresh()
Refreshes the list of forwardable ports
|
void |
StandaloneCartridgeResource.refresh()
Refreshes the content of this embedded cartridge.
|
void |
SSHKeyResource.refresh() |
void |
UserResource.refresh() |
void |
ApplicationResource.refresh() |
void |
EnvironmentVariableResource.refresh() |
void |
GearGroupResource.refresh() |
void |
AuthorizationResource.refresh() |
void |
DomainResource.refresh() |
void |
EmbeddedCartridgeResource.refresh()
Refreshes the content of this embedded cartridge.
|
protected void |
ApplicationResource.refreshEmbeddedCartridges()
Queries the backend to list the embedded cartridges and adds the new ones
& update the ones that are already present
|
void |
ApplicationResource.removeAlias(String alias) |
void |
ApplicationResource.removeEmbeddedCartridge(IEmbeddableCartridge cartridge) |
protected void |
ApplicationResource.removeEmbeddedCartridge(IEmbeddedCartridge embeddedCartridge)
"callback" from the embeddedCartridge once it has been destroyed.
|
void |
ApplicationResource.removeEmbeddedCartridges(Collection<IEmbeddableCartridge> cartridges) |
void |
DomainResource.rename(String id) |
RestResponse |
IRestService.request(Link link,
int timeout,
IMediaType mediaType,
IRestResponseFactory responseFactory,
List<Parameter> urlPathParameters,
List<Parameter> urlParameters,
Parameter... parameters)
Requests the given link sending the given parameters while encoding the
parameters with the given media type and respecting the given timeout.
|
RestResponse |
RestService.request(Link link,
int timeout,
IMediaType requestMediaType,
IRestResponseFactory responseFactory,
List<Parameter> urlPathParameter,
List<Parameter> urlParameters,
Parameter... parameters) |
RestResponse |
IRestService.request(Link link,
int timeout,
IRestResponseFactory responseFactory,
List<Parameter> urlPathParameters,
List<Parameter> urlParameters,
Parameter... parameters) |
RestResponse |
RestService.request(Link link,
int timeout,
IRestResponseFactory responseFactory,
List<Parameter> urlPathParameters,
List<Parameter> urlParameters,
Parameter... parameters) |
RestResponse |
IRestService.request(Link link,
int timeout,
List<Parameter> urlPathParameters,
List<Parameter> urlParameters,
Parameter... parameters) |
RestResponse |
RestService.request(Link link,
int timeout,
List<Parameter> urlPathParameters,
List<Parameter> urlParameters,
Parameter... parameters) |
void |
ApplicationResource.restart() |
InputStream |
ApplicationSSHSession.restoreDeploymentSnapshot(InputStream inputStream,
boolean hotDeploy)
Restores the given snapshot to the application that this session is bound
to.
|
void |
ApplicationResource.scaleDown() |
void |
ApplicationResource.scaleUp() |
void |
SSHKeyResource.setKeyType(SSHKeyType type,
String publicKey) |
void |
SSHKeyResource.setPublicKey(String publicKey) |
IDomain |
APIResource.showDomain(String id) |
void |
ApplicationResource.start() |
void |
ApplicationResource.stop() |
void |
ApplicationResource.stop(boolean force) |
void |
EnvironmentVariableResource.update(String newValue)
Deprecated.
|
IEnvironmentVariable |
ApplicationResource.updateEnvironmentVariable(String name,
String value) |
protected void |
ApplicationResource.updateEnvironmentVariables() |
boolean |
ApplicationResource.waitForAccessible(long timeout) |
Future<Boolean> |
ApplicationResource.waitForAccessibleAsync(long timeout) |
Modifier and Type | Method and Description |
---|---|
RestResponse |
AbstractJsonDTOFactory.get(String json) |
RestResponse |
IRestResponseFactory.get(String restResponse)
Returns a
RestResponse instance for a given rest response string. |
protected org.jboss.dmr.ModelNode |
AbstractJsonDTOFactory.getModelNode(String content)
Gets the model node.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.