Interface ICustomPropertiesRequirements
public interface ICustomPropertiesRequirements
-
Method Summary
Modifier and TypeMethodDescriptionGet custom property using its nameGet defined custom propertiessupport()
-
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
Get custom property using its name- Parameters:
name
- custom property name- Returns:
- custom property definition
-