Uses of Class
com.github.fridujo.glacio.model.Step
-
Packages that use Step Package Description com.github.fridujo.glacio.model -
-
Uses of Step in com.github.fridujo.glacio.model
Methods in com.github.fridujo.glacio.model that return types with arguments of type Step Modifier and Type Method Description List<Step>Example. getSteps()List<Step>Step. getSubsteps()Constructor parameters in com.github.fridujo.glacio.model with type arguments of type Step Constructor Description Example(String name, Map<String,String> parameters, List<Step> steps, Set<String> tags)Step(boolean background, Optional<Keyword> keyword, String text, Optional<StepArgument> argument, List<Step> substeps)
-