Package gauge.messages
Class Messages
java.lang.Object
gauge.messages.Messages
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class/ Request for caching a filestatic interfacestatic final class/ Sent at end of Concept Execution.static interfacestatic final class/ Sent at start of Concept Execution.static interfacestatic final classEmpty is a blank response, to be used when there is no return expected.static interfacestatic final class/ Request sent ot the runner to Execute a Stepstatic interfacestatic final class/ Contains command line arguments which passed by user during execution.static interfacestatic final class/ Sent at end of Suite Execution.static interfacestatic final class/ Contains details of the executionstatic interfacestatic final class/ Sent at start of Suite Execution.static interfacestatic final class/ Sends to any request which needs a execution status as response / usually step execution, hooks etc will return thisstatic interfacestatic final class/ Give all file changes to be made to file systemstatic interfacestatic final class/ Diffs to be applied to a filestatic interfacestatic final class/ Request for getting Implementation file glob patternstatic interfacestatic final class/ Response for getting Implementation file glob patternstatic interfacestatic final class/ Request for getting Implementation file liststatic interfacestatic final class/ Response for getting Implementation file liststatic interfacestatic final class/ Tell gauge to reset the kill timer, thus extending the lifestatic interfacestatic final class/ Default request.static interfacestatic final class/ This is the message which gets transferred all the time / with proper message type set / One of the Request/Response fields will have value, depending on the MessageType set.static interfacestatic final class/ Holds the new and old positions of a parameterstatic interfacestatic final class/ Tells the runner to refactor the specified Step.static interfacestatic final class/ Response of a RefactorRequeststatic interfacestatic final class/ Request runner to initialize Scenario DataStore / Scenario Datastore is reset after every Scenario execution.static interfacestatic final class/ Sent at end of Scenario Execution.static interfacestatic final class/ Sent at start of Scenario Execution.static interfacestatic final class/ Contains details of the Scenario execution.static interfacestatic final class/ Contains details of the Scenario repeat execution.static interfacestatic final class/ Request runner to initialize Spec DataStore / Spec Datastore is reset after every Spec execution.static interfacestatic final classProtobuf typegauge.messages.SpecDetailsstatic interfacestatic final class/ Sent at end of Spec Execution.static interfacestatic final class/ Sent at start of Spec Execution.static interfacestatic final class/ Contains details of the Spec execution.static interfacestatic final class/ Sent at end of Step Execution.static interfacestatic final class/ Sent at start of Step Execution.static interfacestatic final class/ Contains details of the Step execution.static interfacestatic final class/ Request for details on a Single Step.static interfacestatic final class/ Response to StepNameRequest.static interfacestatic final class/ Requests Gauge to give all Step Names.static interfacestatic final class/ Response to StepNamesRequeststatic interfacestatic final class/ Request for find step positionsstatic interfacestatic final class/ Response for find step positionsstatic interfacestatic final class/ Request sent ot the runner to check if given Step is validstatic interfacestatic final class/ Response of StepValidateRequeststatic interfacestatic final class/ Request for injecting code snippet into implementation filestatic interfacestatic final class/ Request runner to initialize Suite DataStore / Suite Datastore is reset after every Suite execution.static interfacestatic final class/ Result of the Suite Execution.static final classProtobuf typegauge.messages.SuiteExecutionResultItemstatic interfacestatic interfacestatic final class/ A Single Replace Diff Element to be appliedstatic interfacestatic final class/ Response when a unsupported message request is sent.static interface -
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.protobuf.Descriptors.FileDescriptorstatic voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry) static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
Method Details
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) -
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) -
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-