JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.pentaho.platform.api.scheduler
Interface IJobDetail
public interface
IJobDetail
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getActionName
()
String
getDescription
()
String
getFullName
()
String
getGroupName
()
String
getName
()
String
getSubmissionDate
()
Method Details
getSubmissionDate
String
getSubmissionDate
()
getActionName
String
getActionName
()
getFullName
String
getFullName
()
getDescription
String
getDescription
()
getName
String
getName
()
getGroupName
String
getGroupName
()