Uses of Class
gauge.messages.Messages.FileChanges
Packages that use Messages.FileChanges
-
Uses of Messages.FileChanges in com.thoughtworks.gauge.refactor
Methods in com.thoughtworks.gauge.refactor that return Messages.FileChanges -
Uses of Messages.FileChanges in gauge.messages
Methods in gauge.messages that return Messages.FileChangesModifier and TypeMethodDescriptionMessages.FileChanges.Builder.build()Messages.FileChanges.Builder.buildPartial()static Messages.FileChangesMessages.FileChanges.getDefaultInstance()Messages.FileChanges.Builder.getDefaultInstanceForType()Messages.FileChanges.getDefaultInstanceForType()Messages.RefactorResponse.Builder.getFileChanges(int index) / List of file changes to be made to successfully achieve refactoring.Messages.RefactorResponse.getFileChanges(int index) / List of file changes to be made to successfully achieve refactoring.Messages.RefactorResponseOrBuilder.getFileChanges(int index) / List of file changes to be made to successfully achieve refactoring.static Messages.FileChangesMessages.FileChanges.parseDelimitedFrom(InputStream input) static Messages.FileChangesMessages.FileChanges.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Messages.FileChangesMessages.FileChanges.parseFrom(byte[] data) static Messages.FileChangesMessages.FileChanges.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Messages.FileChangesMessages.FileChanges.parseFrom(com.google.protobuf.ByteString data) static Messages.FileChangesMessages.FileChanges.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Messages.FileChangesMessages.FileChanges.parseFrom(com.google.protobuf.CodedInputStream input) static Messages.FileChangesMessages.FileChanges.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Messages.FileChangesMessages.FileChanges.parseFrom(InputStream input) static Messages.FileChangesMessages.FileChanges.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Messages.FileChangesMessages.FileChanges.parseFrom(ByteBuffer data) static Messages.FileChangesMessages.FileChanges.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in gauge.messages that return types with arguments of type Messages.FileChangesModifier and TypeMethodDescriptionMessages.RefactorResponse.Builder.getFileChangesList()/ List of file changes to be made to successfully achieve refactoring.Messages.RefactorResponse.getFileChangesList()/ List of file changes to be made to successfully achieve refactoring.Messages.RefactorResponseOrBuilder.getFileChangesList()/ List of file changes to be made to successfully achieve refactoring.com.google.protobuf.Parser<Messages.FileChanges>Messages.FileChanges.getParserForType()static com.google.protobuf.Parser<Messages.FileChanges>Messages.FileChanges.parser()Methods in gauge.messages with parameters of type Messages.FileChangesModifier and TypeMethodDescriptionMessages.RefactorResponse.Builder.addFileChanges(int index, Messages.FileChanges value) / List of file changes to be made to successfully achieve refactoring.Messages.RefactorResponse.Builder.addFileChanges(Messages.FileChanges value) / List of file changes to be made to successfully achieve refactoring.Messages.FileChanges.Builder.mergeFrom(Messages.FileChanges other) static Messages.FileChanges.BuilderMessages.FileChanges.newBuilder(Messages.FileChanges prototype) Messages.RefactorResponse.Builder.setFileChanges(int index, Messages.FileChanges value) / List of file changes to be made to successfully achieve refactoring.Method parameters in gauge.messages with type arguments of type Messages.FileChangesModifier and TypeMethodDescriptionMessages.RefactorResponse.Builder.addAllFileChanges(Iterable<? extends Messages.FileChanges> values) / List of file changes to be made to successfully achieve refactoring.