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.di.repository
Interface ObjectRevision
public interface
ObjectRevision
A revision is simply a name, a commit comment and a date
Author:
matt
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getComment
()
Date
getCreationDate
()
String
getLogin
()
String
getName
()
Method Details
getName
String
getName
()
Returns:
The internal name or number of the revision
getCreationDate
Date
getCreationDate
()
Returns:
The creation date of the revision
getComment
String
getComment
()
Returns:
The revision comment
getLogin
String
getLogin
()
Returns:
The user that caused the revision