| Package | Description |
|---|---|
| com.atlassian.jira.template | |
| com.atlassian.jira.template.velocity |
| Modifier and Type | Class and Description |
|---|---|
static class |
TemplateSource.File
Defines a template specified in a file.
|
static class |
TemplateSource.Fragment
Defines a template specified in a
String instance. |
| Modifier and Type | Method and Description |
|---|---|
static TemplateSource |
TemplateSources.file(String path) |
static TemplateSource |
TemplateSources.fragment(String content) |
| Modifier and Type | Method and Description |
|---|---|
VelocityTemplatingEngine.RenderRequest |
VelocityTemplatingEngine.render(TemplateSource source) |
| Modifier and Type | Method and Description |
|---|---|
VelocityTemplatingEngine.RenderRequest |
DefaultVelocityTemplatingEngine.render(TemplateSource source) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.