Package hudson.plugins.jobConfigHistory
Interface ParsedDate
-
- All Known Implementing Classes:
ConfigInfo
,HistoryDescr
,LazyHistoryDescr
public interface ParsedDate
Returns the parsed Date.- Author:
- Mirko Friedenhagen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Date
parsedDate()
Returns aDate
.
-