Interface InternalProjectConfigurationResult
-
- All Superinterfaces:
InternalOperationResult
,InternalProtocolInterface
public interface InternalProjectConfigurationResult extends InternalOperationResult
DO NOT CHANGE THIS INTERFACE. It is part of the cross-version protocol.- Since:
- 5.1
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
InternalProjectConfigurationResult.InternalPluginApplicationResult
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<? extends InternalProjectConfigurationResult.InternalPluginApplicationResult>
getPluginApplicationResults()
Returns the results of plugins applied as part of the configuration of this project.-
Methods inherited from interface org.gradle.tooling.internal.protocol.events.InternalOperationResult
getEndTime, getFailures, getStartTime
-
-
-
-
Method Detail
-
getPluginApplicationResults
java.util.List<? extends InternalProjectConfigurationResult.InternalPluginApplicationResult> getPluginApplicationResults()
Returns the results of plugins applied as part of the configuration of this project.
-
-