Interface Messages.GherkinDocument.Feature.BackgroundOrBuilder

    • Method Detail

      • hasLocation

        boolean hasLocation()
         The location of the `Background` keyword
         
        .io.cucumber.messages.Location location = 1;
      • getLocation

        Messages.Location getLocation()
         The location of the `Background` keyword
         
        .io.cucumber.messages.Location location = 1;
      • getLocationOrBuilder

        Messages.LocationOrBuilder getLocationOrBuilder()
         The location of the `Background` keyword
         
        .io.cucumber.messages.Location location = 1;
      • getKeyword

        String getKeyword()
        string keyword = 2;
      • getKeywordBytes

        com.google.protobuf.ByteString getKeywordBytes()
        string keyword = 2;
      • getName

        String getName()
        string name = 3;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 3;
      • getDescription

        String getDescription()
        string description = 4;
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
        string description = 4;
      • getStepsCount

        int getStepsCount()
        repeated .io.cucumber.messages.GherkinDocument.Feature.Step steps = 5;
      • getId

        String getId()
        string id = 6;
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        string id = 6;