public void testBuilderSetters() {
String version = "1.2.0";
String name = "moo";
String number = "15";
BuildType buildType = GRADLE;
Agent agent = new Agent("pop", "1.6");
BuildAgent buildAgent = new BuildAgent("rock", "2.6");
long durationMillis = 6L;
String principal = "bob";
String artifactoryPrincipal = "too";
String url = "mitz";