public Executor(ExecutorConstructInfo constructInfo) { this.BranchName = constructInfo.BranchName; this.ExecutingPath = constructInfo.ExecutingPath; this.OutPath = constructInfo.OutPath; this.LogPath = constructInfo.LogPath; }
/// <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) { }