public static interface Deployment.UpdateStages.WithTemplate
| Modifier and Type | Method and Description |
|---|---|
Deployment.Update |
withTemplate(Object template)
Specifies the template as a Java object.
|
Deployment.Update |
withTemplate(String templateJson)
Specifies the template as a JSON string.
|
Deployment.Update |
withTemplateLink(String uri,
String contentVersion)
Specifies the template as a URL.
|
Deployment.Update withTemplate(Object template)
template - the Java objectDeployment.Update withTemplate(String templateJson) throws IOException
templateJson - the JSON stringIOException - exception thrown from serialization/deserializationDeployment.Update withTemplateLink(String uri, String contentVersion)
uri - the location of the remote template filecontentVersion - the version of the template fileCopyright © 2019. All rights reserved.