Attribute | Type | Description | Required |
---|
adduncontrolled | bool | If true, any files or folders NOT in StarTeam will be added to the repository. Defaults to "false." | False |
comment | string | | False |
unlocked | bool | Set to do an unlocked checkout; optional, default is false. If true, file will be unlocked so that other users may change it. If false, lock status will not change. | False |
rootstarteamfolder | string | Root StarTeam folder to begin operations on. Defaults to the root of the view. | True |
excludes | string | Accepts comma-delimited list of expressions to exclude from tree operations. If nothing is specified, NO filespecs are excluded. | False |
failonerror | bool | | False |
forced | bool | Default : false - force check in/out actions regardless of the status that StarTeam is maintaining for the file. | False |
if | bool | | False |
includes | string | Accepts comma-delimited list of expressions to include in tree operations. If nothing is set, ALL filespecs are included. | False |
label | string | Label used for checkout. If no label is set, latest state of repository is checked out. | False |
password | string | The password used for login. | False |
projectname | string | The name of the StarTeam project to be acted on. | False |
recursive | bool | Default : true - should tasks recurse through tree? | False |
servername | string | Name of StarTeamServer. | False |
serverport | string | Port number of the StarTeam connection. | False |
unless | bool | | False |
url | string | One stop to set all parameters needed to connect to a StarTeam server. | False |
username | string | The StarTeam user name used for login. | False |
verbose | bool | | False |
viewname | string | The name of the StarTeam view to be acted on. | False |