Interface IRollupRule

  • All Known Implementing Classes:
    RollupRule

    public interface IRollupRule
    Rollup rule interface.
    • Method Detail

      • getName

        String getName()
        Get rollup rule name.
        Returns:
        rollup rule name.
      • getExpandedCommands

        CommandList getExpandedCommands​(Context context,
                                        Map<String,​String> rollupArgs)
        Get exapanded command list.
        Parameters:
        context - Runner object as Selenese Runner context.
        rollupArgs - arguments for rollup.
        Returns:
        command list.