Home | History | Annotate | Download | only in generators

Lines Matching defs:buildType

21 	// buildType used to determine if mail should be sent on
23 private String buildType;
29 return buildType;
33 * @param buildType
35 public void setBuildType(String buildType) {
36 this.buildType = buildType;
43 test.buildType="N";
153 // } else if (isBuildTested() && (!buildType.equals("N"))) {
160 // else if (!buildType.equals("N"))