Uses of Class
gauge.messages.Spec.ProtoStepValue
Packages that use Spec.ProtoStepValue
-
Uses of Spec.ProtoStepValue in com.thoughtworks.gauge
Methods in com.thoughtworks.gauge with parameters of type Spec.ProtoStepValueModifier and TypeMethodDescriptionstatic StepValueStepValue.from(Spec.ProtoStepValue protoStepValue) -
Uses of Spec.ProtoStepValue in gauge.messages
Methods in gauge.messages that return Spec.ProtoStepValueModifier and TypeMethodDescriptionSpec.ProtoStepValue.Builder.build()Spec.ProtoStepValue.Builder.buildPartial()static Spec.ProtoStepValueSpec.ProtoStepValue.getDefaultInstance()Spec.ProtoStepValue.Builder.getDefaultInstanceForType()Spec.ProtoStepValue.getDefaultInstanceForType()Messages.RefactorRequest.Builder.getNewStepValue()/ New value, the to-be value of Step being refactored.Messages.RefactorRequest.getNewStepValue()/ New value, the to-be value of Step being refactored.Messages.RefactorRequestOrBuilder.getNewStepValue()/ New value, the to-be value of Step being refactored.Messages.RefactorRequest.Builder.getOldStepValue()/ Old value, used to lookup Step to refactorMessages.RefactorRequest.getOldStepValue()/ Old value, used to lookup Step to refactorMessages.RefactorRequestOrBuilder.getOldStepValue()/ Old value, used to lookup Step to refactorMessages.StepValidateRequest.Builder.getStepValue()/This is use to generate step implementation templateMessages.StepValidateRequest.getStepValue()/This is use to generate step implementation templateMessages.StepValidateRequestOrBuilder.getStepValue()/This is use to generate step implementation templatestatic Spec.ProtoStepValueSpec.ProtoStepValue.parseDelimitedFrom(InputStream input) static Spec.ProtoStepValueSpec.ProtoStepValue.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Spec.ProtoStepValueSpec.ProtoStepValue.parseFrom(byte[] data) static Spec.ProtoStepValueSpec.ProtoStepValue.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Spec.ProtoStepValueSpec.ProtoStepValue.parseFrom(com.google.protobuf.ByteString data) static Spec.ProtoStepValueSpec.ProtoStepValue.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Spec.ProtoStepValueSpec.ProtoStepValue.parseFrom(com.google.protobuf.CodedInputStream input) static Spec.ProtoStepValueSpec.ProtoStepValue.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Spec.ProtoStepValueSpec.ProtoStepValue.parseFrom(InputStream input) static Spec.ProtoStepValueSpec.ProtoStepValue.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Spec.ProtoStepValueSpec.ProtoStepValue.parseFrom(ByteBuffer data) static Spec.ProtoStepValueSpec.ProtoStepValue.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in gauge.messages that return types with arguments of type Spec.ProtoStepValueModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Spec.ProtoStepValue>Spec.ProtoStepValue.getParserForType()static com.google.protobuf.Parser<Spec.ProtoStepValue>Spec.ProtoStepValue.parser()Methods in gauge.messages with parameters of type Spec.ProtoStepValueModifier and TypeMethodDescriptionSpec.ProtoStepValue.Builder.mergeFrom(Spec.ProtoStepValue other) Messages.RefactorRequest.Builder.mergeNewStepValue(Spec.ProtoStepValue value) / New value, the to-be value of Step being refactored.Messages.RefactorRequest.Builder.mergeOldStepValue(Spec.ProtoStepValue value) / Old value, used to lookup Step to refactorMessages.StepValidateRequest.Builder.mergeStepValue(Spec.ProtoStepValue value) /This is use to generate step implementation templatestatic Spec.ProtoStepValue.BuilderSpec.ProtoStepValue.newBuilder(Spec.ProtoStepValue prototype) Messages.RefactorRequest.Builder.setNewStepValue(Spec.ProtoStepValue value) / New value, the to-be value of Step being refactored.Messages.RefactorRequest.Builder.setOldStepValue(Spec.ProtoStepValue value) / Old value, used to lookup Step to refactorMessages.StepValidateRequest.Builder.setStepValue(Spec.ProtoStepValue value) /This is use to generate step implementation template