Create

Description

Creates objects, such as communities and asset types, in a Rational Asset Manager repository

Parameters

Attribute Description Required
server The ID of the server that connects to Rational Asset Manager Yes
failOnError If false, the build continues execution when an error occurs. Otherwise, the build fails. No. Default is true.
clearCache If true, cached assets will be cleared before this task is executed. No. Default is false.

Parameters specified as nested elements

assetType

You can specify individual asset types to be created.

attribute

You can specify individual attributes to be created.

community

You can specify individual communities to be created.

relationshipType

You can specify individual relationship types to be created.

Example

Create a community

<create server="ramServer">
   <community>
      <name>My Community</name>
   </community>
</create>