Uses of Class
gauge.messages.Spec.ProtoSpecResult.Builder
Packages that use Spec.ProtoSpecResult.Builder
-
Uses of Spec.ProtoSpecResult.Builder in gauge.messages
Methods in gauge.messages that return Spec.ProtoSpecResult.BuilderModifier and TypeMethodDescriptionSpec.ProtoSpecResult.Builder.addAllErrors(Iterable<? extends Spec.Error> values) / Holds parse, validation and skipped errors.Spec.ProtoSpecResult.Builder.addAllFailedDataTableRows(Iterable<? extends Integer> values) / Holds the row numbers, which caused the execution to fail.Spec.ProtoSpecResult.Builder.addAllSkippedDataTableRows(Iterable<? extends Integer> values) / Holds the row numbers, for which the execution skipped.Spec.ProtoSpecResult.Builder.addErrors(int index, Spec.Error value) / Holds parse, validation and skipped errors.Spec.ProtoSpecResult.Builder.addErrors(int index, Spec.Error.Builder builderForValue) / Holds parse, validation and skipped errors.Spec.ProtoSpecResult.Builder.addErrors(Spec.Error value) / Holds parse, validation and skipped errors.Spec.ProtoSpecResult.Builder.addErrors(Spec.Error.Builder builderForValue) / Holds parse, validation and skipped errors.Spec.ProtoSpecResult.Builder.addFailedDataTableRows(int value) / Holds the row numbers, which caused the execution to fail.Spec.ProtoSpecResult.Builder.addSkippedDataTableRows(int value) / Holds the row numbers, for which the execution skipped.Spec.ProtoSuiteResult.Builder.addSpecResultsBuilder()/ Contains the result from the executionSpec.ProtoSuiteResult.Builder.addSpecResultsBuilder(int index) / Contains the result from the executionSpec.ProtoSpecResult.Builder.clear()Spec.ProtoSpecResult.Builder.clearErrors()/ Holds parse, validation and skipped errors.Spec.ProtoSpecResult.Builder.clearExecutionTime()/ Holds the time taken for executing the spec.Spec.ProtoSpecResult.Builder.clearFailed()/ Flag to indicate failureSpec.ProtoSpecResult.Builder.clearFailedDataTableRows()/ Holds the row numbers, which caused the execution to fail.Spec.ProtoSpecResult.Builder.clearProtoSpec()/ Represents the corresponding SpecificationSpec.ProtoSpecResult.Builder.clearScenarioCount()/ Holds the number of Scenarios executedSpec.ProtoSpecResult.Builder.clearScenarioFailedCount()/ Holds the number of Scenarios failedSpec.ProtoSpecResult.Builder.clearScenarioSkippedCount()/ Holds the number of Scenarios skippedSpec.ProtoSpecResult.Builder.clearSkipped()/ Flag to indicate if spec is skippedSpec.ProtoSpecResult.Builder.clearSkippedDataTableRows()/ Holds the row numbers, for which the execution skipped.Spec.ProtoSpecResult.Builder.clearTimestamp()/ Holds the timestamp of event starting.Messages.SpecExecutionEndingRequest.Builder.getSpecResultBuilder()/ Holds the specs result in spec execution ending.Messages.SpecExecutionStartingRequest.Builder.getSpecResultBuilder()/ Holds the specs result in spec execution startingSpec.ProtoSuiteResult.Builder.getSpecResultsBuilder(int index) / Contains the result from the executionSpec.ProtoSpecResult.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Spec.ProtoSpecResult.Builder.mergeFrom(com.google.protobuf.Message other) Spec.ProtoSpecResult.Builder.mergeFrom(Spec.ProtoSpecResult other) Spec.ProtoSpecResult.Builder.mergeProtoSpec(Spec.ProtoSpec value) / Represents the corresponding Specificationstatic Spec.ProtoSpecResult.BuilderSpec.ProtoSpecResult.newBuilder()static Spec.ProtoSpecResult.BuilderSpec.ProtoSpecResult.newBuilder(Spec.ProtoSpecResult prototype) Spec.ProtoSpecResult.newBuilderForType()protected Spec.ProtoSpecResult.BuilderSpec.ProtoSpecResult.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Spec.ProtoSpecResult.Builder.removeErrors(int index) / Holds parse, validation and skipped errors.Spec.ProtoSpecResult.Builder.setErrors(int index, Spec.Error value) / Holds parse, validation and skipped errors.Spec.ProtoSpecResult.Builder.setErrors(int index, Spec.Error.Builder builderForValue) / Holds parse, validation and skipped errors.Spec.ProtoSpecResult.Builder.setExecutionTime(long value) / Holds the time taken for executing the spec.Spec.ProtoSpecResult.Builder.setFailed(boolean value) / Flag to indicate failureSpec.ProtoSpecResult.Builder.setFailedDataTableRows(int index, int value) / Holds the row numbers, which caused the execution to fail.Spec.ProtoSpecResult.Builder.setProtoSpec(Spec.ProtoSpec value) / Represents the corresponding SpecificationSpec.ProtoSpecResult.Builder.setProtoSpec(Spec.ProtoSpec.Builder builderForValue) / Represents the corresponding SpecificationSpec.ProtoSpecResult.Builder.setScenarioCount(int value) / Holds the number of Scenarios executedSpec.ProtoSpecResult.Builder.setScenarioFailedCount(int value) / Holds the number of Scenarios failedSpec.ProtoSpecResult.Builder.setScenarioSkippedCount(int value) / Holds the number of Scenarios skippedSpec.ProtoSpecResult.Builder.setSkipped(boolean value) / Flag to indicate if spec is skippedSpec.ProtoSpecResult.Builder.setSkippedDataTableRows(int index, int value) / Holds the row numbers, for which the execution skipped.Spec.ProtoSpecResult.Builder.setTimestamp(String value) / Holds the timestamp of event starting.Spec.ProtoSpecResult.Builder.setTimestampBytes(com.google.protobuf.ByteString value) / Holds the timestamp of event starting.Spec.ProtoSpecResult.toBuilder()Methods in gauge.messages that return types with arguments of type Spec.ProtoSpecResult.BuilderModifier and TypeMethodDescriptionSpec.ProtoSuiteResult.Builder.getSpecResultsBuilderList()/ Contains the result from the executionMethods in gauge.messages with parameters of type Spec.ProtoSpecResult.BuilderModifier and TypeMethodDescriptionSpec.ProtoSuiteResult.Builder.addSpecResults(int index, Spec.ProtoSpecResult.Builder builderForValue) / Contains the result from the executionSpec.ProtoSuiteResult.Builder.addSpecResults(Spec.ProtoSpecResult.Builder builderForValue) / Contains the result from the executionMessages.SpecExecutionEndingRequest.Builder.setSpecResult(Spec.ProtoSpecResult.Builder builderForValue) / Holds the specs result in spec execution ending.Messages.SpecExecutionStartingRequest.Builder.setSpecResult(Spec.ProtoSpecResult.Builder builderForValue) / Holds the specs result in spec execution startingSpec.ProtoSuiteResult.Builder.setSpecResults(int index, Spec.ProtoSpecResult.Builder builderForValue) / Contains the result from the execution