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