Class PluginVersion
java.lang.Object
io.jenkins.plugins.propelo.commons.models.PluginVersion
- All Implemented Interfaces:
Comparable<PluginVersion>
-
Field Summary
-
Constructor Summary
ConstructorDescriptionPluginVersion
(String version, int majorVersion, int minorVersion, int patchVersion) -
Method Summary
-
Field Details
-
EMPTY_PLUGIN_VERSION
-
-
Constructor Details
-
PluginVersion
-
-
Method Details
-
getVersion
-
getMajorVersion
-
getMinorVersion
-
getPatchVersion
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<PluginVersion>
-