Uses of Class
gauge.messages.Messages.FileChanges
-
Packages that use Messages.FileChanges Package Description com.thoughtworks.gauge.refactor gauge.messages -
-
Uses of Messages.FileChanges in com.thoughtworks.gauge.refactor
Methods in com.thoughtworks.gauge.refactor that return Messages.FileChanges Modifier and Type Method Description Messages.FileChangesRefactoringResult. fileChanges() -
Uses of Messages.FileChanges in gauge.messages
Methods in gauge.messages that return Messages.FileChanges Modifier and Type Method Description Messages.FileChangesMessages.FileChanges.Builder. build()Messages.FileChangesMessages.FileChanges.Builder. buildPartial()static Messages.FileChangesMessages.FileChanges. getDefaultInstance()Messages.FileChangesMessages.FileChanges.Builder. getDefaultInstanceForType()Messages.FileChangesMessages.FileChanges. getDefaultInstanceForType()Messages.FileChangesMessages.RefactorResponse.Builder. getFileChanges(int index)/ List of file changes to be made to successfully achieve refactoring.Messages.FileChangesMessages.RefactorResponse. getFileChanges(int index)/ List of file changes to be made to successfully achieve refactoring.Messages.FileChangesMessages.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.FileChanges Modifier and Type Method Description List<Messages.FileChanges>Messages.RefactorResponse.Builder. getFileChangesList()/ List of file changes to be made to successfully achieve refactoring.List<Messages.FileChanges>Messages.RefactorResponse. getFileChangesList()/ List of file changes to be made to successfully achieve refactoring.List<Messages.FileChanges>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.FileChanges Modifier and Type Method Description Messages.RefactorResponse.BuilderMessages.RefactorResponse.Builder. addFileChanges(int index, Messages.FileChanges value)/ List of file changes to be made to successfully achieve refactoring.Messages.RefactorResponse.BuilderMessages.RefactorResponse.Builder. addFileChanges(Messages.FileChanges value)/ List of file changes to be made to successfully achieve refactoring.Messages.FileChanges.BuilderMessages.FileChanges.Builder. mergeFrom(Messages.FileChanges other)static Messages.FileChanges.BuilderMessages.FileChanges. newBuilder(Messages.FileChanges prototype)Messages.RefactorResponse.BuilderMessages.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.FileChanges Modifier and Type Method Description Messages.RefactorResponse.BuilderMessages.RefactorResponse.Builder. addAllFileChanges(Iterable<? extends Messages.FileChanges> values)/ List of file changes to be made to successfully achieve refactoring.
-