| Package | Description |
|---|---|
| io.jenkins.plugins.projectenv.toolinfo |
| Modifier and Type | Method and Description |
|---|---|
ImmutableToolInfo.Builder |
ImmutableToolInfo.Builder.addAllPathElements(Iterable<String> elements)
Adds elements to
pathElements list. |
ImmutableToolInfo.Builder |
ImmutableToolInfo.Builder.addPathElements(String... elements)
Adds elements to
pathElements list. |
ImmutableToolInfo.Builder |
ImmutableToolInfo.Builder.addPathElements(String element)
Adds one element to
pathElements list. |
static ImmutableToolInfo.Builder |
ImmutableToolInfo.builder()
Creates a builder for
ImmutableToolInfo. |
ImmutableToolInfo.Builder |
ImmutableToolInfo.Builder.environmentVariables(Map<String,? extends String> entries)
Sets or replaces all mappings from the specified map as entries for the
environmentVariables map. |
ImmutableToolInfo.Builder |
ImmutableToolInfo.Builder.from(ToolInfo instance)
Fill a builder with attribute values from the provided
ToolInfo instance. |
ImmutableToolInfo.Builder |
ImmutableToolInfo.Builder.pathElements(Iterable<String> elements)
Sets or replaces all elements for
pathElements list. |
ImmutableToolInfo.Builder |
ImmutableToolInfo.Builder.putAllEnvironmentVariables(Map<String,? extends String> entries)
Put all mappings from the specified map as entries to
environmentVariables map. |
ImmutableToolInfo.Builder |
ImmutableToolInfo.Builder.putEnvironmentVariables(Map.Entry<String,? extends String> entry)
Put one entry to the
environmentVariables map. |
ImmutableToolInfo.Builder |
ImmutableToolInfo.Builder.putEnvironmentVariables(String key,
String value)
Put one entry to the
environmentVariables map. |
Copyright © 2016–2022. All rights reserved.