| Package | Description |
|---|---|
| io.jenkins.plugins.projectenv.toolinfo |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableToolInfo
Immutable implementation of
ToolInfo. |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,List<ToolInfo>> |
ToolInfoParser.fromJson(String rawToolInfos) |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableToolInfo |
ImmutableToolInfo.copyOf(ToolInfo instance)
Creates an immutable copy of a
ToolInfo value. |
ImmutableToolInfo.Builder |
ImmutableToolInfo.Builder.from(ToolInfo instance)
Fill a builder with attribute values from the provided
ToolInfo instance. |
Copyright © 2016–2022. All rights reserved.