| Type | Name and description |
|---|---|
java.lang.Boolean |
allowReleaseFromDetached |
java.util.Set<java.lang.String> |
excludeBranchPatterns |
java.util.Set<java.lang.String> |
releaseBranchPatterns |
java.lang.String |
shortenedBranchPatternThis should be a regex pattern with one(1) capture group. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
addExcludeBranchPattern(java.lang.String pattern) |
|
void |
addReleaseBranchPattern(java.lang.String pattern) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
This should be a regex pattern with one(1) capture group. By default shortens the typical {bugfix|feature|hotfix|release}/branch-name to branch-name. The prefix is optional and a dash may be used instead of the forward slash.