@groovy.transform.CompileStatic class OssIndexExtension extends java.lang.Object
The configuration for the OSS Index Analyzer.
| Type | Name and description |
|---|---|
java.lang.Boolean |
enabledSets whether the OSS Index Analyzer should be used. |
java.lang.String |
passwordThe optional password or API token to connect to the OSS Index |
java.lang.String |
urlThe OSS Index URL. |
java.lang.String |
usernameThe optional username to connect to the OSS Index |
java.lang.Boolean |
warnOnlyOnRemoteErrorsOnly output a warning message instead of failing when remote errors occur. |
| Constructor and description |
|---|
OssIndexExtension
() |
| 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() |
Sets whether the OSS Index Analyzer should be used.
The optional password or API token to connect to the OSS Index
The OSS Index URL.
The optional username to connect to the OSS Index
Only output a warning message instead of failing when remote errors occur.
Groovy Documentation