java.lang.Object
org.kohsuke.github.GHCodeownersError
Represents an error in a
CODEOWNERS
file. See the
relevant documentation.- Author:
- Michael Grant
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
GHCodeownersError
public GHCodeownersError()Create default GHCodeownersError instance
-
-
Method Details
-
getLine
public int getLine()Gets line.- Returns:
- the line
-
getColumn
public int getColumn()Gets column.- Returns:
- the column
-
getKind
Gets kind.- Returns:
- the kind
-
getSource
Gets source.- Returns:
- the source
-
getSuggestion
Gets suggestion.- Returns:
- the suggestion
-
getMessage
Gets message.- Returns:
- the message
-
getPath
Gets path.- Returns:
- the path
-