Uses of Class
gauge.messages.Spec.ProtoExecutionResult
-
Packages that use Spec.ProtoExecutionResult Package Description com.thoughtworks.gauge com.thoughtworks.gauge.execution com.thoughtworks.gauge.execution.parameters com.thoughtworks.gauge.processor gauge.messages -
-
Uses of Spec.ProtoExecutionResult in com.thoughtworks.gauge
Methods in com.thoughtworks.gauge that return Spec.ProtoExecutionResult Modifier and Type Method Description Spec.ProtoExecutionResultMessageCollector. addPendingMessagesTo(Spec.ProtoExecutionResult result)Spec.ProtoExecutionResultScreenshotCollector. addPendingScreenshotTo(Spec.ProtoExecutionResult result)Methods in com.thoughtworks.gauge with parameters of type Spec.ProtoExecutionResult Modifier and Type Method Description Spec.ProtoExecutionResultMessageCollector. addPendingMessagesTo(Spec.ProtoExecutionResult result)Spec.ProtoExecutionResultScreenshotCollector. addPendingScreenshotTo(Spec.ProtoExecutionResult result) -
Uses of Spec.ProtoExecutionResult in com.thoughtworks.gauge.execution
Methods in com.thoughtworks.gauge.execution with parameters of type Spec.ProtoExecutionResult Modifier and Type Method Description Spec.ProtoExecutionResultExecutionStage. execute(Spec.ProtoExecutionResult result)Spec.ProtoExecutionResultHookExecutionStage. execute(Spec.ProtoExecutionResult result)Spec.ProtoExecutionResultStepExecutionStage. execute(Spec.ProtoExecutionResult previousStageResult)Spec.ProtoExecutionResultAbstractExecutionStage. executeNext(Spec.ProtoExecutionResult previousStageResult)Spec.ProtoExecutionResultExecutionStage. executeNext(Spec.ProtoExecutionResult stageResult)protected Spec.ProtoExecutionResultAbstractExecutionStage. mergeExecResults(Spec.ProtoExecutionResult previousStageResult, Spec.ProtoExecutionResult execResult) -
Uses of Spec.ProtoExecutionResult in com.thoughtworks.gauge.execution.parameters
Methods in com.thoughtworks.gauge.execution.parameters that return Spec.ProtoExecutionResult Modifier and Type Method Description Spec.ProtoExecutionResultParsingException. getExecutionResult()Constructors in com.thoughtworks.gauge.execution.parameters with parameters of type Spec.ProtoExecutionResult Constructor Description ParsingException(Spec.ProtoExecutionResult executionResult) -
Uses of Spec.ProtoExecutionResult in com.thoughtworks.gauge.processor
Methods in com.thoughtworks.gauge.processor with parameters of type Spec.ProtoExecutionResult Modifier and Type Method Description Messages.MessageMethodExecutionMessageProcessor. createMessageWithExecutionStatusResponse(Messages.Message receivedMessage, Spec.ProtoExecutionResult result) -
Uses of Spec.ProtoExecutionResult in gauge.messages
Methods in gauge.messages that return Spec.ProtoExecutionResult Modifier and Type Method Description Spec.ProtoExecutionResultSpec.ProtoExecutionResult.Builder. build()Spec.ProtoExecutionResultSpec.ProtoExecutionResult.Builder. buildPartial()static Spec.ProtoExecutionResultSpec.ProtoExecutionResult. getDefaultInstance()Spec.ProtoExecutionResultSpec.ProtoExecutionResult.Builder. getDefaultInstanceForType()Spec.ProtoExecutionResultSpec.ProtoExecutionResult. getDefaultInstanceForType()Spec.ProtoExecutionResultMessages.ExecutionStatusResponse.Builder. getExecutionResult()/ Holds the suite result after suite execution done.Spec.ProtoExecutionResultMessages.ExecutionStatusResponse. getExecutionResult()/ Holds the suite result after suite execution done.Spec.ProtoExecutionResultMessages.ExecutionStatusResponseOrBuilder. getExecutionResult()/ Holds the suite result after suite execution done.Spec.ProtoExecutionResultSpec.ProtoStepExecutionResult.Builder. getExecutionResult()/ The actual result of the executionSpec.ProtoExecutionResultSpec.ProtoStepExecutionResult. getExecutionResult()/ The actual result of the executionSpec.ProtoExecutionResultSpec.ProtoStepExecutionResultOrBuilder. getExecutionResult()/ The actual result of the executionstatic Spec.ProtoExecutionResultSpec.ProtoExecutionResult. parseDelimitedFrom(InputStream input)static Spec.ProtoExecutionResultSpec.ProtoExecutionResult. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Spec.ProtoExecutionResultSpec.ProtoExecutionResult. parseFrom(byte[] data)static Spec.ProtoExecutionResultSpec.ProtoExecutionResult. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Spec.ProtoExecutionResultSpec.ProtoExecutionResult. parseFrom(com.google.protobuf.ByteString data)static Spec.ProtoExecutionResultSpec.ProtoExecutionResult. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Spec.ProtoExecutionResultSpec.ProtoExecutionResult. parseFrom(com.google.protobuf.CodedInputStream input)static Spec.ProtoExecutionResultSpec.ProtoExecutionResult. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Spec.ProtoExecutionResultSpec.ProtoExecutionResult. parseFrom(InputStream input)static Spec.ProtoExecutionResultSpec.ProtoExecutionResult. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Spec.ProtoExecutionResultSpec.ProtoExecutionResult. parseFrom(ByteBuffer data)static Spec.ProtoExecutionResultSpec.ProtoExecutionResult. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in gauge.messages that return types with arguments of type Spec.ProtoExecutionResult Modifier and Type Method Description com.google.protobuf.Parser<Spec.ProtoExecutionResult>Spec.ProtoExecutionResult. getParserForType()static com.google.protobuf.Parser<Spec.ProtoExecutionResult>Spec.ProtoExecutionResult. parser()Methods in gauge.messages with parameters of type Spec.ProtoExecutionResult Modifier and Type Method Description Messages.ExecutionStatusResponse.BuilderMessages.ExecutionStatusResponse.Builder. mergeExecutionResult(Spec.ProtoExecutionResult value)/ Holds the suite result after suite execution done.Spec.ProtoStepExecutionResult.BuilderSpec.ProtoStepExecutionResult.Builder. mergeExecutionResult(Spec.ProtoExecutionResult value)/ The actual result of the executionSpec.ProtoExecutionResult.BuilderSpec.ProtoExecutionResult.Builder. mergeFrom(Spec.ProtoExecutionResult other)static Spec.ProtoExecutionResult.BuilderSpec.ProtoExecutionResult. newBuilder(Spec.ProtoExecutionResult prototype)Messages.ExecutionStatusResponse.BuilderMessages.ExecutionStatusResponse.Builder. setExecutionResult(Spec.ProtoExecutionResult value)/ Holds the suite result after suite execution done.Spec.ProtoStepExecutionResult.BuilderSpec.ProtoStepExecutionResult.Builder. setExecutionResult(Spec.ProtoExecutionResult value)/ The actual result of the execution
-