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 Instant
getInstant()
Returns instant from epoch.int
getScenarioLine()
Deprecated.Location
getScenarioLocation()
List<String>
getSnippets()
int
getStepLine()
Deprecated.Location
getStepLocation()
URI
getUri()
-
-
-
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:
getInstant
in interfaceEvent
- Returns:
- time instant in Instant
- See Also:
Instant.now()
-
-