Annotation Type PluginCustomConfig


  • @Retention(RUNTIME)
    @Target(FIELD)
    public @interface PluginCustomConfig
    Declares a Plugin class' field as a receiving plugin config
    • Element Detail

      • vueConfigurationComponent

        java.lang.String vueConfigurationComponent
        Returns:
        the name of the custom vue component that will be used to provide the configuration for this property
        Default:
        ""
      • validator

        java.lang.Class<? extends PluginCustomConfigValidator> validator
        Default:
        com.dtolabs.rundeck.core.plugins.configuration.PluginCustomConfigValidator.class