Klasse FixedWarningsDetail

java.lang.Object
io.jenkins.plugins.datatables.DefaultAsyncTableContentProvider
io.jenkins.plugins.analysis.core.model.IssuesDetail
io.jenkins.plugins.analysis.core.model.FixedWarningsDetail
Alle implementierten Schnittstellen:
ModelObject, io.jenkins.plugins.datatables.AsyncTableContentProvider

public class FixedWarningsDetail extends IssuesDetail
Result object to visualize the fixed issues in a build.
Autor:
Ullrich Hafner
  • Methodendetails

    • canDisplayFile

      public boolean canDisplayFile(edu.hm.hafner.analysis.Issue issue)
      Returns whether the affected file of the specified fixed issue can be shown in the UI.
      Setzt außer Kraft:
      canDisplayFile in Klasse IssuesDetail
      Parameter:
      issue - the issue to get the affected file for
      Gibt zurück:
      true if the file could be shown, false otherwise
    • getReferenceUrl

      public String getReferenceUrl()
      Returns the URL to the results of the same type of issues (i.e. same ID) in the reference build.

      If no reference build is found, then an empty string is returned.

      Gibt zurück:
      URL to the results of the reference build