public JazzScmCommand createCreateChangesetCommand( ScmProviderRepository repo, ScmFileSet fileSet, String message )
{
JazzScmCommand command =
new JazzScmCommand( JazzConstants.CMD_CREATE, JazzConstants.CMD_SUB_CHANGESET, repo, false, fileSet,
getLogger() );
command.addArgument( message );
return command;
}
public JazzScmCommand createCheckInCommand( ScmProviderRepository repo, ScmFileSet fileSet )