Project Configuration Failure Result
interface ProjectConfigurationFailureResult : ProjectConfigurationOperationResult, FailureResult(source)
Describes how a project configuration operation finished with failures.
Since
5.1
Functions
Link copied to clipboard
Returns the time when the operation finished its execution.
Link copied to clipboard
Returns the failures that occurred while running the operation, if any.
Link copied to clipboard
abstract fun getPluginApplicationResults(): List<out ProjectConfigurationOperationResult.PluginApplicationResult>
Returns the results of plugins applied as part of the configuration of this project.
Link copied to clipboard
Returns the time when the operation started its execution.