This tag locates all IDs for the atg.deployment.server.Deployment objects that meet the criteria you specify and stores those IDs in a result object named by the var attribute. Other tags can access the result object and the properties defined on it.

Attributes

The following attributes are defined for the pws:getDeployments tag:

Attribute

Description

Required?

var

Names the result object to contain an array of Deployment IDs.

yes

target

The name of the target site for which you want to locate associated deployment objects. If no target is specified, all Deployment objects that meet the criteria are returned.

no

projects

The projects that are part of the Deployment objects you want to locate.

no

queuedOnly

Indicates whether to include pending Deployment objects that are deployed as soon as the target is available (true) or to exclude such Deployment objects (false). The default value is true.

no

scheduledOnly

Indicates whether to include pending Deployment objects that are scheduled to be executed on a future date true) or to exclude such deployment objects (false). The default value is true.

no

index

The number that designates where, in the context of the located Deployment objects, the list of returned Deployment IDs should begin. The default value is 0.

no

count

The total number of Deployment IDs to save to the result object.

no

totalCountVar

Names a secondary result object that holds the total number of Deployment IDs located by this tag. A subset of the total can be saved to the result object.

no

Result Object Properties

The following properties are defined for the var-named result object produced by the pws:getDeployments tag:

Property

Description

count

Contains the number of deployed projects saved to the result object.

deployments

Contains the IDs for the deployed projects.

totalCount

Contains the total number of deployed projects located by the pws:getDeployments, a subset of which can be saved to result object.


Copyright © 1997, 2012 Oracle and/or its affiliates. All rights reserved. Legal Notices