The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

VCS::CMSynergy::Tset - convenience methods for VCS::CMSynergy::Objects of type tset

SYNOPSIS

VCS::CMSynergy::Tset is a subclass of VCS::CMSynergy::Object with additional methods for Synergy DCM transfer sets.

  use VCS::CMSynergy;
  $ccm = VCS::CMSynergy->new(%attr);
  ...
  $ts = $ccm->tset_object("Toolkit baselines");

  $members = $ts->show_object("direct_members");
  $ts->add(-history => @objs);
  $ts->generate(-dbid => "Any");

METHODS

show

  $aref = $ts->show_hashref($what, @keywords);
  $aref = $ts->show_object($what, @keywords);

These two methods are convenience wrappers for ccm dcm -ts $ts -show $what. For return values and the meaning of the optional @keywords parameters see the descriptions of query_hashref and query_object.

The following strings can be used for $what, see the Synergy documentation of the ccm dcm -show sub command for their meaning:

direct_members Equivalent to "-members direct".
all_members Equivalent to "-members all".