Summary
Unlocks ClearCase elements.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .ClearCase - Base Types
-
- Core
.Tasks .ExternalProgramBase - ClearCaseBase
- Core
graph BT
Type-->Base0["ClearCaseBase"]
click Base0 "/api/NAnt.Contrib.Tasks.ClearCase/ClearCaseBase"
Base0-->Base1["Core.Tasks.ExternalProgramBase"]
Type["ClearCaseUnLock"]
class Type type-node
Syntax
[TaskName("ccunlock")]
public class ClearCaseUnLock : ClearCaseBase
Examples
Performs a ClearCase unlock on the object stream:Application_Integration@\MyProject_PVOB
.
<ccunlock objsel="stream:Application_Integration@\MyProject_PVOB" />
Remarks
This task uses the cleartool unlock
command to unlock a ClearCase object.
Attributes
Type | Description |
---|---|
TaskName |
Properties
Name | Value | Summary |
---|---|---|
Command |
string |
This is an override used by the base class to get command specific args.
|
Comment | string |
Specify a comment. Only one of
NAnt.Contrib.Tasks.ClearCase.ClearCaseUnLock.Comment or
NAnt.Contrib.Tasks.ClearCase.ClearCaseUnLock.CommentFile may be used.
|
CommentFile | FileInfo |
Specify a file containing a comment. Only one of
NAnt.Contrib.Tasks.ClearCase.ClearCaseUnLock.Comment
or NAnt.Contrib.Tasks.ClearCase.ClearCaseUnLock.CommentFile may be used.
|
ObjSel | string |
Specifies the object(s) to be unlocked.
|
Pname | string |
Specifies the object pathname to be unlocked.
|
ProgramArguments | string |
Overrides the base class.
Inherited from ClearCaseBase
|
Methods
Name | Value | Summary |
---|---|---|
ExecuteTask |
void |
Execute the perforce command assembled by subclasses.
Inherited from ClearCaseBase
|
See Also
- NAnt.Contrib.Tasks.ClearCase.ClearCaseLock