Class GHCodeownersError

java.lang.Object
org.kohsuke.github.GHCodeownersError

public class GHCodeownersError extends Object
Represents an error in a CODEOWNERS file. See the relevant documentation.
Author:
Michael Grant
  • Constructor Details

    • GHCodeownersError

      public GHCodeownersError()
  • Method Details

    • getLine

      public int getLine()
      Gets line.
      Returns:
      the line
    • getColumn

      public int getColumn()
      Gets column.
      Returns:
      the column
    • getKind

      public String getKind()
      Gets kind.
      Returns:
      the kind
    • getSource

      public String getSource()
      Gets source.
      Returns:
      the source
    • getSuggestion

      public String getSuggestion()
      Gets suggestion.
      Returns:
      the suggestion
    • getMessage

      public String getMessage()
      Gets message.
      Returns:
      the message
    • getPath

      public String getPath()
      Gets path.
      Returns:
      the path