| Package | Description |
|---|---|
| io.jenkins.plugins.projectenv.proc |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableProcResult
Immutable implementation of
ProcResult. |
| Modifier and Type | Method and Description |
|---|---|
static ProcResult |
ProcHelper.executeAndReturnStdOut(Launcher.ProcStarter procStarter,
org.jenkinsci.plugins.workflow.steps.StepContext context) |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableProcResult |
ImmutableProcResult.copyOf(ProcResult instance)
Creates an immutable copy of a
ProcResult value. |
ImmutableProcResult.Builder |
ImmutableProcResult.Builder.from(ProcResult instance)
Fill a builder with attribute values from the provided
ProcResult instance. |
Copyright © 2016–2022. All rights reserved.