Fixes #65
I've decided not to add register and timeout to the interface.
Maybe we will later, not sure.
This adds a json view of a step so that jinjava can access it using the "step" keyword.
You should be able to access {{ step.name }}, {{ step.shortName }}, {{ step.register }}, {{ step.timeout }}, and {{ step.variable_name }} in jinjava now.
Fixes #65 I've decided not to add register and timeout to the interface. Maybe we will later, not sure.
This adds a json view of a step so that jinjava can access it using the "step" keyword. You should be able to access
{{ step.name }}
,{{ step.shortName }}
,{{ step.register }}
,{{ step.timeout }}
, and{{ step.variable_name }}
in jinjava now.