public class UIWrapperFactory extends Object
| Constructor and Description |
|---|
UIWrapperFactory() |
| Modifier and Type | Method and Description |
|---|---|
static DualPaneUIVersion1 |
createDualPaneUI(DualPaneUIInteractionVersion1 interaction,
boolean showDebugInfo)
Creates a dual-pane Gradle UI, consisting of a main panel (containing task tree, favorites, etc) and a separate panel containing the output.
|
static SinglePaneUIVersion1 |
createSinglePaneUI(SinglePaneUIInteractionVersion1 interaction,
boolean showDebugInfo)
Creates a single-pane Gradle UI.
|
public static SinglePaneUIVersion1 createSinglePaneUI(SinglePaneUIInteractionVersion1 interaction, boolean showDebugInfo) throws Exception
interaction - this is how we interact with the caller.showDebugInfo - true to show some additional information that may be helpful diagnosing problems is this failsExceptionpublic static DualPaneUIVersion1 createDualPaneUI(DualPaneUIInteractionVersion1 interaction, boolean showDebugInfo) throws Exception
interaction - this is how we interact with the caller.showDebugInfo - true to show some additional information that may be helpful diagnosing problems is this failsExceptionCopyright © 2013. All rights reserved