public class ChangelogConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
Pattern |
applicableCommitPattern |
String |
commitFormat |
String |
lastTag |
String |
lastTagFormat |
Pattern |
lastTagPattern |
String |
mergeRequestReplacement |
Pattern |
mergeRequestReplacePattern |
Path |
pathToChangelog |
Pattern |
unreleasedRowPattern |
| Constructor and Description |
|---|
ChangelogConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ChangelogConfiguration |
setApplicableCommitPattern(String applicableCommitPattern) |
ChangelogConfiguration |
setCommitFormat(String commitFormat) |
ChangelogConfiguration |
setLastTag(String lastTag) |
ChangelogConfiguration |
setLastTagFormat(String lastTagFormat) |
ChangelogConfiguration |
setLastTagPattern(String lastTagPattern) |
ChangelogConfiguration |
setMergeRequestReplacement(String pattern) |
ChangelogConfiguration |
setMergeRequestReplacePattern(String pattern) |
ChangelogConfiguration |
setPathToChangelog(String pathToChangelog) |
ChangelogConfiguration |
setUnreleasedRowPattern(String unreleasedRowPattern) |
ChangelogConfiguration |
valid() |
public Path pathToChangelog
public String lastTag
public Pattern lastTagPattern
public Pattern applicableCommitPattern
public String commitFormat
public Pattern unreleasedRowPattern
public Pattern mergeRequestReplacePattern
public String mergeRequestReplacement
public String lastTagFormat
public ChangelogConfiguration valid()
public ChangelogConfiguration setCommitFormat(String commitFormat)
public ChangelogConfiguration setLastTagFormat(String lastTagFormat)
public ChangelogConfiguration setPathToChangelog(String pathToChangelog)
public ChangelogConfiguration setLastTagPattern(String lastTagPattern)
public ChangelogConfiguration setMergeRequestReplacePattern(String pattern)
public ChangelogConfiguration setMergeRequestReplacement(String pattern)
public ChangelogConfiguration setLastTag(String lastTag)
public ChangelogConfiguration setApplicableCommitPattern(String applicableCommitPattern)
public ChangelogConfiguration setUnreleasedRowPattern(String unreleasedRowPattern)
Copyright © 2017. All rights reserved.