| Modifier and Type | Method | Description |
|---|---|---|
static CalculateRuleForSinceTagName |
CalculateRuleForSinceTagName.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static CalculateRuleForSinceTagName[] |
CalculateRuleForSinceTagName.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
static String |
VersionUtil.calculateVersionTagNamePart(String version,
CalculateRuleForSinceTagName calculateRuleForSinceTagName) |
| Constructor | Description |
|---|---|
GitLogJiraIssuesRenderer(org.apache.maven.doxia.sink.Sink sink,
String gitLogSinceTagName,
String gitLogUntilTagName,
List<String> jiraProjectKeyList,
String currentVersion,
CalculateRuleForSinceTagName calculateRuleForSinceTagName,
String gitLogTagNamesPattern,
Boolean gitLogGroupByVersions,
URL gitLogJiraInstanceBaseUrl,
org.apache.maven.plugin.logging.Log log) |
Default constructor.
|
Copyright © 2023. All rights reserved.