|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.quattor.pan.tasks.TaskResult
org.quattor.pan.tasks.BuildResult
public class BuildResult
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.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.quattor.pan.tasks.TaskResult |
|---|
TaskResult.ResultType |
| Field Summary |
|---|
| Fields inherited from class org.quattor.pan.tasks.TaskResult |
|---|
type |
| Constructor Summary | |
|---|---|
BuildResult(Element root,
Context context)
|
|
| Method Summary | |
|---|---|
Context |
getObjectContext()
|
Element |
getRoot()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BuildResult(Element root,
Context context)
| Method Detail |
|---|
public Element getRoot()
public Context getObjectContext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||