@Value.Immutable
public interface CommandContext
| Modifier and Type | Method and Description |
|---|---|
static io.digdag.spi.ImmutableCommandContext.Builder |
builder() |
java.nio.file.Path |
getLocalProjectPath()
Returns an absolute path of project directory.
|
TaskRequest |
getTaskRequest()
Returns task request.
|
java.nio.file.Path getLocalProjectPath()
TaskRequest getTaskRequest()
static io.digdag.spi.ImmutableCommandContext.Builder builder()