A C D E F G H I L M N P R S T V _ 
All Classes All Packages

A

AlphanumComparator - Class in io.jenkins.plugins.artifactrepo.helper
This is an updated version with enhancements made by Daniel Migowski, Andre Bogus, and David Koelle.
AlphanumComparator() - Constructor for class io.jenkins.plugins.artifactrepo.helper.AlphanumComparator
 
Artifactory - Class in io.jenkins.plugins.artifactrepo.connectors.impl
A connector that provides access to the supported REST endpoints of JFrog Artifactory.
Artifactory(ArtifactRepoParamDefinition) - Constructor for class io.jenkins.plugins.artifactrepo.connectors.impl.Artifactory
 
ArtifactRepoParamDefinition - Class in io.jenkins.plugins.artifactrepo
 
ArtifactRepoParamDefinition(String, String, String, String, String, boolean, ArtifactRepoParamProxy, String, String, String, String, String[], String[], boolean, String, String, String, String, String, String) - Constructor for class io.jenkins.plugins.artifactrepo.ArtifactRepoParamDefinition
 
ArtifactRepoParamDefinition.DescriptorImpl - Class in io.jenkins.plugins.artifactrepo
 
ArtifactRepoParamDescriptor - Class in io.jenkins.plugins.artifactrepo
 
ArtifactRepoParamDescriptor() - Constructor for class io.jenkins.plugins.artifactrepo.ArtifactRepoParamDescriptor
 
ArtifactRepoParameterValue - Class in io.jenkins.plugins.artifactrepo
 
ArtifactRepoParameterValue(String, String) - Constructor for class io.jenkins.plugins.artifactrepo.ArtifactRepoParameterValue
 
ArtifactRepoParamProxy - Class in io.jenkins.plugins.artifactrepo.model
An immutable bean storing proxy related information defined in the optional block in the config view (Connection Options).
ArtifactRepoParamProxy(String, String, String, String) - Constructor for class io.jenkins.plugins.artifactrepo.model.ArtifactRepoParamProxy
 

C

compare(String, String) - Method in class io.jenkins.plugins.artifactrepo.helper.AlphanumComparator
 
Connector - Interface in io.jenkins.plugins.artifactrepo.connectors
A connector interface for each artifact repository connector to implement.
Constants - Class in io.jenkins.plugins.artifactrepo.helper
 
Constants() - Constructor for class io.jenkins.plugins.artifactrepo.helper.Constants
 
Constants.ParameterType - Class in io.jenkins.plugins.artifactrepo.helper
Defines the ID of the different parameter options.
createValue(StaplerRequest) - Method in class io.jenkins.plugins.artifactrepo.ArtifactRepoParamDefinition
 
createValue(StaplerRequest, JSONObject) - Method in class io.jenkins.plugins.artifactrepo.ArtifactRepoParamDefinition
 

D

DEFAULT - Static variable in class io.jenkins.plugins.artifactrepo.model.FormatType
 
DEFAULT - Static variable in class io.jenkins.plugins.artifactrepo.model.RepoType
 
DescriptorImpl() - Constructor for class io.jenkins.plugins.artifactrepo.ArtifactRepoParamDefinition.DescriptorImpl
 
DISABLED - Static variable in class io.jenkins.plugins.artifactrepo.model.ArtifactRepoParamProxy
 
doCheckArtifactName(String, String) - Method in class io.jenkins.plugins.artifactrepo.ArtifactRepoParamDescriptor
 
doCheckCredentialsId(String) - Method in class io.jenkins.plugins.artifactrepo.ArtifactRepoParamDescriptor
 
doCheckIgnoreCertificate(String) - Method in class io.jenkins.plugins.artifactrepo.ArtifactRepoParamDescriptor
 
doCheckName(String) - Method in class io.jenkins.plugins.artifactrepo.ArtifactRepoParamDescriptor
 
doCheckParamType(String) - Method in class io.jenkins.plugins.artifactrepo.ArtifactRepoParamDescriptor
 
doCheckProxyPort(String, String) - Method in class io.jenkins.plugins.artifactrepo.ArtifactRepoParamDescriptor
 
doCheckResultsCount(String) - Method in class io.jenkins.plugins.artifactrepo.ArtifactRepoParamDescriptor
 
doCheckServerUrl(String) - Method in class io.jenkins.plugins.artifactrepo.ArtifactRepoParamDescriptor
 
doCheckVersionRegex(String) - Method in class io.jenkins.plugins.artifactrepo.ArtifactRepoParamDescriptor
 
doFillCredentialsIdItems(Item, String) - Method in class io.jenkins.plugins.artifactrepo.ArtifactRepoParamDescriptor
 
doFillParamTypeItems() - Method in class io.jenkins.plugins.artifactrepo.ArtifactRepoParamDescriptor
 
doFillProxyCredentialsIdItems(Item, String) - Method in class io.jenkins.plugins.artifactrepo.ArtifactRepoParamDescriptor
 
doFillProxyProtocolItems() - Method in class io.jenkins.plugins.artifactrepo.ArtifactRepoParamDescriptor
 
doFillSelectEntryItems() - Method in class io.jenkins.plugins.artifactrepo.ArtifactRepoParamDescriptor
 
doFillServerTypeItems() - Method in class io.jenkins.plugins.artifactrepo.ArtifactRepoParamDescriptor
 
doFillSortOrderItems() - Method in class io.jenkins.plugins.artifactrepo.ArtifactRepoParamDescriptor
 
doFillSubmitValueItems() - Method in class io.jenkins.plugins.artifactrepo.ArtifactRepoParamDescriptor
 
doTestConnection(String, String, String, boolean, String, String, String, String, Item) - Method in class io.jenkins.plugins.artifactrepo.ArtifactRepoParamDescriptor
 
Dummy - Class in io.jenkins.plugins.artifactrepo.connectors.impl
A dummy implementation used as a fallback in case a regular connector cannot be obtained.
Dummy() - Constructor for class io.jenkins.plugins.artifactrepo.connectors.impl.Dummy
 

E

EXCEPTION - Static variable in class io.jenkins.plugins.artifactrepo.model.HttpResponse
 

F

FormatType - Class in io.jenkins.plugins.artifactrepo.model
A bean that stores the selected options for format types of artifact repositories.
FormatType(String[]) - Constructor for class io.jenkins.plugins.artifactrepo.model.FormatType
 
formError_failedConnection() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key formError.failedConnection: Connection failed.
formError_invalidArtifactName() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key formError.invalidArtifactName: An asterisk * is not allowed as artifact name in Artifactory.
formError_invalidCertIgnored() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key formError.invalidCertIgnored: Invalid certificates will be ignored. Use with caution..
formError_invalidParameter() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key formError.invalidParameter: Invalid parameters.
formError_invalidProxyPort() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key formError.invalidProxyPort: Proxy port is not a valid number.
formError_invalidProxyRange() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key formError.invalidProxyRange: Proxy port is not within a valid range (1 - 65535).
formError_invalidResultsCount() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key formError.invalidResultsCount: Value is not a valid number.
formError_invalidResultsCountRange(Object) - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key formError.invalidResultsCountRange: The results count must be between 1 and {0}.
formError_invalidServerUrl() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key formError.invalidServerUrl: The URL is invalid.
formError_missingArtifactName() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key formError.missingArtifactName: Artifact name is missing.
formError_missingCreds() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key formError.missingCreds: Credentials ID is missing.
formError_missingName() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key formError.missingName: Name is missing.
formError_missingParamType() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key formError.missingParamType: Parameter type is missing.
formError_missingProxyPort() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key formError.missingProxyPort: Proxy port is missing.
formError_missingResultsCount() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key formError.missingResultsCount: Results count is missing.
formError_missingServerUrl() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key formError.missingServerUrl: Server URL is missing.
formError_missingVersionRegex() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key formError.missingVersionRegex: The version regex must be set.
formError_successfulConnection() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key formError.successfulConnection: Connection successful.

G

get(String, HttpClientBuilder) - Static method in class io.jenkins.plugins.artifactrepo.helper.PluginHelper
Convenience method of PluginHelper.get(String, HttpClientBuilder, HttpClientContext) with a default client context.
get(String, HttpClientBuilder, HttpClientContext) - Static method in class io.jenkins.plugins.artifactrepo.helper.PluginHelper
A generic implementation to do GET requests with automatic resource clean up.
getBuilder(String, ArtifactRepoParamProxy, boolean) - Static method in class io.jenkins.plugins.artifactrepo.helper.PluginHelper
Returns an opinionated and preconfigured HttpClient builder object.
getCredentials(String) - Static method in class io.jenkins.plugins.artifactrepo.helper.PluginHelper
Get the Jenkins credentials object of type StandardUsernamePasswordCredentials identified by the provided ID string.
getDisplayName() - Method in class io.jenkins.plugins.artifactrepo.ArtifactRepoParamDescriptor
 
getHttpHostFromUrl(String) - Static method in class io.jenkins.plugins.artifactrepo.helper.PluginHelper
Takes a URL string and creates a HttpHost object of it.
getInstance(ArtifactRepoParamDefinition) - Static method in interface io.jenkins.plugins.artifactrepo.connectors.Connector
Return a connector based on the server type configured in the given build definition.
getProxyCredentialsId() - Method in class io.jenkins.plugins.artifactrepo.ArtifactRepoParamDefinition
 
getResult() - Method in class io.jenkins.plugins.artifactrepo.ArtifactRepoParamDefinition
Request data from the target instance to display as build parameter.
getResults() - Method in interface io.jenkins.plugins.artifactrepo.connectors.Connector
Get the results from the repository instance defined in the build parameters.
getResults() - Method in class io.jenkins.plugins.artifactrepo.connectors.impl.Artifactory
 
getResults() - Method in class io.jenkins.plugins.artifactrepo.connectors.impl.Dummy
 
getResults() - Method in class io.jenkins.plugins.artifactrepo.connectors.impl.Nexus
 

H

HttpResponse - Class in io.jenkins.plugins.artifactrepo.model
An immutable bean to store the return code and entity payload of an HTTP request.
HttpResponse() - Constructor for class io.jenkins.plugins.artifactrepo.model.HttpResponse
 

I

ID - Static variable in class io.jenkins.plugins.artifactrepo.connectors.impl.Artifactory
 
ID - Static variable in class io.jenkins.plugins.artifactrepo.connectors.impl.Nexus
 
io.jenkins.plugins.artifactrepo - package io.jenkins.plugins.artifactrepo
 
io.jenkins.plugins.artifactrepo.connectors - package io.jenkins.plugins.artifactrepo.connectors
 
io.jenkins.plugins.artifactrepo.connectors.impl - package io.jenkins.plugins.artifactrepo.connectors.impl
 
io.jenkins.plugins.artifactrepo.helper - package io.jenkins.plugins.artifactrepo.helper
 
io.jenkins.plugins.artifactrepo.model - package io.jenkins.plugins.artifactrepo.model
 
isProxyActive() - Method in class io.jenkins.plugins.artifactrepo.model.ArtifactRepoParamProxy
 

L

log_blankUrl() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key log.blankUrl: URL is blank, skip request.
log_disabledProxy() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key log.disabledProxy: Both local and global HTTP proxy are disabled.
log_errorCertsProcessing() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key log.errorCertsProcessing: Invalid SSL certs may or may bot be ignored.
log_failedRequest(Object) - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key log.failedRequest: The HTTP request has failed. RC = {0} .
log_invalidConnector() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key log.invalidConnector: Invalid connector type provided.
log_invalidCreds(Object) - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key log.invalidCreds: Could not identify a credentials item with the given id: {0}.
log_invalidParameter(Object) - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key log.invalidParameter: Invalid param type found: {0}.
log_invalidServer(Object) - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key log.invalidServer: Invalid server type found: {0}.
log_invalidUrl(Object) - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key log.invalidUrl: Cannot transform provided URL to an HttpHost object: {0}.
log_missingCreds() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key log.missingCreds: No credentials ID provided, skip credentials lookup.
log_noName() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key log.noName: Name pattern is null, skip retrieval of artifacts.
log_noRegex() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key log.noRegex: No matcher regex provided, skip parsing.
log_parseResponse() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key log.parseResponse: An error occured while parsing the response payload.

M

Messages - Class in io.jenkins.plugins.artifactrepo
Generated localization support class.
Messages() - Constructor for class io.jenkins.plugins.artifactrepo.Messages
 

N

Nexus - Class in io.jenkins.plugins.artifactrepo.connectors.impl
A class that provides access to the supported REST endpoints of Sonatype Nexus.
Nexus(ArtifactRepoParamDefinition) - Constructor for class io.jenkins.plugins.artifactrepo.connectors.impl.Nexus
 

P

ParameterType() - Constructor for class io.jenkins.plugins.artifactrepo.helper.Constants.ParameterType
 
PATH - Static variable in class io.jenkins.plugins.artifactrepo.helper.Constants.ParameterType
 
PLUGIN_NAME - Static variable in class io.jenkins.plugins.artifactrepo.helper.Constants
 
PluginHelper - Class in io.jenkins.plugins.artifactrepo.helper
A simple utility class to help create the HTTP connection from the plugin to the target repository instances.
PluginHelper() - Constructor for class io.jenkins.plugins.artifactrepo.helper.PluginHelper
 

R

REPOSITORY - Static variable in class io.jenkins.plugins.artifactrepo.helper.Constants.ParameterType
 
RepoType - Class in io.jenkins.plugins.artifactrepo.model
A bean that stores the selected options repo types of the artifact repositories.
RepoType(String[]) - Constructor for class io.jenkins.plugins.artifactrepo.model.RepoType
 
ResultEntry - Class in io.jenkins.plugins.artifactrepo.model
An object representing a result entry displayed on the index.jelly page.
ResultEntry(String, String) - Constructor for class io.jenkins.plugins.artifactrepo.model.ResultEntry
 
ResultEntry(Map.Entry<String, String>) - Constructor for class io.jenkins.plugins.artifactrepo.model.ResultEntry
 

S

selection_paramType_path() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key selection.paramType.path: Artifact Path.
selection_paramType_repo() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key selection.paramType.repo: Repository.
selection_paramType_version() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key selection.paramType.version: Artifact Version.
selection_pleaseSelect() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key selection.pleaseSelect: Please Select ....
selection_proxyProtocol_http() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key selection.proxyProtocol.http: HTTP.
selection_proxyProtocol_https() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key selection.proxyProtocol.https: HTTPS.
selection_selectEntry_first() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key selection.selectEntry.first: First Entry.
selection_selectEntry_last() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key selection.selectEntry.last: Last Entry.
selection_selectEntry_none() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key selection.selectEntry.none: None.
selection_selectEntry_regex() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key selection.selectEntry.regex: Regex.
selection_serverType_artifactory() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key selection.serverType.artifactory: JFrog Artifactory.
selection_serverType_nexus() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key selection.serverType.nexus: Sonatype Nexus.
selection_sort_asc() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key selection.sort.asc: Asc.
selection_sort_desc() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key selection.sort.desc: Desc.
selection_submitValue_both() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key selection.submitValue.both: Label + Path.
selection_submitValue_label() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key selection.submitValue.label: Label Only.
selection_submitValue_path() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key selection.submitValue.path: Path Only.
serialVersionUID - Static variable in class io.jenkins.plugins.artifactrepo.helper.AlphanumComparator
 
serialVersionUID - Static variable in class io.jenkins.plugins.artifactrepo.model.ArtifactRepoParamProxy
 
serialVersionUID - Static variable in class io.jenkins.plugins.artifactrepo.model.FormatType
 
serialVersionUID - Static variable in class io.jenkins.plugins.artifactrepo.model.RepoType
 

T

TEST - Static variable in class io.jenkins.plugins.artifactrepo.helper.Constants.ParameterType
 
testValue() - Static method in class io.jenkins.plugins.artifactrepo.model.FormatType
 
testValue() - Static method in class io.jenkins.plugins.artifactrepo.model.RepoType
 

V

VERSION - Static variable in class io.jenkins.plugins.artifactrepo.helper.Constants.ParameterType
 

_

_formError_failedConnection() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key formError.failedConnection: Connection failed.
_formError_invalidArtifactName() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key formError.invalidArtifactName: An asterisk * is not allowed as artifact name in Artifactory.
_formError_invalidCertIgnored() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key formError.invalidCertIgnored: Invalid certificates will be ignored. Use with caution..
_formError_invalidParameter() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key formError.invalidParameter: Invalid parameters.
_formError_invalidProxyPort() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key formError.invalidProxyPort: Proxy port is not a valid number.
_formError_invalidProxyRange() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key formError.invalidProxyRange: Proxy port is not within a valid range (1 - 65535).
_formError_invalidResultsCount() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key formError.invalidResultsCount: Value is not a valid number.
_formError_invalidResultsCountRange(Object) - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key formError.invalidResultsCountRange: The results count must be between 1 and {0}.
_formError_invalidServerUrl() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key formError.invalidServerUrl: The URL is invalid.
_formError_missingArtifactName() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key formError.missingArtifactName: Artifact name is missing.
_formError_missingCreds() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key formError.missingCreds: Credentials ID is missing.
_formError_missingName() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key formError.missingName: Name is missing.
_formError_missingParamType() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key formError.missingParamType: Parameter type is missing.
_formError_missingProxyPort() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key formError.missingProxyPort: Proxy port is missing.
_formError_missingResultsCount() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key formError.missingResultsCount: Results count is missing.
_formError_missingServerUrl() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key formError.missingServerUrl: Server URL is missing.
_formError_missingVersionRegex() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key formError.missingVersionRegex: The version regex must be set.
_formError_successfulConnection() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key formError.successfulConnection: Connection successful.
_log_blankUrl() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key log.blankUrl: URL is blank, skip request.
_log_disabledProxy() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key log.disabledProxy: Both local and global HTTP proxy are disabled.
_log_errorCertsProcessing() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key log.errorCertsProcessing: Invalid SSL certs may or may bot be ignored.
_log_failedRequest(Object) - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key log.failedRequest: The HTTP request has failed. RC = {0} .
_log_invalidConnector() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key log.invalidConnector: Invalid connector type provided.
_log_invalidCreds(Object) - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key log.invalidCreds: Could not identify a credentials item with the given id: {0}.
_log_invalidParameter(Object) - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key log.invalidParameter: Invalid param type found: {0}.
_log_invalidServer(Object) - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key log.invalidServer: Invalid server type found: {0}.
_log_invalidUrl(Object) - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key log.invalidUrl: Cannot transform provided URL to an HttpHost object: {0}.
_log_missingCreds() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key log.missingCreds: No credentials ID provided, skip credentials lookup.
_log_noName() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key log.noName: Name pattern is null, skip retrieval of artifacts.
_log_noRegex() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key log.noRegex: No matcher regex provided, skip parsing.
_log_parseResponse() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key log.parseResponse: An error occured while parsing the response payload.
_selection_paramType_path() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key selection.paramType.path: Artifact Path.
_selection_paramType_repo() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key selection.paramType.repo: Repository.
_selection_paramType_version() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key selection.paramType.version: Artifact Version.
_selection_pleaseSelect() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key selection.pleaseSelect: Please Select ....
_selection_proxyProtocol_http() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key selection.proxyProtocol.http: HTTP.
_selection_proxyProtocol_https() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key selection.proxyProtocol.https: HTTPS.
_selection_selectEntry_first() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key selection.selectEntry.first: First Entry.
_selection_selectEntry_last() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key selection.selectEntry.last: Last Entry.
_selection_selectEntry_none() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key selection.selectEntry.none: None.
_selection_selectEntry_regex() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key selection.selectEntry.regex: Regex.
_selection_serverType_artifactory() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key selection.serverType.artifactory: JFrog Artifactory.
_selection_serverType_nexus() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key selection.serverType.nexus: Sonatype Nexus.
_selection_sort_asc() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key selection.sort.asc: Asc.
_selection_sort_desc() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key selection.sort.desc: Desc.
_selection_submitValue_both() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key selection.submitValue.both: Label + Path.
_selection_submitValue_label() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key selection.submitValue.label: Label Only.
_selection_submitValue_path() - Static method in class io.jenkins.plugins.artifactrepo.Messages
Key selection.submitValue.path: Path Only.
A C D E F G H I L M N P R S T V _ 
All Classes All Packages