Class BlockoutAction

  • All Implemented Interfaces:
    org.pentaho.platform.api.action.IAction, org.pentaho.platform.api.action.IVarArgsAction

    public class BlockoutAction
    extends Object
    implements org.pentaho.platform.api.action.IVarArgsAction
    Author:
    wseyler This is the job that executes when the a block out trigger fires. This job essentially does nothing more than logging the firing of the trigger.
    • Constructor Detail

      • BlockoutAction

        public BlockoutAction()
    • Method Detail

      • execute

        public void execute()
                     throws Exception
        Specified by:
        execute in interface org.pentaho.platform.api.action.IAction
        Throws:
        Exception
      • setVarArgs

        public void setVarArgs​(Map<String,​Object> args)
        Specified by:
        setVarArgs in interface org.pentaho.platform.api.action.IVarArgsAction