public class AutoverConfigDecorator extends Object
AutoverConfig decorator..| Constructor and Description |
|---|
AutoverConfigDecorator(de.palsoftware.tools.maven.git.autover.conf.AutoverConfig theAutoverConfig)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<AutoverBranchConfigDecorator> |
getAutoverBranchConfigs()
Getter.
|
List<String> |
getIncludeGroupIds()
Getter.
|
Pattern |
getVersionTagPattern()
Getter.
|
String |
getVersionTagRegex()
Getter.
|
int |
hashCode() |
String |
toString() |
public AutoverConfigDecorator(de.palsoftware.tools.maven.git.autover.conf.AutoverConfig theAutoverConfig)
theAutoverConfig - the configuration to usepublic String getVersionTagRegex()
public Pattern getVersionTagPattern()
public List<String> getIncludeGroupIds()
public List<AutoverBranchConfigDecorator> getAutoverBranchConfigs()
Copyright © 2020. All rights reserved.