示例#1
0
        public Executor(ExecutorConstructInfo constructInfo)
        {
            this.BranchName = constructInfo.BranchName;

            this.ExecutingPath = constructInfo.ExecutingPath;
            this.OutPath       = constructInfo.OutPath;
            this.LogPath       = constructInfo.LogPath;
        }
示例#2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ClearCase" /> class.
 /// Used when execute "Label" or "Tree".
 /// </summary>
 /// <param name="constructInfo"></param>
 public ClearCase(ExecutorConstructInfo constructInfo)
     : base(constructInfo)
 {
 }