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