Interface Plugin

    • Method Detail

      • getDescription

        String getDescription()
        Returns:
        the plugin description
      • getVersions

        List<String> getVersions()
        Returns:
        the available plugin versions
      • getName

        String getName()
        Returns:
        the name of the plugin
      • getTitle

        String getTitle()
        Returns:
        the title of the plugin
      • getServiceProcesses

        Map<String,​List<String>> getServiceProcesses()
        Returns:
        the list of processes in a specific service (node_processes in Sahara plugin terminology)
      • getRequiredImageTags

        List<String> getRequiredImageTags()
        Returns:
        the list of required image tags
      • getConfigInfos

        List<? extends ConfigInfo> getConfigInfos()
        Returns:
        the list of config information (definitions and default values)