コード例 #1
0
 public ProjectStatusListAndExceptions(ProjectStatusOnServer[] statusAndServerList, CruiseServerException[] exceptions)
 {
     this.statusAndServerList = statusAndServerList;
     this.exceptions = exceptions;
 }
 public CruiseServerSnapshotListAndExceptions(CruiseServerSnapshotOnServer[] snapshotAndServerList, CruiseServerException[] exceptions)
 {
     this.snapshotAndServerList = snapshotAndServerList;
     this.exceptions = exceptions;
 }