|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.api.plugins.sonar.model.ModelToPropertiesConverter
@NotThreadSafe class ModelToPropertiesConverter extends java.lang.Object
Converts a model object to a map of Sonar properties, guided by the information provided with SonarProperty and IncludeProperties annotations.
| Property Summary | |
|---|---|
java.util.List |
propertyProcessors
|
| Constructor Summary | |
ModelToPropertiesConverter(java.lang.Object model)
|
|
| Method Summary | |
|---|---|
java.util.Map
|
convert()
|
| Methods inherited from class java.lang.Object | |
|---|---|
| java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
| Property Detail |
|---|
java.util.List propertyProcessors
| Constructor Detail |
|---|
ModelToPropertiesConverter(java.lang.Object model)
| Method Detail |
|---|
java.util.Map convert()
Groovy Documentation