Deployment.DefinitionStages.WithTemplate Interface
Definition
A deployment definition allowing the template to be specified.
public static interface Deployment.DefinitionStages.WithTemplate
Methods
| withTemplate(Object template) |
Specifies the template as a Java object. |
| withTemplate(String templateJson) |
Specifies the template as a JSON string. |
| withTemplateLink(String uri, String contentVersion) |
Specifies the template as a URL. |