Interface ProjectConfigurationOperationResult.PluginApplicationResult
- Enclosing interface:
- ProjectConfigurationOperationResult
public static interface ProjectConfigurationOperationResult.PluginApplicationResult
Describes the result of applying a plugin.
- Since:
- 5.1
- 
Method SummaryModifier and TypeMethodDescriptionReturns the identifier of this plugin.Returns the total configuration time of this plugin.
- 
Method Details- 
getPluginPluginIdentifier getPlugin()Returns the identifier of this plugin.
- 
getTotalConfigurationTimeDuration getTotalConfigurationTime()Returns the total configuration time of this plugin.
 
-