Interface ICustomPropertiesRequirements


public interface ICustomPropertiesRequirements
  • Method Details

    • support

      String support()
    • getRequesterId

      String getRequesterId()
      Returns:
      the ID of the plugin asking for custom properties
    • getCustomProperties

      Collection<CustomProperty> getCustomProperties()
      Get defined custom properties
      Returns:
      defined custom properties
    • getByName

      CustomProperty getByName(String name)
      Get custom property using its name
      Parameters:
      name - custom property name
      Returns:
      custom property definition