Package com.funnelback.plugin.docs
Interface PluginDocsDetails
-
- All Known Subinterfaces:
PluginUtilsBase
public interface PluginDocsDetails
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Audience>
getAudience()
Define a list of tags to display in documentation as meta tag "hc-audience"List<MarketplaceSubtype>
getMarketplaceSubtype()
Define a list of tags to display in documentation as meta tag "marketplace-subtype"List<ProductSubtopicCategory>
getProductSubtopic()
Define a list of tags to display in documentation as meta tag "product-subtopic" and source metadata tags about pluginList<ProductTopic>
getProductTopic()
Define a list of tags to display in documentation as meta tag "product-topic"
-
-
-
Method Detail
-
getAudience
List<Audience> getAudience()
Define a list of tags to display in documentation as meta tag "hc-audience"
-
getMarketplaceSubtype
List<MarketplaceSubtype> getMarketplaceSubtype()
Define a list of tags to display in documentation as meta tag "marketplace-subtype"
-
getProductTopic
List<ProductTopic> getProductTopic()
Define a list of tags to display in documentation as meta tag "product-topic"
-
getProductSubtopic
List<ProductSubtopicCategory> getProductSubtopic()
Define a list of tags to display in documentation as meta tag "product-subtopic" and source metadata tags about plugin
-
-