- ADDED: extensive build info. - Pull Request 259
- FIXED: Fix javadoc for all versions of Java. - Pull Request 236
- FIXED: Add charset to JobsApi. - Pull Request 233
- ADDED:
JobsApi
gained endpointsstop
,term
, andkill
. - Pull Request 207 - ADDED: Fix
crumb
issue and createUserApi
feature. - Pull Request 195
- Publish project to maven central.
- BUGFIX: Fix possible null
url
item intTask
. - Pull Request 144
- BUGFIX: Fix null queue item task name. - Pull Request 138
- BUGFIX: Fix for crumb which was being held in a static field. - Pull Request 88
- ADDED: Add color to Job. - Pull Request 86
- BUGFIX: Fix Nullable import - use jclouds version. - Pull Request 84
- ADDED:
JobsApi.jobList
endpoint. - Pull Request 81
- ADDED: Artifact
displayPath
is not mandatory anymore. - Pull Request 77 - ADDED: Fix crumb issue with Jenkins. - Pull Request 70
- ADDED:
JobsApi.progressiveText
with additionalbuildNumber
param. - Pull Request 74
- ADDED:
PipelineApi
. - Pull Request 64 - ADDED: Bump various dependency versions.
- ADDED: 'message' property attached to
Error
object can now be null.
- ADDED:
SystemApi
gained endpointsquietDown
andcancelQuietDown
. - Pull Request 54
- ADDED:
JobsApi
gained endpointrename
. - Pull Request 52 - Bump
gradle
to4.10.3
- Bump
jclouds
to2.1.2
- FIX:
buildWithParameters
now supports a null parameter map for parameterized builds that do not override any params. - Pull Request 43 - Bump
gradle
to4.10.2
- Bump
shadow
plugin to2.0.4
JenkinsClient
now implementsCloseable
to better work with jdk8+ try-with-resources.- Bump
jclouds
to2.1.1
. - Bump
AutoValue
to1.6.2
- Bump
gradle-bintray-plugin
to1.8.4
- Bump
gradle
to4.9
- ADDED: Endpoint
Jobs.buildInfo
now returnsActions
as part of response. - Pull Request 29
- FIX: for when a build parameter is set to the empty string, the
QueueItem.create()
method should set the parameter value to the empty string.
- ADDED: all
JobsApi
endpoints gained theoptionalFolderPath
argument. - Pull request 22
- ADDED:
PluginManagerApi
with initial endpointplugins
. - Pull request 17 - REFACTOR: convert all endpoints which return an Integer into an
IntegerResposne
so that we can capture any errors. - Pull request 18 - ADDED: all endpoints within
JobsApi
that can take an optional folder path have been amended to provide an optional parameter to do so. - Pull request 20
- REFACTOR: don't assume "crumb validation" being enabled. - Pull request 15
- ADDED: Expose
modules
option inJenkinsClient
builder. - Pull request 12
- BUG: Fix
QueueItem
incorrect parameter merging. - Pull request 8
- ADDED:
QueueApi
gained endpointscancel
andqueueItem
.
- REFACTOR: Do not throw exception when deprecated headers are missing.
- REFACTOR: various changes project wide to bring up-to-date with modern Jenkins.
- REFACTOR: JobsApi.build* endpoints will now return a 0 should a queueId not be handed back from Jenkins.
- ADDED: JobsApi.
- ADDED: QueueApi.
- init for jenkins-rest
- ADDED: SystemApi.
- ADDED: StatisticsApi.