Package jp.vmi.selenium.rollup
Interface IRollupRule
- All Known Implementing Classes:
RollupRule
public interface IRollupRule
Rollup rule interface.
-
Method Summary
Modifier and Type Method Description CommandListgetExpandedCommands(Context context, Map<String,String> rollupArgs)Get exapanded command list.StringgetName()Get rollup rule name.
-
Method Details
-
getName
String getName()Get rollup rule name.- Returns:
- rollup rule name.
-
getExpandedCommands
Get exapanded command list.- Parameters:
context- Runner object as Selenese Runner context.rollupArgs- arguments for rollup.- Returns:
- command list.
-