remoteRepository element

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

Example XML

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