Class VersionCheckerAction
- java.lang.Object
-
- org.pentaho.platform.scheduler2.versionchecker.VersionCheckerAction
-
- All Implemented Interfaces:
org.pentaho.platform.api.action.IAction
public class VersionCheckerAction extends Object implements org.pentaho.platform.api.action.IAction
-
-
Field Summary
Fields Modifier and Type Field Description static String
VERSION_REQUEST_FLAGS
-
Constructor Summary
Constructors Constructor Description VersionCheckerAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
org.apache.commons.logging.Log
getLogger()
int
getVersionRequestFlags()
void
setVersionRequestFlags(int value)
-
-
-
Field Detail
-
VERSION_REQUEST_FLAGS
public static final String VERSION_REQUEST_FLAGS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getLogger
public org.apache.commons.logging.Log getLogger()
-
setVersionRequestFlags
public void setVersionRequestFlags(int value)
-
getVersionRequestFlags
public int getVersionRequestFlags()
-
execute
public void execute()
- Specified by:
execute
in interfaceorg.pentaho.platform.api.action.IAction
-
-