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 ImmutableProcResultImmutableProcResult.copyOf(ProcResult instance) Creates an immutable copy of aProcResultvalue.final ImmutableProcResultImmutableProcResult.withExitCode(int value) Copy the current immutable object by setting a value for theexitCodeattribute.final ImmutableProcResultImmutableProcResult.withStdOutput(String value) Copy the current immutable object by setting a value for thestdOutputattribute.