workingDirectory| Constructor and Description |
|---|
GoListStep(Path workingDirectory,
Optional<Path> targetFile,
com.facebook.buck.features.go.GoPlatform platform,
List<com.facebook.buck.features.go.GoListStep.ListType> listTypes) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addOptions(com.google.common.collect.ImmutableSet.Builder<ProcessExecutor.Option> options) |
com.google.common.collect.ImmutableMap<String,String> |
getEnvironmentVariables(ExecutionContext context)
Returns the environment variables to include when running this
ShellStep. |
String |
getRawOutput() |
protected com.google.common.collect.ImmutableList<String> |
getShellCommandInternal(ExecutionContext context)
Implementations of this method should not have any observable side-effects.
|
String |
getShortName() |
Set<Path> |
getSourceFiles() |
execute, getDescription, getDuration, getExitCodeFromResult, getShellCommand, getShellCommandArgsForDescription, getStderr, getStdin, getStdout, getTimeout, getTimeoutHandler, shouldPrintStderr, shouldPrintStdoutprotected com.google.common.collect.ImmutableList<String> getShellCommandInternal(ExecutionContext context)
ShellStepgetShellCommandInternal in class ShellSteppublic String getShortName()
protected void addOptions(com.google.common.collect.ImmutableSet.Builder<ProcessExecutor.Option> options)
addOptions in class ShellSteppublic com.google.common.collect.ImmutableMap<String,String> getEnvironmentVariables(ExecutionContext context)
ShellStepShellStep.
By default, this method returns an empty map.
getEnvironmentVariables in class ShellStepcontext - that may be useful when determining environment variables to include.public String getRawOutput()