Interface Issue


  • @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
    public interface Issue
    Project: Sonar-Gerrit Plugin Author: Tatiana Didik Created: 03.12.2017 14:00 $Id$
    • Method Detail

      • inspectorName

        String inspectorName()
        Returns:
        The id of the inspector which generated this issue.
      • inspectionId

        String inspectionId()
      • getFilepath

        String getFilepath()
      • getComponent

        String getComponent()
      • getMessage

        String getMessage()
      • getRuleUrl

        String getRuleUrl()
      • getStatus

        String getStatus()
      • isNew

        boolean isNew()
      • getCreationDate

        Date getCreationDate()