Interface ToolchainsBuildingResult
- All Known Implementing Classes:
- DefaultToolchainsBuildingResult
public interface ToolchainsBuildingResult
Collects the output of the toolchains builder.
- Since:
- 3.3.0
- 
Method SummaryModifier and TypeMethodDescriptionGets the assembled toolchains.Return a list of problems, if any.
- 
Method Details- 
getEffectiveToolchainsPersistedToolchains getEffectiveToolchains()Gets the assembled toolchains.- Returns:
- The assembled toolchains, never null.
 
- 
getProblemsReturn a list of problems, if any.- Returns:
- a list of problems, never null.
 
 
-