Uses of Class
pl.poznan.put.utility.ImmutableExecutionResult
Packages that use ImmutableExecutionResult
-
Uses of ImmutableExecutionResult in pl.poznan.put.utility
Methods in pl.poznan.put.utility that return ImmutableExecutionResultModifier and TypeMethodDescriptionImmutableExecutionResult.Builder.build()
Builds a newImmutableExecutionResult
.static ImmutableExecutionResult
ImmutableExecutionResult.copyOf
(ExecHelper.ExecutionResult instance) Creates an immutable copy of aExecHelper.ExecutionResult
value.static ImmutableExecutionResult
Construct a new immutableExecutionResult
instance.final ImmutableExecutionResult
ImmutableExecutionResult.withExitCode
(int value) Copy the current immutable object by setting a value for theexitCode
attribute.final ImmutableExecutionResult
ImmutableExecutionResult.withStandardError
(String value) Copy the current immutable object by setting a value for thestandardError
attribute.final ImmutableExecutionResult
ImmutableExecutionResult.withStandardOutput
(String value) Copy the current immutable object by setting a value for thestandardOutput
attribute.