Uses of Interface
io.dialob.executor.command.SetVariableFailed
-
Packages that use SetVariableFailed Package Description io.dialob.executor.command -
-
Uses of SetVariableFailed in io.dialob.executor.command
Classes in io.dialob.executor.command that implement SetVariableFailed Modifier and Type Class Description classImmutableSetVariableFailedImmutable implementation ofSetVariableFailed.Methods in io.dialob.executor.command that return SetVariableFailed Modifier and Type Method Description static SetVariableFailedCommandFactory. setVariableFailed(ItemId id)Methods in io.dialob.executor.command with parameters of type SetVariableFailed Modifier and Type Method Description static ImmutableSetVariableFailedImmutableSetVariableFailed. copyOf(SetVariableFailed instance)Creates an immutable copy of aSetVariableFailedvalue.ImmutableSetVariableFailed.BuilderImmutableSetVariableFailed.Builder. from(SetVariableFailed instance)Fill a builder with attribute values from the providedSetVariableFailedinstance.
-