Interface ProjectConfigurationOperationResult.PluginApplicationResult

  • Enclosing interface:
    ProjectConfigurationOperationResult

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

      • getPlugin

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

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