public class InstallModuleFromGit extends Object implements org.jclouds.scriptbuilder.domain.Statement
...
| Constructor and Description |
|---|
InstallModuleFromGit(String module,
URI url)
To clone the master branch of module from a repository located at
url. |
InstallModuleFromGit(String module,
URI url,
String vcsBranch) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<String> |
functionDependencies(org.jclouds.scriptbuilder.domain.OsFamily arg0) |
String |
render(org.jclouds.scriptbuilder.domain.OsFamily arg0) |
public InstallModuleFromGit(String module, URI url)
url.module - url - public Iterable<String> functionDependencies(org.jclouds.scriptbuilder.domain.OsFamily arg0)
functionDependencies in interface org.jclouds.scriptbuilder.domain.Statementpublic String render(org.jclouds.scriptbuilder.domain.OsFamily arg0)
render in interface org.jclouds.scriptbuilder.domain.StatementCopyright © 2010–2016 Cloudera. All rights reserved.