public interface PayaraClient
| Modifier and Type | Field and Description |
|---|---|
static String |
ADMINSERVER
Admin Server key for the REST request.
|
| Modifier and Type | Method and Description |
|---|---|
org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext |
doDeploy(String name,
org.glassfish.jersey.media.multipart.FormDataMultiPart form)
Do deploy an application defined by a multipart form's data to the target server or cluster
of Payara
|
Map<String,Object> |
doUndeploy(String name,
org.glassfish.jersey.media.multipart.FormDataMultiPart form)
Do undeploy the application
|
boolean |
isDASRunning()
Verify whether the Domain Administration Server is running.
|
void |
startUp()
Start-up the server
Get the node addresses list associated with the target
Check the status of the target server instance
In case of cluster tries to fund an instance which has RUNNING status
|
static final String ADMINSERVER
void startUp()
org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext doDeploy(String name, org.glassfish.jersey.media.multipart.FormDataMultiPart form) throws org.jboss.arquillian.container.spi.client.container.DeploymentException
name - - name of the application form - a form of MediaType.MULTIPART_FORM_DATA_TYPEform - - form containing data to be deployedorg.jboss.arquillian.container.spi.client.container.DeploymentException - if something goes wrong with the deploymentMap<String,Object> doUndeploy(String name, org.glassfish.jersey.media.multipart.FormDataMultiPart form)
name - - application nameform - - formboolean isDASRunning()
Copyright © 2022. All rights reserved.