ClearCaseCatCs Class

Summary

Displays a ClearCase config spec.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.ClearCase
Base Types
graph BT Type-->Base0["ClearCaseBase"] click Base0 "/api/NAnt.Contrib.Tasks.ClearCase/ClearCaseBase" Base0-->Base1["Core.Tasks.ExternalProgramBase"] Type["ClearCaseCatCs"] class Type type-node

Syntax

[TaskName("cccatcs")]
public class ClearCaseCatCs : ClearCaseBase

Attributes

Type Description
TaskName

Properties

Name Value Summary
CommandSpecificArguments string
This is an override used by the base class to get command specific args.
ProgramArguments string
Overrides the base class.
Inherited from ClearCaseBase
ViewTag string
The view tag identifying the ClearCase view that will have its config spec displayed.

Methods

Name Value Summary
ExecuteTask() void
Execute the perforce command assembled by subclasses.
Inherited from ClearCaseBase