Class JazzConstants
java.lang.Object
org.apache.maven.scm.provider.jazz.command.JazzConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Name of the source repository workspace (used with "deliver" command).static final String
Name of the target repository workspace or stream (used with "deliver" command).static final String
Depth of files returned (used with "list remotefiles" command).static final String
Depth is either numeric or '-' for all'.static final String
Perform a file base diff (aftertype = file) (used with "diff" command).static final String
Accept component additions and deletions (used with "accept" command).static final String
Overwrite existing files when loading (used with "load" command).static final String
Load Root Directory.static final String
Local workspace path.static final String
Specify the maximum number of results to return, must be greater than zero.static final String
Ignore uncommitted changes and deliver (used with "deliver" command).static final String
The repository name.static final String
Description for the snapshot (used with "create snapshot" command).static final String
Name of the snapshot (used with "create snapshot" command).static final String
Forces the output to not shorten, otherwise the width will be based on the COLUMNS environment variable, or if that is not set, to 80 characters.static final String
The user ID in the repository.static final String
The user password in the repository.static final String
Name of the repository workspace (used with "list changesets" command).static final String
Description for the repository workspace (used with "create workspace" command).static final String
Name of the repository workspace (used with "create workspace" command).static final String
Name of the repository workspace (used with "create workspace" command).static final String
Accept command - Accept change sets into a repository workspace and load them into the local workspace.static final String
Annotate command - Show line-by-line revision information for a file.static final String
Changeset command - Modifies change sets.static final String
Checkin command - Check in locally modified files, adding them to the current change set.static final String
Create command - Can be used with a sub command to create a snapshot (tag) or repository workspace (branch).static final String
Deliver command - Deliver to a target.static final String
Diff command - Compare two states of a file.static final String
History command - Show the history of a file or component.static final String
List command - List repository objects.static final String
Load command - Load components from a repository workspace into a local workspace.static final String
Lock command - Used to lock or revoke locks on files in a stream.static final String
Snapshot command - Used to promote snapshots.static final String
Status command - Show modification status of items in a workspace.static final String
Locks files in a stream.static final String
Associate a Work Item with a change set.static final String
The 'type' (changeset) of the create command.static final String
List files in a remote workspace.static final String
Promotes a snapshot to a stream or workspace.static final String
Revoke locks on files in a stream.static final String
List files in a remote workspace.static final String
The 'type' (snapshot) of the create command.static final String
The 'type' (workspace) of the create command.static final String
Executable for Jazz SCM (Rational Team Concert).static final String
Folder created by the SCM to store metadata.static final String
SCM type identifier -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SCM_EXECUTABLE
Executable for Jazz SCM (Rational Team Concert).- See Also:
-
SCM_META_DATA_FOLDER
Folder created by the SCM to store metadata.- See Also:
-
SCM_TYPE
SCM type identifier- See Also:
-
CMD_ACCEPT
Accept command - Accept change sets into a repository workspace and load them into the local workspace.- See Also:
-
CMD_ANNOTATE
Annotate command - Show line-by-line revision information for a file.- See Also:
-
CMD_CHECKIN
Checkin command - Check in locally modified files, adding them to the current change set.- See Also:
-
CMD_CREATE
Create command - Can be used with a sub command to create a snapshot (tag) or repository workspace (branch).- See Also:
-
CMD_DELIVER
Deliver command - Deliver to a target.- See Also:
-
CMD_DIFF
Diff command - Compare two states of a file.- See Also:
-
CMD_HISTORY
History command - Show the history of a file or component.- See Also:
-
CMD_LIST
List command - List repository objects.- See Also:
-
CMD_LOAD
Load command - Load components from a repository workspace into a local workspace.- See Also:
-
CMD_LOCK
Lock command - Used to lock or revoke locks on files in a stream. (requires 'acquire' or 'release' sub commands).- See Also:
-
CMD_SNAPSHOT
Snapshot command - Used to promote snapshots. Requires the 'promote' sub command.- See Also:
-
CMD_STATUS
Status command - Show modification status of items in a workspace.- See Also:
-
CMD_CHANGESET
Changeset command - Modifies change sets.- See Also:
-
CMD_SUB_SNAPSHOT
The 'type' (snapshot) of the create command.- See Also:
-
CMD_SUB_WORKSPACE
The 'type' (workspace) of the create command.- See Also:
-
CMD_SUB_CHANGESET
The 'type' (changeset) of the create command.- See Also:
-
CMD_SUB_REMOTEFILES
List files in a remote workspace.- See Also:
-
CMD_SUB_CHANGESETS
List files in a remote workspace.- See Also:
-
CMD_SUB_ACQUIRE
Locks files in a stream.- See Also:
-
CMD_SUB_RELEASE
Revoke locks on files in a stream.- See Also:
-
CMD_SUB_PROMOTE
Promotes a snapshot to a stream or workspace.- See Also:
-
CMD_SUB_ASSOCIATE
Associate a Work Item with a change set.- See Also:
-
ARG_FLOW_COMPONENTS
Accept component additions and deletions (used with "accept" command).- See Also:
-
ARG_FORCE
Overwrite existing files when loading (used with "load" command).- See Also:
-
ARG_LOCAL_WORKSPACE_PATH
Local workspace path.- See Also:
-
ARG_LOAD_ROOT_DIRECTORY
Load Root Directory.- See Also:
-
ARG_REPOSITORY_URI
The repository name.- See Also:
-
ARG_SNAPSHOT_DESCRIPTION
Description for the snapshot (used with "create snapshot" command).- See Also:
-
ARG_SNAPSHOT_NAME
Name of the snapshot (used with "create snapshot" command).- See Also:
-
ARG_STATUS_WIDE_PRINT_OUT
Forces the output to not shorten, otherwise the width will be based on the COLUMNS environment variable, or if that is not set, to 80 characters. (used with the "status" command).- See Also:
-
ARG_USER_NAME
The user ID in the repository.- See Also:
-
ARG_USER_PASSWORD
The user password in the repository.- See Also:
-
ARG_WORKSPACE_DESCRIPTION
Description for the repository workspace (used with "create workspace" command).- See Also:
-
ARG_WORKSPACE_NAME
Name of the repository workspace (used with "create workspace" command).- See Also:
-
ARG_WORKSPACE_SNAPSHOT
Name of the repository workspace (used with "create workspace" command).- See Also:
-
ARG_DELIVER_SOURCE
Name of the source repository workspace (used with "deliver" command).- See Also:
-
ARG_DELIVER_TARGET
Name of the target repository workspace or stream (used with "deliver" command).- See Also:
-
ARG_OVERWRITE_UNCOMMITTED
Ignore uncommitted changes and deliver (used with "deliver" command).- See Also:
-
ARG_FILE
Perform a file base diff (aftertype = file) (used with "diff" command).- See Also:
-
ARG_MAXIMUM
Specify the maximum number of results to return, must be greater than zero. Used by numerous commands.- See Also:
-
ARG_WORKSPACE
Name of the repository workspace (used with "list changesets" command).- See Also:
-
ARG_DEPTH
Depth of files returned (used with "list remotefiles" command).- See Also:
-
ARG_DEPTH_INFINTE
Depth is either numeric or '-' for all'.- See Also:
-
-
Constructor Details
-
JazzConstants
public JazzConstants()
-