Klasse ConsoleDetail

java.lang.Object
io.jenkins.plugins.analysis.core.model.ConsoleDetail
Alle implementierten Schnittstellen:
ModelObject

public class ConsoleDetail extends Object implements ModelObject
Renders a section of the console log.
Autor:
Ullrich Hafner
  • Konstruktordetails

    • ConsoleDetail

      public ConsoleDetail(Run<?,?> owner, Stream<String> consoleLog, int from, int to)
      Creates a new instance of this console log viewer object.
      Parameter:
      owner - the current build as owner of this view
      consoleLog - the lines of the console log
      from - first line in the console log
      to - last line in the console log
  • Methodendetails

    • getDisplayName

      public String getDisplayName()
      Angegeben von:
      getDisplayName in Schnittstelle ModelObject
    • getOwner

      public Run<?,?> getOwner()
      Returns the build as owner of this view.
      Gibt zurück:
      the build
    • getSourceCode

      public String getSourceCode()
      Returns the line that should be highlighted.
      Gibt zurück:
      the line to highlight