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 topathElementslist.ImmutableToolInfo.Builder.addPathElements(String element) Adds one element topathElementslist.ImmutableToolInfo.Builder.addPathElements(String... elements) Adds elements topathElementslist.static ImmutableToolInfo.BuilderImmutableToolInfo.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 theenvironmentVariablesmap.Fill a builder with attribute values from the providedToolInfoinstance.ImmutableToolInfo.Builder.pathElements(Iterable<String> elements) Sets or replaces all elements forpathElementslist.ImmutableToolInfo.Builder.primaryExecutable(String primaryExecutable) Initializes the optional valueprimaryExecutableto primaryExecutable.ImmutableToolInfo.Builder.primaryExecutable(Optional<String> primaryExecutable) Initializes the optional valueprimaryExecutableto primaryExecutable.ImmutableToolInfo.Builder.putAllEnvironmentVariables(Map<String, ? extends String> entries) Put all mappings from the specified map as entries toenvironmentVariablesmap.ImmutableToolInfo.Builder.putAllUnhandledProjectResources(Map<String, ? extends String> entries) Put all mappings from the specified map as entries tounhandledProjectResourcesmap.ImmutableToolInfo.Builder.putEnvironmentVariables(String key, String value) Put one entry to theenvironmentVariablesmap.ImmutableToolInfo.Builder.putEnvironmentVariables(Map.Entry<String, ? extends String> entry) Put one entry to theenvironmentVariablesmap.ImmutableToolInfo.Builder.putUnhandledProjectResources(String key, String value) Put one entry to theunhandledProjectResourcesmap.ImmutableToolInfo.Builder.putUnhandledProjectResources(Map.Entry<String, ? extends String> entry) Put one entry to theunhandledProjectResourcesmap.ImmutableToolInfo.Builder.unhandledProjectResources(Map<String, ? extends String> entries) Sets or replaces all mappings from the specified map as entries for theunhandledProjectResourcesmap.