org.mule.tools.maven.plugin.cloudhub
Interface CloudHubAdapter

All Known Implementing Classes:
DefaultCloudHubAdapter

public interface CloudHubAdapter

Interface to allow mocking of the CloudHub client (lots of final methods).


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)
           
 

Method Detail

create

void create(String cloudHubUrl,
            String username,
            String password,
            String domain)

deploy

void deploy(File file,
            String muleVersion,
            int workers,
            long maxWaitTime,
            Map<String,String> properties)

undeploy

void undeploy(long maxWaitTime)


Copyright © 2010–2013 MuleSoft, Inc.. All rights reserved.