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 ImmutableExecutionResultImmutableExecutionResult.copyOf(ExecHelper.ExecutionResult instance) Creates an immutable copy of aExecHelper.ExecutionResultvalue.static ImmutableExecutionResultConstruct a new immutableExecutionResultinstance.final ImmutableExecutionResultImmutableExecutionResult.withExitCode(int value) Copy the current immutable object by setting a value for theexitCodeattribute.final ImmutableExecutionResultImmutableExecutionResult.withStandardError(String value) Copy the current immutable object by setting a value for thestandardErrorattribute.final ImmutableExecutionResultImmutableExecutionResult.withStandardOutput(String value) Copy the current immutable object by setting a value for thestandardOutputattribute.