Class PluginRemoveOptions


  • public final class PluginRemoveOptions
    extends java.lang.Object
    Options for removing plugins.
    • Method Detail

      • name

        @Nullable
        public java.lang.String name()
        The name of the plugin to remove.
        Returns:
        the name of the plugin
      • versionRange

        @Nullable
        public java.lang.String versionRange()
        The semver range to check when removing plugins matching the given name e.g. "1.0.0", ">1.0.0".
        Returns:
        the semver range