Package gauge.messages
Class Messages
- java.lang.Object
-
- gauge.messages.Messages
-
public final class Messages extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMessages.CacheFileRequest/ Request for caching a file.static interfaceMessages.CacheFileRequestOrBuilderstatic classMessages.EmptyEmpty is a blank response, to be used when there is no return expected.static interfaceMessages.EmptyOrBuilderstatic classMessages.ExecuteStepRequest/ Request sent ot the runner to Execute a Stepstatic interfaceMessages.ExecuteStepRequestOrBuilderstatic classMessages.ExecutionArg/ Contains command line arguments which passed by user during execution.static interfaceMessages.ExecutionArgOrBuilderstatic classMessages.ExecutionEndingRequest/ Sent at end of Suite Execution.static interfaceMessages.ExecutionEndingRequestOrBuilderstatic classMessages.ExecutionInfo/ Contains details of the execution.static interfaceMessages.ExecutionInfoOrBuilderstatic classMessages.ExecutionStartingRequest/ Sent at start of Suite Execution.static interfaceMessages.ExecutionStartingRequestOrBuilderstatic classMessages.ExecutionStatusResponse/ Sends to any request which needs a execution status as response / usually step execution, hooks etc will return thisstatic interfaceMessages.ExecutionStatusResponseOrBuilderstatic classMessages.FileChanges/ Give all file changes to be made to file systemstatic interfaceMessages.FileChangesOrBuilderstatic classMessages.FileDiff/ Diffs to be applied to a filestatic interfaceMessages.FileDiffOrBuilderstatic classMessages.ImplementationFileGlobPatternRequest/ Request for getting Implementation file glob patternstatic interfaceMessages.ImplementationFileGlobPatternRequestOrBuilderstatic classMessages.ImplementationFileGlobPatternResponse/ Response for getting Implementation file glob patternstatic interfaceMessages.ImplementationFileGlobPatternResponseOrBuilderstatic classMessages.ImplementationFileListRequest/ Request for getting Implementation file liststatic interfaceMessages.ImplementationFileListRequestOrBuilderstatic classMessages.ImplementationFileListResponse/ Response for getting Implementation file liststatic interfaceMessages.ImplementationFileListResponseOrBuilderstatic classMessages.KeepAlive/ Tell gauge to reset the kill timer, thus extending the lifestatic interfaceMessages.KeepAliveOrBuilderstatic classMessages.KillProcessRequest/ Default request.static interfaceMessages.KillProcessRequestOrBuilderstatic classMessages.Message/ 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 interfaceMessages.MessageOrBuilderstatic classMessages.ParameterPosition/ Holds the new and old positions of a parameter.static interfaceMessages.ParameterPositionOrBuilderstatic classMessages.RefactorRequest/ Tells the runner to refactor the specified Step.static interfaceMessages.RefactorRequestOrBuilderstatic classMessages.RefactorResponse/ Response of a RefactorRequeststatic interfaceMessages.RefactorResponseOrBuilderstatic classMessages.ScenarioDataStoreInitRequest/ Request runner to initialize Scenario DataStore / Scenario Datastore is reset after every Scenario execution.static interfaceMessages.ScenarioDataStoreInitRequestOrBuilderstatic classMessages.ScenarioExecutionEndingRequest/ Sent at end of Scenario Execution.static interfaceMessages.ScenarioExecutionEndingRequestOrBuilderstatic classMessages.ScenarioExecutionStartingRequest/ Sent at start of Scenario Execution.static interfaceMessages.ScenarioExecutionStartingRequestOrBuilderstatic classMessages.ScenarioInfo/ Contains details of the Scenario execution.static interfaceMessages.ScenarioInfoOrBuilderstatic classMessages.SpecDataStoreInitRequest/ Request runner to initialize Spec DataStore / Spec Datastore is reset after every Spec execution.static interfaceMessages.SpecDataStoreInitRequestOrBuilderstatic classMessages.SpecDetailsProtobuf typegauge.messages.SpecDetailsstatic interfaceMessages.SpecDetailsOrBuilderstatic classMessages.SpecExecutionEndingRequest/ Sent at end of Spec Execution.static interfaceMessages.SpecExecutionEndingRequestOrBuilderstatic classMessages.SpecExecutionStartingRequest/ Sent at start of Spec Execution.static interfaceMessages.SpecExecutionStartingRequestOrBuilderstatic classMessages.SpecInfo/ Contains details of the Spec execution.static interfaceMessages.SpecInfoOrBuilderstatic classMessages.StepExecutionEndingRequest/ Sent at end of Step Execution.static interfaceMessages.StepExecutionEndingRequestOrBuilderstatic classMessages.StepExecutionStartingRequest/ Sent at start of Step Execution.static interfaceMessages.StepExecutionStartingRequestOrBuilderstatic classMessages.StepInfo/ Contains details of the Step execution.static interfaceMessages.StepInfoOrBuilderstatic classMessages.StepNameRequest/ Request for details on a Single Step.static interfaceMessages.StepNameRequestOrBuilderstatic classMessages.StepNameResponse/ Response to StepNameRequest.static interfaceMessages.StepNameResponseOrBuilderstatic classMessages.StepNamesRequest/ Requests Gauge to give all Step Names.static interfaceMessages.StepNamesRequestOrBuilderstatic classMessages.StepNamesResponse/ Response to StepNamesRequeststatic interfaceMessages.StepNamesResponseOrBuilderstatic classMessages.StepPositionsRequest/ Request for find step positionsstatic interfaceMessages.StepPositionsRequestOrBuilderstatic classMessages.StepPositionsResponse/ Response for find step positionsstatic interfaceMessages.StepPositionsResponseOrBuilderstatic classMessages.StepValidateRequest/ Request sent ot the runner to check if given Step is valid.static interfaceMessages.StepValidateRequestOrBuilderstatic classMessages.StepValidateResponse/ Response of StepValidateRequest.static interfaceMessages.StepValidateResponseOrBuilderstatic classMessages.StubImplementationCodeRequest/ Request for injecting code snippet into implementation filestatic interfaceMessages.StubImplementationCodeRequestOrBuilderstatic classMessages.SuiteDataStoreInitRequest/ Request runner to initialize Suite DataStore / Suite Datastore is reset after every Suite execution.static interfaceMessages.SuiteDataStoreInitRequestOrBuilderstatic classMessages.SuiteExecutionResult/ Result of the Suite Execution.static classMessages.SuiteExecutionResultItemProtobuf typegauge.messages.SuiteExecutionResultItemstatic interfaceMessages.SuiteExecutionResultItemOrBuilderstatic interfaceMessages.SuiteExecutionResultOrBuilderstatic classMessages.TextDiff/ A Single Replace Diff Element to be appliedstatic interfaceMessages.TextDiffOrBuilderstatic classMessages.UnsupportedMessageResponse/ Response when a unsupported message request is sent.static interfaceMessages.UnsupportedMessageResponseOrBuilder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.protobuf.Descriptors.FileDescriptorgetDescriptor()static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry)static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
-
-
Method Detail
-
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()
-
-