Interface Messages.Pickle.PickleStepOrBuilder

    • Method Detail

      • getText

        String getText()
        string text = 1;
      • getTextBytes

        com.google.protobuf.ByteString getTextBytes()
        string text = 1;
      • hasArgument

        boolean hasArgument()
         An optional argument
         
        .io.cucumber.messages.PickleStepArgument argument = 2;
      • getId

        String getId()
         A unique ID for the PickleStep
         
        string id = 3;
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
         A unique ID for the PickleStep
         
        string id = 3;
      • getAstNodeIdsList

        List<String> getAstNodeIdsList()
         References the IDs of the source of the step. For Gherkin, this can be
         the ID of a Step, and possibly also the ID of a TableRow
         
        repeated string ast_node_ids = 4;
      • getAstNodeIdsCount

        int getAstNodeIdsCount()
         References the IDs of the source of the step. For Gherkin, this can be
         the ID of a Step, and possibly also the ID of a TableRow
         
        repeated string ast_node_ids = 4;
      • getAstNodeIds

        String getAstNodeIds​(int index)
         References the IDs of the source of the step. For Gherkin, this can be
         the ID of a Step, and possibly also the ID of a TableRow
         
        repeated string ast_node_ids = 4;
      • getAstNodeIdsBytes

        com.google.protobuf.ByteString getAstNodeIdsBytes​(int index)
         References the IDs of the source of the step. For Gherkin, this can be
         the ID of a Step, and possibly also the ID of a TableRow
         
        repeated string ast_node_ids = 4;