All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.katalon.platform.api.preference.PluginPreference Maven / Gradle / Ivy

There is a newer version: 1.0.21
Show newest version
package com.katalon.platform.api.preference;

/**
 * PluginPreference is a key-value store for a Katalon Studio platform plugin to manage settings value.
 * 
 * @since 1.0
 */
public interface PluginPreference extends Preference {
    String getProjectId();

    String getPluginId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy