Interface ICustomPropertiesRequirements


public interface ICustomPropertiesRequirements
  • Method Details Link icon

    • support Link icon

      String support()
    • getRequesterId Link icon

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

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

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