nexus.Server
Description unavailable
Type hierarchy: nexus.Server > configuration.HttpConnection > xlrelease.Configuration > xlrelease.BaseConfiguration > udm.BaseConfigurationItem
Label: Nexus: Server
Properties
Property | Kind | Description |
---|---|---|
folderId | String | If set, this field contains the folder that this configuration belongs to. |
title | String | Symbolic name for the configuration |
url | String | Address where the server can be reached |
authenticationMethod | Enum | Authentication Method |
username | String | Login user ID on the server |
password | Password | Login user password on the server |
domain | String | Domain to be used for NTLM authentication |
proxyHost | String | HTTP proxy host |
proxyPort | String | HTTP proxy port |
proxyUsername | String | HTTP proxy username |
proxyPassword | Password | HTTP proxy password |
serverVersion | Enum | Please use drop down to select the desired version of nexus server |
folderId
If set, this field contains the folder that this configuration belongs to.
- Label: Folder Id
- Kind: String
- Required: false
- Category: FOLDER_CONFIG
title
Symbolic name for the configuration
- Label: Title
- Kind: String
- Required: true
url
Address where the server can be reached
- Label: Url
- Kind: String
- Required: true
authenticationMethod
Authentication Method
- Label: Authentication Method
- Kind: Enum
- Allowed values: None, Basic, Ntlm, PAT
- Required: false
username
Login user ID on the server
- Label: Username
- Kind: String
- Required: false
- Category: Authentication
password
Login user password on the server
- Label: Password
- Kind: Password
- Password: true
- Required: false
- Category: Authentication
domain
Domain to be used for NTLM authentication
- Label: Domain
- Kind: String
- Required: false
- Category: Authentication
proxyHost
HTTP proxy host
- Label: Proxy Host
- Kind: String
- Required: false
- Category: Proxy
proxyPort
HTTP proxy port
- Label: Proxy Port
- Kind: String
- Required: false
- Category: Proxy
proxyUsername
HTTP proxy username
- Label: Proxy Username
- Kind: String
- Required: false
- Category: Proxy
proxyPassword
HTTP proxy password
- Label: Proxy Password
- Kind: Password
- Password: true
- Required: false
- Category: Proxy
serverVersion
Please use drop down to select the desired version of nexus server
- Label: Server Version
- Kind: Enum
- Allowed values: Nexus v2, Nexus v3+
- Default value: Nexus v2
- Required: true
Hidden properties
Property | Kind | Description |
---|---|---|
checkConfigurationPathNexus2 | String | Check Configuration Path Nexus2 |
checkConfigurationPathNexus3 | String | Check Configuration Path Nexus3 |
checkConfigurationContentType | String | Check Configuration Content Type |
scriptLocation | String | Script Location |
checkConfigurationPathNexus2
Check Configuration Path Nexus2
- Key:
nexus.Server.checkConfigurationPathNexus2
- Kind: String
- Default value: /service/local/authentication/login
- Hidden: true
checkConfigurationPathNexus3
Check Configuration Path Nexus3
- Key:
nexus.Server.checkConfigurationPathNexus3
- Kind: String
- Default value: /service/rest/v1/repositories
- Hidden: true
checkConfigurationContentType
Check Configuration Content Type
- Key:
nexus.Server.checkConfigurationContentType
- Kind: String
- Default value: application/json
- Hidden: true
scriptLocation
Script Location
- Key:
nexus.Server.scriptLocation
- Kind: String
- Default value: nexus/HttpNexusConnectionCheck.py
- Hidden: true