remoteRepository Data Type

Schema
ns0.xsd
Available Since
1.4-M1
Properties
name data type type namespace min/max occurs description
checkPath string element 0/1  
cronExpression string element 0/1  
downloadRemoteIndex boolean element 1/1  
downloadRemoteIndexOnStartup boolean element 1/1  
extraHeaders (custom) element 0/1  
extraHeadersEntries propertyEntry element 0/unbounded  
extraParameters (custom) element 0/1  
extraParametersEntries propertyEntry element 0/unbounded  
password string element 0/1  
remoteDownloadNetworkProxyId string element 0/1  
remoteDownloadTimeout int element 1/1  
remoteIndexUrl string element 0/1  
timeout int element 1/1  
url string element 0/1  
userName string element 0/1  
Properties inherited from abstractRepository
description string element 0/1  
id string element 0/1  
indexDirectory string element 0/1  
layout string element 0/1  
name string element 0/1  

Example

<remoteRepository>
  <url>...</url>
  <userName>...</userName>
  <password>...</password>
  <timeout>...</timeout>
  <downloadRemoteIndex>...</downloadRemoteIndex>
  <remoteIndexUrl>...</remoteIndexUrl>
  <remoteDownloadNetworkProxyId>...</remoteDownloadNetworkProxyId>
  <cronExpression>...</cronExpression>
  <remoteDownloadTimeout>...</remoteDownloadTimeout>
  <downloadRemoteIndexOnStartup>...</downloadRemoteIndexOnStartup>
  <extraParameters>...</extraParameters>
  <extraParametersEntries>
    <key>...</key>
    <value>...</value>
  </extraParametersEntries>
  <extraHeaders>...</extraHeaders>
  <extraHeadersEntries>
    <key>...</key>
    <value>...</value>
  </extraHeadersEntries>
  <checkPath>...</checkPath>
  <id>...</id>
  <name>...</name>
  <layout>...</layout>
  <indexDirectory>...</indexDirectory>
  <description>...</description>
</remoteRepository>