Uses of Class
io.jenkins.plugins.projectenv.proc.ImmutableProcResult
Packages that use ImmutableProcResult
-
Uses of ImmutableProcResult in io.jenkins.plugins.projectenv.proc
Methods in io.jenkins.plugins.projectenv.proc that return ImmutableProcResultModifier and TypeMethodDescriptionImmutableProcResult.Builder.build()
Builds a newImmutableProcResult
.static ImmutableProcResult
ImmutableProcResult.copyOf
(ProcResult instance) Creates an immutable copy of aProcResult
value.final ImmutableProcResult
ImmutableProcResult.withExitCode
(int value) Copy the current immutable object by setting a value for theexitCode
attribute.final ImmutableProcResult
ImmutableProcResult.withStdOutput
(String value) Copy the current immutable object by setting a value for thestdOutput
attribute.