I believe that it is part of the abstract VCS implementation. There are some features that are there by default (e.g. check-in) and others that must be customized.
I noticed this too and simply came to this conclusion because it is functionable but just not part of the StarTeam plug-in code.
I take my comments back. There is a method "checkinFile" in the StarTeamVCS class. What I now believe is that because this method implements an Interface method, it does not need an Action class to access. It also does not need to be specied in the plug-in XML file as well.
I believe that it is part of the abstract VCS implementation. There are some features that are there by default (e.g. check-in) and others that must be customized.
I noticed this too and simply came to this conclusion because it is functionable but just not part of the StarTeam plug-in code.
I take my comments back. There is a method "checkinFile" in the StarTeamVCS class. What I now believe is that because this method implements an Interface method, it does not need an Action class to access. It also does not need to be specied in the plug-in XML file as well.
Thanks,
Justin