| Package | Description |
|---|---|
| io.jenkins.plugins.projectenv.toolinfo |
| Modifier and Type | Method and Description |
|---|---|
ImmutableToolInfo |
ImmutableToolInfo.Builder.build()
Builds a new
ImmutableToolInfo. |
static ImmutableToolInfo |
ImmutableToolInfo.copyOf(ToolInfo instance)
Creates an immutable copy of a
ToolInfo value. |
ImmutableToolInfo |
ImmutableToolInfo.withEnvironmentVariables(Map<String,? extends String> entries)
Copy the current immutable object by replacing the
environmentVariables map with the specified map. |
ImmutableToolInfo |
ImmutableToolInfo.withPathElements(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
pathElements. |
ImmutableToolInfo |
ImmutableToolInfo.withPathElements(String... elements)
Copy the current immutable object with elements that replace the content of
pathElements. |
Copyright © 2016–2022. All rights reserved.