Package io.cucumber.plugin.event
Class SnippetsSuggestedEvent
- java.lang.Object
-
- io.cucumber.plugin.event.SnippetsSuggestedEvent
-
-
Constructor Summary
Constructors Constructor Description SnippetsSuggestedEvent(Instant timeInstant, URI uri, int scenarioLine, int stepLine, List<String> snippets)Deprecated.SnippetsSuggestedEvent(Instant instant, URI uri, Location scenarioLocation, Location stepLocation, List<String> snippets)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description InstantgetInstant()Returns instant from epoch.intgetScenarioLine()Deprecated.LocationgetScenarioLocation()List<String>getSnippets()intgetStepLine()Deprecated.LocationgetStepLocation()URIgetUri()
-
-
-
Constructor Detail
-
SnippetsSuggestedEvent
@Deprecated public SnippetsSuggestedEvent(Instant timeInstant, URI uri, int scenarioLine, int stepLine, List<String> snippets)
Deprecated.
-
-
Method Detail
-
getUri
public URI getUri()
-
getStepLine
@Deprecated public int getStepLine()
Deprecated.
-
getScenarioLine
@Deprecated public int getScenarioLine()
Deprecated.
-
getScenarioLocation
public Location getScenarioLocation()
-
getStepLocation
public Location getStepLocation()
-
getInstant
public Instant getInstant()
Returns instant from epoch.- Specified by:
getInstantin interfaceEvent- Returns:
- time instant in Instant
- See Also:
Instant.now()
-
-