예제 #1
0
        public Guid SaveBuild(string type, string name, string changeset, string comment)
        {
            ITestLogger logger = (ITestLogger)
                                 Activator.GetObject(typeof(ITestLogger), mServerLoggerUrl);

            return(logger.SaveBuild(type, name, changeset, comment));
        }