Uses of Class
gauge.messages.Spec.ProtoStepValue.Builder
Packages that use Spec.ProtoStepValue.Builder
-
Uses of Spec.ProtoStepValue.Builder in gauge.messages
Methods in gauge.messages that return Spec.ProtoStepValue.BuilderModifier and TypeMethodDescriptionSpec.ProtoStepValue.Builder.addAllParameters(Iterable<String> values) / A collection of strings representing the parameters.Spec.ProtoStepValue.Builder.addParameters(String value) / A collection of strings representing the parameters.Spec.ProtoStepValue.Builder.addParametersBytes(com.google.protobuf.ByteString value) / A collection of strings representing the parameters.Spec.ProtoStepValue.Builder.clear()Spec.ProtoStepValue.Builder.clearParameterizedStepValue()/ The parameterized string value describing he Step.Spec.ProtoStepValue.Builder.clearParameters()/ A collection of strings representing the parameters.Spec.ProtoStepValue.Builder.clearStepValue()/ The actual string value describing he StepMessages.RefactorRequest.Builder.getNewStepValueBuilder()/ New value, the to-be value of Step being refactored.Messages.RefactorRequest.Builder.getOldStepValueBuilder()/ Old value, used to lookup Step to refactorMessages.StepValidateRequest.Builder.getStepValueBuilder()/This is use to generate step implementation templateSpec.ProtoStepValue.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Spec.ProtoStepValue.Builder.mergeFrom(com.google.protobuf.Message other) Spec.ProtoStepValue.Builder.mergeFrom(Spec.ProtoStepValue other) static Spec.ProtoStepValue.BuilderSpec.ProtoStepValue.newBuilder()static Spec.ProtoStepValue.BuilderSpec.ProtoStepValue.newBuilder(Spec.ProtoStepValue prototype) Spec.ProtoStepValue.newBuilderForType()protected Spec.ProtoStepValue.BuilderSpec.ProtoStepValue.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Spec.ProtoStepValue.Builder.setParameterizedStepValue(String value) / The parameterized string value describing he Step.Spec.ProtoStepValue.Builder.setParameterizedStepValueBytes(com.google.protobuf.ByteString value) / The parameterized string value describing he Step.Spec.ProtoStepValue.Builder.setParameters(int index, String value) / A collection of strings representing the parameters.Spec.ProtoStepValue.Builder.setStepValue(String value) / The actual string value describing he StepSpec.ProtoStepValue.Builder.setStepValueBytes(com.google.protobuf.ByteString value) / The actual string value describing he StepSpec.ProtoStepValue.toBuilder()Methods in gauge.messages with parameters of type Spec.ProtoStepValue.BuilderModifier and TypeMethodDescriptionMessages.RefactorRequest.Builder.setNewStepValue(Spec.ProtoStepValue.Builder builderForValue) / New value, the to-be value of Step being refactored.Messages.RefactorRequest.Builder.setOldStepValue(Spec.ProtoStepValue.Builder builderForValue) / Old value, used to lookup Step to refactorMessages.StepValidateRequest.Builder.setStepValue(Spec.ProtoStepValue.Builder builderForValue) /This is use to generate step implementation template