Class EmptyFriendlyURLConverter

java.lang.Object
hudson.plugins.jira.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
It's little hackish.
  • 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