public class CloudTasks extends Object
Constructor and Description |
---|
CloudTasks() |
Modifier and Type | Method and Description |
---|---|
static ResultString |
deploy(GlassFishServer server,
String account,
File application,
TaskStateListener listener)
Deploy task that deploys application on server.
|
public static ResultString deploy(GlassFishServer server, String account, File application, TaskStateListener listener)
server
- - server to deploy onaccount
- - which account the application is deployed underapplication
- - File object representing archive or directory where
the application islistener
- - listener, that listens to command execution eventsCopyright © 2013. All Rights Reserved.