Uses of Class
com.blueriq.component.api.plugin.PluginVersion
Packages that use PluginVersion
-
Uses of PluginVersion in com.blueriq.component.api.plugin
Methods in com.blueriq.component.api.plugin that return PluginVersionModifier and TypeMethodDescriptionstatic PluginVersionPluginVersion.createVersionFromString(String artifactVersion, String buildNumber) IPluginMetadata.getVersion()This method returns the version the plugin.PluginMetadata.getVersion()static PluginVersionPluginVersion.valueOfProperties(Properties properties) This method constructs a PluginVersion based on the specified properties.static PluginVersionPluginVersion.valueOfRelease(int major, int minor) This method creates a new Release Plugin version without a patch.static PluginVersionPluginVersion.valueOfRelease(int major, int minor, String patch) This method creates a new Release Plugin version with a patch.static PluginVersionPluginVersion.valueOfSnapshot(int major, int minor, long buildNumber) This method creates a new Snapshot Plugin version with a build number.static PluginVersionPluginVersion.valueOfSnapshot(int major, int minor, String branch, long buildNumber) This method creates a new Snapshot Plugin version with a build number.static PluginVersionPluginVersion.valueOfSnapshot(int major, long buildNumber) This method creates a new Snapshot Plugin version with a build number.static PluginVersionPluginVersion.valueOfSnapshot(int major, String branch, long buildNumber) This method creates a new Snapshot Plugin version with a build number.