Uses of Class
com.github.qwazer.mavenplugins.gitlog.CalculateRuleForSinceTagName
-
Packages that use CalculateRuleForSinceTagName Package Description com.github.qwazer.mavenplugins.gitlog org.bsc.maven.reporting.renderer -
-
Uses of CalculateRuleForSinceTagName in com.github.qwazer.mavenplugins.gitlog
Methods in com.github.qwazer.mavenplugins.gitlog that return CalculateRuleForSinceTagName Modifier and Type Method Description static CalculateRuleForSinceTagNameCalculateRuleForSinceTagName. 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.Methods in com.github.qwazer.mavenplugins.gitlog with parameters of type CalculateRuleForSinceTagName Modifier and Type Method Description static StringVersionUtil. calculateVersionTagNamePart(String version, CalculateRuleForSinceTagName calculateRuleForSinceTagName) -
Uses of CalculateRuleForSinceTagName in org.bsc.maven.reporting.renderer
Constructors in org.bsc.maven.reporting.renderer with parameters of type 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, org.apache.maven.plugin.logging.Log log)Default constructor.
-