Uses of Class
io.jenkins.plugins.projectenv.toolinfo.ImmutableToolInfo.Builder
Packages that use ImmutableToolInfo.Builder
-
Uses of ImmutableToolInfo.Builder in io.jenkins.plugins.projectenv.toolinfo
Methods in io.jenkins.plugins.projectenv.toolinfo that return ImmutableToolInfo.BuilderModifier and TypeMethodDescriptionImmutableToolInfo.Builder.addAllPathElements
(Iterable<String> elements) Adds elements topathElements
list.ImmutableToolInfo.Builder.addPathElements
(String element) Adds one element topathElements
list.ImmutableToolInfo.Builder.addPathElements
(String... elements) Adds elements topathElements
list.static ImmutableToolInfo.Builder
ImmutableToolInfo.builder()
Creates a builder forImmutableToolInfo
.ImmutableToolInfo.Builder.environmentVariables
(Map<String, ? extends String> entries) Sets or replaces all mappings from the specified map as entries for theenvironmentVariables
map.Fill a builder with attribute values from the providedToolInfo
instance.ImmutableToolInfo.Builder.pathElements
(Iterable<String> elements) Sets or replaces all elements forpathElements
list.ImmutableToolInfo.Builder.primaryExecutable
(String primaryExecutable) Initializes the optional valueprimaryExecutable
to primaryExecutable.ImmutableToolInfo.Builder.primaryExecutable
(Optional<String> primaryExecutable) Initializes the optional valueprimaryExecutable
to primaryExecutable.ImmutableToolInfo.Builder.putAllEnvironmentVariables
(Map<String, ? extends String> entries) Put all mappings from the specified map as entries toenvironmentVariables
map.ImmutableToolInfo.Builder.putAllUnhandledProjectResources
(Map<String, ? extends String> entries) Put all mappings from the specified map as entries tounhandledProjectResources
map.ImmutableToolInfo.Builder.putEnvironmentVariables
(String key, String value) Put one entry to theenvironmentVariables
map.ImmutableToolInfo.Builder.putEnvironmentVariables
(Map.Entry<String, ? extends String> entry) Put one entry to theenvironmentVariables
map.ImmutableToolInfo.Builder.putUnhandledProjectResources
(String key, String value) Put one entry to theunhandledProjectResources
map.ImmutableToolInfo.Builder.putUnhandledProjectResources
(Map.Entry<String, ? extends String> entry) Put one entry to theunhandledProjectResources
map.ImmutableToolInfo.Builder.unhandledProjectResources
(Map<String, ? extends String> entries) Sets or replaces all mappings from the specified map as entries for theunhandledProjectResources
map.