public final class BuildExecutionSupport extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
BuildExecutionSupport.ActionItem
Wrapper for the build job used by
BuildExecutionSupport, extending Item,
allows collecting history of executions keyed by the getAction() values. |
static interface |
BuildExecutionSupport.Item
Wrapper for the build job used by
BuildExecutionSupport |
| Modifier and Type | Method and Description |
|---|---|
static void |
registerFinishedItem(BuildExecutionSupport.Item item)
Notify that the build job finished.
|
static void |
registerRunningItem(BuildExecutionSupport.Item item)
Notify that the build job was started and pass a reference to it.
|
public static void registerRunningItem(BuildExecutionSupport.Item item)
item - public static void registerFinishedItem(BuildExecutionSupport.Item item)
item - Built on May 24 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.