ProblemLocation
@Incubating public class PluginIdLocation extends java.lang.Object implements ProblemLocation
Constructor | Description |
---|---|
PluginIdLocation(java.lang.String pluginId) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getPluginId() |
|
java.lang.String |
getType() |
Returns an identifier of the location type.
|
public java.lang.String getType()
ProblemLocation
As locations will be serialized into a JSON format, this identifier is used to distinguish between different location types.
getType
in interface ProblemLocation
public java.lang.String getPluginId()