aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/trygvis/esper/testing/jenkins/JenkinsJob.java
Commit message (Collapse)AuthorAgeFilesLines
* o Moving Jenkins XML objects and parsing to it's own package.Trygve Laugstøl2013-01-031-0/+2
| | | | o Removing fields from JenkinsBuild that's read from the XML later on.
* o Storing the raw bytes with the parsed data from Jenkins.Trygve Laugstøl2012-12-231-2/+3
|
* o chmod -x.Trygve Laugstøl2012-12-111-0/+0
|
* o Discovering and storing jobs in addition to the build.Trygve Laugstøl2012-12-081-6/+6
|
* o More common XML parsing and HTTP client code. o Reimplemented the Nexus ↵Trygve Laugstøl2012-12-071-2/+1
| | | | code to consume the timeline instead of calculating its own diff.
* o A version that's more useful because as it is closing its connections.Trygve Laugstøl2012-11-181-43/+19
|
* o Creating jobs for polling a jenkins servers and jobs.Trygve Laugstøl2012-11-171-0/+83