Sonatype Nexus Maven Settings Template Plugin API

Data

  • Default Namespace
  • XML Schema File: ns0.xsd

The data in this namespace is divided into elements and types. Types define the structure of the data. Elements define specific instances of the types, and are therefore more relevant to REST endpoints, which generally consume and/or produce elements.

The following elements are members of this namespace:

The following types are members of this namespace:

Element settings-template-request

Example XML

<?xml version="1.0" encoding="UTF-8"?> <settings-template-request> <data> <!--content of type 'm2SettingsTemplateDto'--> <settingsXmlText> <!--content of type 'string'--> ... </settingsXmlText> </data> </settings-template-request>

Example JSON

{ "data" : { "settingsXmlText" : "..." } }

Type m2SettingsTemplateDto

Child Elements

name (type) min/max
occurs
description
settingsXmlText (string) 0/1 (no documentation provided)

Type m2SettingsTemplateListResponseDto

Child Elements

name (type) min/max
occurs
description
readonly (boolean) 1/1 (no documentation provided)
downloadURI (string) 0/1 (no documentation provided)
resourceURI (string) 0/1 (no documentation provided)
id (string) 0/1 (no documentation provided)

Type m2SettingsTemplateRequest

Child Elements

name (type) min/max
occurs
description
data (m2SettingsTemplateDto) 0/1 (no documentation provided)