public triggeredBy()
 {
     this.propertiesField = new List<property>();
     this.buildTypeField = new buildTyperef();
     this.userField = new userref();
 }
 public build()
 {
     this.artifactsField = new HReference();
     this.relatedIssuesField = new issueUsages();
     this.changesField = new changesref();
     this.triggeredField = new triggeredBy();
     this.revisionsField = new List<revision>();
     this.artifactdependenciesField = new builds();
     this.snapshotdependenciesField = new builds();
     this.propertiesField = new List<property>();
     this.userField = new userref();
     this.pinInfoField = new comment();
     this.tagsField = new List<string>();
     this.commentField = new comment();
     this.agentField = new agentref();
     this.buildTypeField = new buildTyperef();
     this.runninginfoField = new runningBuildInfo();
 }
 public comment()
 {
     this.userField = new userref();
 }
 public investigation()
 {
     this.scopeField = new investigationScope();
     this.assignmentField = new comment();
     this.responsibleField = new userref();
 }
 public change()
 {
     this.vcsRootInstanceField = new vcsrootinstanceref();
     this.filesField = new List<fileChange>();
     this.userField = new userref();
 }