| Package | Description |
|---|---|
| io.jenkins.plugins.projectenv.proc |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableProcResult.Builder |
ImmutableProcResult.builder()
Creates a builder for
ImmutableProcResult. |
ImmutableProcResult.Builder |
ImmutableProcResult.Builder.exitCode(int exitCode)
Initializes the value for the
exitCode attribute. |
ImmutableProcResult.Builder |
ImmutableProcResult.Builder.from(ProcResult instance)
Fill a builder with attribute values from the provided
ProcResult instance. |
ImmutableProcResult.Builder |
ImmutableProcResult.Builder.stdOutput(String stdOutput)
Initializes the value for the
stdOutput attribute. |
Copyright © 2016–2022. All rights reserved.