public class ReleaseNoteManager extends Object
Modifier and Type | Class and Description |
---|---|
class |
ReleaseNoteManager.IssuesByType |
Modifier and Type | Field and Description |
---|---|
static String |
RELEASE_NOTE_DEFAULT |
static String |
RELEASE_NOTE_NAME |
static String |
RELEASE_NOTE_TEMPLATE |
static String |
TEMPLATES_DIR |
Constructor and Description |
---|
ReleaseNoteManager(ApplicationProperties applicationProperties,
VelocityTemplatingEngine templatingEngine,
ConstantsManager constantsManager,
SearchService searchService,
CustomFieldManager customFieldManager) |
Modifier and Type | Method and Description |
---|---|
String |
getReleaseNote(webwork.action.Action action,
String releaseNoteStyleName,
Version version,
ApplicationUser user,
Project project)
Returns a release note for this version, using the specified releaseNoteStyleName.
|
Map<String,String> |
getStyles() |
public static final String RELEASE_NOTE_NAME
public static final String RELEASE_NOTE_DEFAULT
public static final String RELEASE_NOTE_TEMPLATE
public static final String TEMPLATES_DIR
public ReleaseNoteManager(ApplicationProperties applicationProperties, VelocityTemplatingEngine templatingEngine, ConstantsManager constantsManager, SearchService searchService, CustomFieldManager customFieldManager)
public String getReleaseNote(webwork.action.Action action, String releaseNoteStyleName, Version version, ApplicationUser user, Project project)
IllegalArgumentException
- if there is no matching template for this releaseNoteStyleNameCopyright © 2002-2024 Atlassian. All Rights Reserved.