Modifier and Type | Class and Description |
---|---|
class |
FileLogger |
Modifier and Type | Method and Description |
---|---|
void |
ScriptRunner.run(String scriptDescription,
File scriptFile,
Map<String,? extends Object> context,
ExecutionLogger logger,
String stage,
boolean failOnException)
Runs the specified hook script.
|
void |
ScriptRunner.run(String scriptDescription,
File basedir,
String relativeScriptPath,
Map<String,? extends Object> context,
ExecutionLogger logger,
String stage,
boolean failOnException)
Runs the specified hook script (after resolution).
|
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.