Interface ProjectConfigurationOperationResult.PluginApplicationResult

Enclosing interface:
ProjectConfigurationOperationResult

public static interface ProjectConfigurationOperationResult.PluginApplicationResult
Describes the result of applying a plugin.
Since:
5.1
  • Method Details

    • getPlugin

      PluginIdentifier getPlugin()
      Returns the identifier of this plugin.
    • getTotalConfigurationTime

      Duration getTotalConfigurationTime()
      Returns the total configuration time of this plugin.