Class JazzConstants

    • Field Detail

      • SCM_EXECUTABLE

        public static final String SCM_EXECUTABLE
        Executable for Jazz SCM (Rational Team Concert).
        See Also:
        Constant Field Values
      • SCM_META_DATA_FOLDER

        public static final String SCM_META_DATA_FOLDER
        Folder created by the SCM to store metadata.
        See Also:
        Constant Field Values
      • CMD_ACCEPT

        public static final String CMD_ACCEPT
        Accept command - Accept change sets into a repository workspace and load them into the local workspace.
        See Also:
        Constant Field Values
      • CMD_ANNOTATE

        public static final String CMD_ANNOTATE
        Annotate command - Show line-by-line revision information for a file.
        See Also:
        Constant Field Values
      • CMD_CHECKIN

        public static final String CMD_CHECKIN
        Checkin command - Check in locally modified files, adding them to the current change set.
        See Also:
        Constant Field Values
      • CMD_CREATE

        public static final String CMD_CREATE
        Create command - Can be used with a sub command to create a snapshot (tag) or repository workspace (branch).
        See Also:
        Constant Field Values
      • CMD_HISTORY

        public static final String CMD_HISTORY
        History command - Show the history of a file or component.
        See Also:
        Constant Field Values
      • CMD_LOAD

        public static final String CMD_LOAD
        Load command - Load components from a repository workspace into a local workspace.
        See Also:
        Constant Field Values
      • CMD_LOCK

        public static final String CMD_LOCK
        Lock command - Used to lock or revoke locks on files in a stream. (requires 'acquire' or 'release' sub commands).
        See Also:
        Constant Field Values
      • CMD_SNAPSHOT

        public static final String CMD_SNAPSHOT
        Snapshot command - Used to promote snapshots. Requires the 'promote' sub command.
        See Also:
        Constant Field Values
      • CMD_STATUS

        public static final String CMD_STATUS
        Status command - Show modification status of items in a workspace.
        See Also:
        Constant Field Values
      • CMD_SUB_SNAPSHOT

        public static final String CMD_SUB_SNAPSHOT
        The 'type' (snapshot) of the create command.
        See Also:
        Constant Field Values
      • CMD_SUB_WORKSPACE

        public static final String CMD_SUB_WORKSPACE
        The 'type' (workspace) of the create command.
        See Also:
        Constant Field Values
      • CMD_SUB_CHANGESET

        public static final String CMD_SUB_CHANGESET
        The 'type' (changeset) of the create command.
        See Also:
        Constant Field Values
      • CMD_SUB_REMOTEFILES

        public static final String CMD_SUB_REMOTEFILES
        List files in a remote workspace.
        See Also:
        Constant Field Values
      • CMD_SUB_PROMOTE

        public static final String CMD_SUB_PROMOTE
        Promotes a snapshot to a stream or workspace.
        See Also:
        Constant Field Values
      • CMD_SUB_ASSOCIATE

        public static final String CMD_SUB_ASSOCIATE
        Associate a Work Item with a change set.
        See Also:
        Constant Field Values
      • ARG_FLOW_COMPONENTS

        public static final String ARG_FLOW_COMPONENTS
        Accept component additions and deletions (used with "accept" command).
        See Also:
        Constant Field Values
      • ARG_FORCE

        public static final String ARG_FORCE
        Overwrite existing files when loading (used with "load" command).
        See Also:
        Constant Field Values
      • ARG_SNAPSHOT_DESCRIPTION

        public static final String ARG_SNAPSHOT_DESCRIPTION
        Description for the snapshot (used with "create snapshot" command).
        See Also:
        Constant Field Values
      • ARG_SNAPSHOT_NAME

        public static final String ARG_SNAPSHOT_NAME
        Name of the snapshot (used with "create snapshot" command).
        See Also:
        Constant Field Values
      • ARG_STATUS_WIDE_PRINT_OUT

        public static final String 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:
        Constant Field Values
      • ARG_WORKSPACE_DESCRIPTION

        public static final String ARG_WORKSPACE_DESCRIPTION
        Description for the repository workspace (used with "create workspace" command).
        See Also:
        Constant Field Values
      • ARG_WORKSPACE_NAME

        public static final String ARG_WORKSPACE_NAME
        Name of the repository workspace (used with "create workspace" command).
        See Also:
        Constant Field Values
      • ARG_WORKSPACE_SNAPSHOT

        public static final String ARG_WORKSPACE_SNAPSHOT
        Name of the repository workspace (used with "create workspace" command).
        See Also:
        Constant Field Values
      • ARG_DELIVER_SOURCE

        public static final String ARG_DELIVER_SOURCE
        Name of the source repository workspace (used with "deliver" command).
        See Also:
        Constant Field Values
      • ARG_DELIVER_TARGET

        public static final String ARG_DELIVER_TARGET
        Name of the target repository workspace or stream (used with "deliver" command).
        See Also:
        Constant Field Values
      • ARG_OVERWRITE_UNCOMMITTED

        public static final String ARG_OVERWRITE_UNCOMMITTED
        Ignore uncommitted changes and deliver (used with "deliver" command).
        See Also:
        Constant Field Values
      • ARG_FILE

        public static final String ARG_FILE
        Perform a file base diff (aftertype = file) (used with "diff" command).
        See Also:
        Constant Field Values
      • ARG_MAXIMUM

        public static final String ARG_MAXIMUM
        Specify the maximum number of results to return, must be greater than zero. Used by numerous commands.
        See Also:
        Constant Field Values
      • ARG_WORKSPACE

        public static final String ARG_WORKSPACE
        Name of the repository workspace (used with "list changesets" command).
        See Also:
        Constant Field Values
      • ARG_DEPTH

        public static final String ARG_DEPTH
        Depth of files returned (used with "list remotefiles" command).
        See Also:
        Constant Field Values
      • ARG_DEPTH_INFINTE

        public static final String ARG_DEPTH_INFINTE
        Depth is either numeric or '-' for all'.
        See Also:
        Constant Field Values
    • Constructor Detail

      • JazzConstants

        public JazzConstants()