Interface ReleaseSource
-
- All Superinterfaces:
VelocityDataSource
public interface ReleaseSource extends VelocityDataSource
Contains methods to fetch information regarding releases.
These methods are exposed to Velocity reports on the
releaseSource
object within the global context. Example:$releaseSource.getRelease(1)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Document>
getDocumentsForRelease(java.lang.Integer releaseId)
Release
getRelease(java.lang.Integer releaseId)
-