Class CCMCheckin
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.tools.ant.taskdefs.optional.ccm.Continuus
org.apache.tools.ant.taskdefs.optional.ccm.CCMCheck
org.apache.tools.ant.taskdefs.optional.ccm.CCMCheckin
- All Implemented Interfaces:
Cloneable
Performs Continuus checkin command.
-
Field Summary
Fields inherited from class CCMCheck
filesets, FLAG_COMMENT, FLAG_TASKFields inherited from class Continuus
COMMAND_CHECKIN, COMMAND_CHECKOUT, COMMAND_CREATE_TASK, COMMAND_DEFAULT_TASK, COMMAND_RECONFIGUREFields inherited from class ProjectComponent
description, location, project -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CCMCheck
addFileset, execute, getComment, getFile, getTask, setComment, setFile, setTaskMethods inherited from class Continuus
getCcmAction, getCcmCommand, run, run, setCcmAction, setCcmDirMethods inherited from class Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeMethods inherited from class ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
-
Constructor Details
-
CCMCheckin
public CCMCheckin()Default constructor - setup checkin command
-