Interface Report

All Superinterfaces:
WithName

public interface Report extends WithName
  • Method Details

    • getId

      String getId()
    • getCategory

      ReportCategory getCategory()
    • getDescription

      String getDescription()
    • getThumbnailUrl

      String getThumbnailUrl()
    • getWebComponent

      String getWebComponent()
    • getWeight

      double getWeight()
    • isShow

      boolean isShow(Board board)
    • isShow

      boolean isShow(Project project)