org.mule.tools.maven.plugin.cloudhub
Class DefaultCloudHubAdapter

java.lang.Object
  extended by org.mule.tools.maven.plugin.cloudhub.DefaultCloudHubAdapter
All Implemented Interfaces:
CloudHubAdapter

public class DefaultCloudHubAdapter
extends Object
implements CloudHubAdapter


Constructor Summary
DefaultCloudHubAdapter()
           
 
Method Summary
 void create(String cloudHubUrl, String username, String password, String domain)
           
 void deploy(File file, String muleVersion, int workers, long maxWaitTime, Map<String,String> properties)
           
 void undeploy(long maxWaitTime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultCloudHubAdapter

public DefaultCloudHubAdapter()
Method Detail

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.