| Package | Description |
|---|---|
| io.jenkins.plugins.projectenv.proc |
| Modifier and Type | Method and Description |
|---|---|
ImmutableProcResult |
ImmutableProcResult.Builder.build()
Builds a new
ImmutableProcResult. |
static ImmutableProcResult |
ImmutableProcResult.copyOf(ProcResult instance)
Creates an immutable copy of a
ProcResult value. |
ImmutableProcResult |
ImmutableProcResult.withExitCode(int value)
Copy the current immutable object by setting a value for the
exitCode attribute. |
ImmutableProcResult |
ImmutableProcResult.withStdOutput(String value)
Copy the current immutable object by setting a value for the
stdOutput attribute. |
Copyright © 2016–2021. All rights reserved.