Interface Messages.ExecuteStepRequestOrBuilder

    • Method Detail

      • getActualStepText

        String getActualStepText()
        / Contains the actual text of the Step being executed.
         / This contains the parameters as defined in the Spec.
         
        string actualStepText = 1;
      • getActualStepTextBytes

        com.google.protobuf.ByteString getActualStepTextBytes()
        / Contains the actual text of the Step being executed.
         / This contains the parameters as defined in the Spec.
         
        string actualStepText = 1;
      • getParsedStepText

        String getParsedStepText()
        / Contains the parsed text of the Step being executed.
         / The paramters are replaced with placeholders.
         
        string parsedStepText = 2;
      • getParsedStepTextBytes

        com.google.protobuf.ByteString getParsedStepTextBytes()
        / Contains the parsed text of the Step being executed.
         / The paramters are replaced with placeholders.
         
        string parsedStepText = 2;
      • getScenarioFailing

        boolean getScenarioFailing()
        / Flag to indicate if the execution of the Scenario, containing the current Step, failed.
         
        bool scenarioFailing = 3;
      • getParametersList

        List<Spec.Parameter> getParametersList()
        / Collection of parameters applicable to the current Step.
         
        repeated .gauge.messages.Parameter parameters = 4;
      • getParameters

        Spec.Parameter getParameters​(int index)
        / Collection of parameters applicable to the current Step.
         
        repeated .gauge.messages.Parameter parameters = 4;
      • getParametersCount

        int getParametersCount()
        / Collection of parameters applicable to the current Step.
         
        repeated .gauge.messages.Parameter parameters = 4;
      • getParametersOrBuilderList

        List<? extends Spec.ParameterOrBuilder> getParametersOrBuilderList()
        / Collection of parameters applicable to the current Step.
         
        repeated .gauge.messages.Parameter parameters = 4;
      • getParametersOrBuilder

        Spec.ParameterOrBuilder getParametersOrBuilder​(int index)
        / Collection of parameters applicable to the current Step.
         
        repeated .gauge.messages.Parameter parameters = 4;
      • getStream

        int getStream()
        int32 stream = 5;