workingDirectory| Constructor and Description |
|---|
OcamlDepToolStep(AbsPath workingDirectory,
SourcePathResolverAdapter resolver,
Tool ocamlDepTool,
List<SourcePath> input,
List<String> flags) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addOptions(com.google.common.collect.ImmutableSet.Builder<ProcessExecutor.Option> options) |
protected com.google.common.collect.ImmutableList<String> |
getShellCommandInternal(ExecutionContext context)
Implementations of this method should not have any observable side-effects.
|
String |
getShortName() |
execute, getDescription, getDuration, getEnvironmentVariables, getExitCodeFromResult, getShellCommand, getShellCommandArgsForDescription, getStderr, getStdin, getStdout, getTimeout, getTimeoutHandler, shouldPrintStderr, shouldPrintStdoutpublic OcamlDepToolStep(AbsPath workingDirectory, SourcePathResolverAdapter resolver, Tool ocamlDepTool, List<SourcePath> input, List<String> flags)
public String getShortName()
protected void addOptions(com.google.common.collect.ImmutableSet.Builder<ProcessExecutor.Option> options)
addOptions in class ShellStepprotected com.google.common.collect.ImmutableList<String> getShellCommandInternal(@Nullable ExecutionContext context)
ShellStepgetShellCommandInternal in class ShellStep