The artifactory analyzer configuration.
| Type | Name and description |
|---|---|
java.lang.String |
apiTokenThe API token to connect to Artifactory instance. |
java.lang.String |
bearerTokenThe bearer token to connect to Artifactory instance. |
java.lang.Boolean |
enabledSets whether or not the Artifactory Analyzer should be used. |
java.lang.Boolean |
parallelAnalysisWhether the Artifactory analyzer should be run in parallel or not. |
java.lang.String |
urlThe Artifactory server URL. |
java.lang.String |
usernameThe user name (only used with API token) to connect to Artifactory instance. |
java.lang.Boolean |
usesProxyWhether Artifactory should be accessed through a proxy or not. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), 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() |
The API token to connect to Artifactory instance.
The bearer token to connect to Artifactory instance.
Sets whether or not the Artifactory Analyzer should be used.
Whether the Artifactory analyzer should be run in parallel or not.
The Artifactory server URL.
The user name (only used with API token) to connect to Artifactory instance.
Whether Artifactory should be accessed through a proxy or not.