Class Plugin.Builder

  • Enclosing class:
    Plugin

    public static class Plugin.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • name

        public Plugin.Builder name​(String name)
        The name of the plugin.
        Parameters:
        name - the value to set
        Returns:
        this builder
      • version

        public Plugin.Builder version​(String version)
        The version of the plugin.
        Parameters:
        version - the value to set
        Returns:
        this builder
      • build

        public Plugin build()