Class VersioningPlugin.GitVersion
-
- All Implemented Interfaces:
public final class VersioningPlugin.GitVersion
-
-
Constructor Summary
Constructors Constructor Description VersioningPlugin.GitVersion(Integer major, Integer minor, Integer patch, Boolean isSnapshot)
-
Method Summary
Modifier and Type Method Description final StringgetUndecorated()final StringgetDecorated()final IntegergetMajor()final IntegergetMinor()final IntegergetPatch()final BooleanisSnapshot()-
-
Method Detail
-
getUndecorated
final String getUndecorated()
-
getDecorated
final String getDecorated()
-
isSnapshot
final Boolean isSnapshot()
-
-
-
-