remoteRepository element

Type: remoteRepository
Namespace: (default namespace)
XML Schema: ns0.xsd

Example XML

<?xml version="1.0" encoding="UTF-8"?> <remoteRepository> <name>...</name> <description>...</description> <indexDirectory>...</indexDirectory> <id>...</id> <layout>...</layout> <extraHeadersEntries> <key>...</key> <value>...</value> </extraHeadersEntries> <extraHeadersEntries> <!--...--> </extraHeadersEntries> <!--...more "extraHeadersEntries" elements...--> <cronExpression>...</cronExpression> <userName>...</userName> <password>...</password> <timeout>...</timeout> <extraHeaders> <entry> <key>...</key> <value>...</value> </entry> <entry> <key> <!--(another 'string' type)--> </key> <value> <!--(another 'string' type)--> </value> </entry> <!--...more entries...--> </extraHeaders> <extraParametersEntries> <key>...</key> <value>...</value> </extraParametersEntries> <extraParametersEntries> <!--...--> </extraParametersEntries> <!--...more "extraParametersEntries" elements...--> <url>...</url> <downloadRemoteIndexOnStartup>...</downloadRemoteIndexOnStartup> <remoteDownloadNetworkProxyId>...</remoteDownloadNetworkProxyId> <remoteIndexUrl>...</remoteIndexUrl> <downloadRemoteIndex>...</downloadRemoteIndex> <remoteDownloadTimeout>...</remoteDownloadTimeout> <extraParameters> <entry> <key>...</key> <value>...</value> </entry> <entry> <key> <!--(another 'string' type)--> </key> <value> <!--(another 'string' type)--> </value> </entry> <!--...more entries...--> </extraParameters> </remoteRepository>