Package me.qoomon.maven.gitversioning
Class Configuration
java.lang.Object
me.qoomon.maven.gitversioning.Configuration
public class Configuration
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConfiguration.PropertyDescriptionstatic classConfiguration.VersionDescription -
Field Summary
Fields Modifier and Type Field Description java.util.List<Configuration.VersionDescription>branchConfiguration.VersionDescriptioncommitjava.lang.Booleandisablejava.lang.BooleanpreferTagsjava.util.List<Configuration.VersionDescription>tagjava.lang.BooleanupdatePom -
Constructor Summary
Constructors Constructor Description Configuration() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
disable
public java.lang.Boolean disable -
updatePom
public java.lang.Boolean updatePom -
preferTags
public java.lang.Boolean preferTags -
branch
-
tag
-
commit
-
-
Constructor Details
-
Configuration
public Configuration()
-