Interface IssueCompiledTemplate
- All Superinterfaces:
CompiledTemplate
- All Known Implementing Classes:
LegacySwitchingRendererImpl.LegacyWrapper
Template that allows for an optional issue bean to be passed in
-
Method Summary
Modifier and TypeMethodDescriptionrender(SmartIssueBean issueBean, RenderingFlag... flags) Renders the template with the issuebean bring overridden in the context.Methods inherited from interface com.codebarrel.jira.renderer.CompiledTemplate
render, render
-
Method Details
-
render
Renders the template with the issuebean bring overridden in the context.- Parameters:
issueBean- can be null
-