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).
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.