Interface ReleaseSource


  • public interface ReleaseSource

    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 Detail

      • getRelease

        Release getRelease​(java.lang.Integer releaseId)
      • getDocumentsForRelease

        java.util.List<Document> getDocumentsForRelease​(java.lang.Integer releaseId)