public class BuildResult
extends TaskResult
Encapsulates the results of a build, which consist of the root element of the
machine configuration and, optionally, the context used to build it. The
context is usually only saved for testing and debugging. The context should
not be routinely saved because it maintains references to a large number of
objects and may cause a large increase in the memory utilization.
- Author:
- loomis