Uses of Class
gauge.messages.Spec.ProtoStepExecutionResult.Builder
Packages that use Spec.ProtoStepExecutionResult.Builder
-
Uses of Spec.ProtoStepExecutionResult.Builder in gauge.messages
Methods in gauge.messages that return Spec.ProtoStepExecutionResult.BuilderModifier and TypeMethodDescriptionSpec.ProtoStepExecutionResult.Builder.clear()Spec.ProtoStepExecutionResult.Builder.clearExecutionResult()/ The actual result of the executionSpec.ProtoStepExecutionResult.Builder.clearPostHookFailure()/ Contains a 'after' hook failure message.Spec.ProtoStepExecutionResult.Builder.clearPreHookFailure()/ Contains a 'before' hook failure message.Spec.ProtoStepExecutionResult.Builder.clearSkipped()bool skipped = 4;Spec.ProtoStepExecutionResult.Builder.clearSkippedReason()string skippedReason = 5;Spec.ProtoConcept.Builder.getConceptExecutionResultBuilder()/ Holds the execution result.Spec.ProtoStep.Builder.getStepExecutionResultBuilder()/ Holds the result from the execution.Spec.ProtoStepExecutionResult.Builder.mergeExecutionResult(Spec.ProtoExecutionResult value) / The actual result of the executionSpec.ProtoStepExecutionResult.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Spec.ProtoStepExecutionResult.Builder.mergeFrom(com.google.protobuf.Message other) Spec.ProtoStepExecutionResult.Builder.mergeFrom(Spec.ProtoStepExecutionResult other) Spec.ProtoStepExecutionResult.Builder.mergePostHookFailure(Spec.ProtoHookFailure value) / Contains a 'after' hook failure message.Spec.ProtoStepExecutionResult.Builder.mergePreHookFailure(Spec.ProtoHookFailure value) / Contains a 'before' hook failure message.Spec.ProtoStepExecutionResult.newBuilder()Spec.ProtoStepExecutionResult.newBuilder(Spec.ProtoStepExecutionResult prototype) Spec.ProtoStepExecutionResult.newBuilderForType()protected Spec.ProtoStepExecutionResult.BuilderSpec.ProtoStepExecutionResult.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Spec.ProtoStepExecutionResult.Builder.setExecutionResult(Spec.ProtoExecutionResult value) / The actual result of the executionSpec.ProtoStepExecutionResult.Builder.setExecutionResult(Spec.ProtoExecutionResult.Builder builderForValue) / The actual result of the executionSpec.ProtoStepExecutionResult.Builder.setPostHookFailure(Spec.ProtoHookFailure value) / Contains a 'after' hook failure message.Spec.ProtoStepExecutionResult.Builder.setPostHookFailure(Spec.ProtoHookFailure.Builder builderForValue) / Contains a 'after' hook failure message.Spec.ProtoStepExecutionResult.Builder.setPreHookFailure(Spec.ProtoHookFailure value) / Contains a 'before' hook failure message.Spec.ProtoStepExecutionResult.Builder.setPreHookFailure(Spec.ProtoHookFailure.Builder builderForValue) / Contains a 'before' hook failure message.Spec.ProtoStepExecutionResult.Builder.setSkipped(boolean value) bool skipped = 4;Spec.ProtoStepExecutionResult.Builder.setSkippedReason(String value) string skippedReason = 5;Spec.ProtoStepExecutionResult.Builder.setSkippedReasonBytes(com.google.protobuf.ByteString value) string skippedReason = 5;Spec.ProtoStepExecutionResult.toBuilder()Methods in gauge.messages with parameters of type Spec.ProtoStepExecutionResult.BuilderModifier and TypeMethodDescriptionSpec.ProtoConcept.Builder.setConceptExecutionResult(Spec.ProtoStepExecutionResult.Builder builderForValue) / Holds the execution result.Spec.ProtoStep.Builder.setStepExecutionResult(Spec.ProtoStepExecutionResult.Builder builderForValue) / Holds the result from the execution.