Uses of Interface
io.jenkins.plugins.projectenv.toolinfo.ToolInfo
-
Packages that use ToolInfo Package Description io.jenkins.plugins.projectenv.toolinfo -
-
Uses of ToolInfo in io.jenkins.plugins.projectenv.toolinfo
Classes in io.jenkins.plugins.projectenv.toolinfo that implement ToolInfo Modifier and Type Class Description class
ImmutableToolInfo
Immutable implementation ofToolInfo
.Methods in io.jenkins.plugins.projectenv.toolinfo that return types with arguments of type ToolInfo Modifier and Type Method Description static Map<String,List<ToolInfo>>
ToolInfoParser. fromJson(String rawToolInfos)
Methods in io.jenkins.plugins.projectenv.toolinfo with parameters of type ToolInfo Modifier and Type Method Description static ImmutableToolInfo
ImmutableToolInfo. copyOf(ToolInfo instance)
Creates an immutable copy of aToolInfo
value.ImmutableToolInfo.Builder
ImmutableToolInfo.Builder. from(ToolInfo instance)
Fill a builder with attribute values from the providedToolInfo
instance.
-