org.pentaho.platform.scheduler2.versionchecker
Class VersionCheckerAction
java.lang.Object
org.pentaho.platform.scheduler2.versionchecker.VersionCheckerAction
- All Implemented Interfaces:
- IAction
public class VersionCheckerAction
- extends Object
- implements IAction
VERSION_REQUEST_FLAGS
public static final String VERSION_REQUEST_FLAGS
- See Also:
- Constant Field Values
VersionCheckerAction
public VersionCheckerAction()
getLogger
public org.apache.commons.logging.Log getLogger()
setVersionRequestFlags
public void setVersionRequestFlags(int value)
getVersionRequestFlags
public int getVersionRequestFlags()
execute
public void execute()
- Description copied from interface:
IAction
- The method in your Action that does the work.
- Specified by:
execute
in interface IAction