class HostedSuppressionsExtension extends java.lang.Object
The advanced configuration for the hosted suppressions file.
| Type | Name and description |
|---|---|
java.lang.Boolean |
enabledWhether the hosted suppressions fie will be used. |
java.lang.Boolean |
forceupdateWhether the hosted suppressions file should be updated regardless of the `autoupdate` setting. |
java.lang.String |
urlThe URL for a mirrored hosted suppressions file. |
java.lang.Integer |
validForHoursThe number of hours to wait before checking for changes in the hosted suppressions file. |
| Constructor and description |
|---|
HostedSuppressionsExtension
() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), 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() |
Whether the hosted suppressions fie will be used.
Whether the hosted suppressions file should be updated regardless of the `autoupdate` setting.
The URL for a mirrored hosted suppressions file.
The number of hours to wait before checking for changes in the hosted suppressions file.
Groovy Documentation