Class EmptyFriendlyURLConverter

java.lang.Object
org.thoughtslive.jenkins.plugins.hubot.config.EmptyFriendlyURLConverter
All Implemented Interfaces:
org.apache.commons.beanutils.Converter

@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class EmptyFriendlyURLConverter extends Object implements org.apache.commons.beanutils.Converter
Hacky converter to handle url while saving configs (Basically copied over from other plugin.)
  • Constructor Details

    • EmptyFriendlyURLConverter

      public EmptyFriendlyURLConverter()
  • Method Details

    • convert

      public Object convert(Class aClass, Object o)
      Specified by:
      convert in interface org.apache.commons.beanutils.Converter