org.mule.tools.maven.plugin.cloudhub
Class DefaultCloudHubAdapter
java.lang.Object
org.mule.tools.maven.plugin.cloudhub.DefaultCloudHubAdapter
- All Implemented Interfaces:
- CloudHubAdapter
public class DefaultCloudHubAdapter
- extends Object
- implements CloudHubAdapter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultCloudHubAdapter
public DefaultCloudHubAdapter()
create
public void create(String cloudHubUrl,
String username,
String password,
String domain)
- Specified by:
create in interface CloudHubAdapter
deploy
public void deploy(File file,
String muleVersion,
int workers,
long maxWaitTime,
Map<String,String> properties)
- Specified by:
deploy in interface CloudHubAdapter
undeploy
public void undeploy(long maxWaitTime)
- Specified by:
undeploy in interface CloudHubAdapter
Copyright © 2010–2013 MuleSoft, Inc.. All rights reserved.