Package io.cucumber.messages
Interface Messages.GherkinDocument.Feature.ScenarioOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.GherkinDocument.Feature.Scenario,Messages.GherkinDocument.Feature.Scenario.Builder
- Enclosing class:
- Messages.GherkinDocument.Feature
public static interface Messages.GherkinDocument.Feature.ScenarioOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()string description = 5;com.google.protobuf.ByteStringgetDescriptionBytes()string description = 5;Messages.GherkinDocument.Feature.Scenario.ExamplesgetExamples(int index)repeated .io.cucumber.messages.GherkinDocument.Feature.Scenario.Examples examples = 7;intgetExamplesCount()repeated .io.cucumber.messages.GherkinDocument.Feature.Scenario.Examples examples = 7;List<Messages.GherkinDocument.Feature.Scenario.Examples>getExamplesList()repeated .io.cucumber.messages.GherkinDocument.Feature.Scenario.Examples examples = 7;Messages.GherkinDocument.Feature.Scenario.ExamplesOrBuildergetExamplesOrBuilder(int index)repeated .io.cucumber.messages.GherkinDocument.Feature.Scenario.Examples examples = 7;List<? extends Messages.GherkinDocument.Feature.Scenario.ExamplesOrBuilder>getExamplesOrBuilderList()repeated .io.cucumber.messages.GherkinDocument.Feature.Scenario.Examples examples = 7;StringgetId()string id = 8;com.google.protobuf.ByteStringgetIdBytes()string id = 8;StringgetKeyword()string keyword = 3;com.google.protobuf.ByteStringgetKeywordBytes()string keyword = 3;Messages.LocationgetLocation()The location of the `Scenario` keywordMessages.LocationOrBuildergetLocationOrBuilder()The location of the `Scenario` keywordStringgetName()string name = 4;com.google.protobuf.ByteStringgetNameBytes()string name = 4;Messages.GherkinDocument.Feature.StepgetSteps(int index)repeated .io.cucumber.messages.GherkinDocument.Feature.Step steps = 6;intgetStepsCount()repeated .io.cucumber.messages.GherkinDocument.Feature.Step steps = 6;List<Messages.GherkinDocument.Feature.Step>getStepsList()repeated .io.cucumber.messages.GherkinDocument.Feature.Step steps = 6;Messages.GherkinDocument.Feature.StepOrBuildergetStepsOrBuilder(int index)repeated .io.cucumber.messages.GherkinDocument.Feature.Step steps = 6;List<? extends Messages.GherkinDocument.Feature.StepOrBuilder>getStepsOrBuilderList()repeated .io.cucumber.messages.GherkinDocument.Feature.Step steps = 6;Messages.GherkinDocument.Feature.TaggetTags(int index)repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2;intgetTagsCount()repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2;List<Messages.GherkinDocument.Feature.Tag>getTagsList()repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2;Messages.GherkinDocument.Feature.TagOrBuildergetTagsOrBuilder(int index)repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2;List<? extends Messages.GherkinDocument.Feature.TagOrBuilder>getTagsOrBuilderList()repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2;booleanhasLocation()The location of the `Scenario` keyword-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasLocation
boolean hasLocation()
The location of the `Scenario` keyword
.io.cucumber.messages.Location location = 1;
-
getLocation
Messages.Location getLocation()
The location of the `Scenario` keyword
.io.cucumber.messages.Location location = 1;
-
getLocationOrBuilder
Messages.LocationOrBuilder getLocationOrBuilder()
The location of the `Scenario` keyword
.io.cucumber.messages.Location location = 1;
-
getTagsList
List<Messages.GherkinDocument.Feature.Tag> getTagsList()
repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2;
-
getTags
Messages.GherkinDocument.Feature.Tag getTags(int index)
repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2;
-
getTagsCount
int getTagsCount()
repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2;
-
getTagsOrBuilderList
List<? extends Messages.GherkinDocument.Feature.TagOrBuilder> getTagsOrBuilderList()
repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2;
-
getTagsOrBuilder
Messages.GherkinDocument.Feature.TagOrBuilder getTagsOrBuilder(int index)
repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2;
-
getKeyword
String getKeyword()
string keyword = 3;
-
getKeywordBytes
com.google.protobuf.ByteString getKeywordBytes()
string keyword = 3;
-
getName
String getName()
string name = 4;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 4;
-
getDescription
String getDescription()
string description = 5;
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
string description = 5;
-
getStepsList
List<Messages.GherkinDocument.Feature.Step> getStepsList()
repeated .io.cucumber.messages.GherkinDocument.Feature.Step steps = 6;
-
getSteps
Messages.GherkinDocument.Feature.Step getSteps(int index)
repeated .io.cucumber.messages.GherkinDocument.Feature.Step steps = 6;
-
getStepsCount
int getStepsCount()
repeated .io.cucumber.messages.GherkinDocument.Feature.Step steps = 6;
-
getStepsOrBuilderList
List<? extends Messages.GherkinDocument.Feature.StepOrBuilder> getStepsOrBuilderList()
repeated .io.cucumber.messages.GherkinDocument.Feature.Step steps = 6;
-
getStepsOrBuilder
Messages.GherkinDocument.Feature.StepOrBuilder getStepsOrBuilder(int index)
repeated .io.cucumber.messages.GherkinDocument.Feature.Step steps = 6;
-
getExamplesList
List<Messages.GherkinDocument.Feature.Scenario.Examples> getExamplesList()
repeated .io.cucumber.messages.GherkinDocument.Feature.Scenario.Examples examples = 7;
-
getExamples
Messages.GherkinDocument.Feature.Scenario.Examples getExamples(int index)
repeated .io.cucumber.messages.GherkinDocument.Feature.Scenario.Examples examples = 7;
-
getExamplesCount
int getExamplesCount()
repeated .io.cucumber.messages.GherkinDocument.Feature.Scenario.Examples examples = 7;
-
getExamplesOrBuilderList
List<? extends Messages.GherkinDocument.Feature.Scenario.ExamplesOrBuilder> getExamplesOrBuilderList()
repeated .io.cucumber.messages.GherkinDocument.Feature.Scenario.Examples examples = 7;
-
getExamplesOrBuilder
Messages.GherkinDocument.Feature.Scenario.ExamplesOrBuilder getExamplesOrBuilder(int index)
repeated .io.cucumber.messages.GherkinDocument.Feature.Scenario.Examples examples = 7;
-
getId
String getId()
string id = 8;
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
string id = 8;
-
-