Class Deployer
- java.lang.Object
-
- com.heroku.sdk.deploy.lib.deploymemt.Deployer
-
public final class Deployer extends Object
-
-
Constructor Summary
Constructors Constructor Description Deployer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleandeploy(String apiKey, String clientName, String clientVersion, DeploymentDescriptor deploymentDescriptor, OutputAdapter outputAdapter)
-
-
-
Method Detail
-
deploy
public static boolean deploy(String apiKey, String clientName, String clientVersion, DeploymentDescriptor deploymentDescriptor, OutputAdapter outputAdapter) throws IOException, InterruptedException
- Throws:
IOExceptionInterruptedException
-
-