aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/trygvis/esper/testing/jenkins/JenkinsClient.java
Commit message (Expand)AuthorAgeFilesLines
* o Skipping builds where the job is a <mavenModule>.Trygve Laugstøl2013-01-031-16/+6
* o Moving Jenkins XML objects and parsing to it's own package.Trygve Laugstøl2013-01-031-44/+6
* o Making sure the entire document is parsed completely.Trygve Laugstøl2012-12-231-1/+1
* o Storing the raw bytes with the parsed data from Jenkins.Trygve Laugstøl2012-12-231-23/+26
* o Adding matrixConfiguration as a project type.Trygve Laugstøl2012-12-191-0/+2
* o chmod -x.Trygve Laugstøl2012-12-111-0/+0
* o Starting to parse out commit info from the Jenkins build too.Trygve Laugstøl2012-12-111-136/+13
* o Adding Maven module as a build type.Trygve Laugstøl2012-12-101-3/+4
* wootTrygve Laugstøl2012-12-091-0/+2
* o Supporting Maven builds in jenkins.Trygve Laugstøl2012-12-081-3/+27
* o Discovering and storing jobs in addition to the build.Trygve Laugstøl2012-12-081-26/+36
* o Closing the HTTP streams so we don't run out of connections.Trygve Laugstøl2012-12-081-4/+5
* o Creating a flag to disable jenkins servers from being polled.Trygve Laugstøl2012-12-081-35/+37
* o Storing Jenkins builds discovered from the feed.Trygve Laugstøl2012-12-081-5/+59
* o Better Jenkins importer.Trygve Laugstøl2012-12-071-11/+58
* o More common XML parsing and HTTP client code. o Reimplemented the Nexus cod...Trygve Laugstøl2012-12-071-64/+23
* o Adding BoneCP init to Config.Trygve Laugstøl2012-11-201-6/+6
* o Adding "buildable" to the job status.Trygve Laugstøl2012-11-181-52/+42
* o A version that's more useful because as it is closing its connections.Trygve Laugstøl2012-11-181-44/+39
* o Creating jobs for polling a jenkins servers and jobs.Trygve Laugstøl2012-11-171-16/+187
* o Adding Jenkins code.Trygve Laugstøl2012-11-131-0/+61