Package org.gradle.plugin.management
Interface PluginRequest
public interface PluginRequest
Contains information about a plugin that has been requested for resolution.
- Since:
- 3.5
- 
Method SummaryModifier and TypeMethodDescriptiongetId()The ID of the plugin requested.The implementation module of the plugin if one was explicitly specified, otherwise null.The version of the plugin if one was specified, otherwise null.
- 
Method Details- 
getIdPluginId getId()The ID of the plugin requested. Never null.
- 
getVersionThe version of the plugin if one was specified, otherwise null.
- 
getModuleThe implementation module of the plugin if one was explicitly specified, otherwise null.
 
-