Class RollupRule

    • Method Detail

      • getName

        public String getName()
        Description copied from interface: IRollupRule
        Get rollup rule name.
        Specified by:
        getName in interface IRollupRule
        Returns:
        rollup rule name.
      • getExpandedCommands

        public CommandList getExpandedCommands​(Context context,
                                               Map<String,​String> rollupArgs)
        Description copied from interface: IRollupRule
        Get exapanded command list.
        Specified by:
        getExpandedCommands in interface IRollupRule
        Parameters:
        context - Runner object as Selenese Runner context.
        rollupArgs - arguments for rollup.
        Returns:
        command list.