public final class Dumper extends Object
Modifier and Type | Method and Description |
---|---|
static void |
dumpHtml(String data,
String foldername,
hudson.FilePath ws)
Dump html output from Zeppelin API as html files under the @param foldername .
|
static void |
dumpImage(String data,
String foldername,
hudson.FilePath ws)
Dump image output from Zeppelin API as html files under the @param foldername .
|
public static void dumpHtml(String data, String foldername, hudson.FilePath ws) throws IOException, InterruptedException
data
- the datafoldername
- the folder namews
- the workspaceIOException
- the io exceptionInterruptedException
- the interrupted exceptionpublic static void dumpImage(String data, String foldername, hudson.FilePath ws) throws IOException
data
- the data for the Imagefoldername
- the folder namews
- the workspaceIOException
- raise when write failsCopyright © 2016–2020. All rights reserved.