OperationResultProjectConfigurationFailureResult, ProjectConfigurationSuccessResult@Incubating public interface ProjectConfigurationOperationResult extends OperationResult
| Modifier and Type | Interface | Description | 
|---|---|---|
| static interface  | ProjectConfigurationOperationResult.PluginApplicationResult | Describes the result of applying a plugin. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| List<? extends ProjectConfigurationOperationResult.PluginApplicationResult> | getPluginApplicationResults() | Returns the results of plugins applied as part of the configuration of this project. | 
getEndTime, getStartTimeList<? extends ProjectConfigurationOperationResult.PluginApplicationResult> getPluginApplicationResults()
This may include plugins applied to other projects that are part of the current build,
 e.g. when using subprojects {} blocks in the build script of the root project.
 
If a plugin is applied more than once, this list will only contain a single result that describes the summary of all its applications.