All notable changes to teamcity-rest-client library will be documented in this file.
BuildQueueImpl::queuedBuilds(BuildConfigurationId)
method for finding queued builds byBuildConfigurationId
.
BuildAgentLocator::withCompatible
method for finding compatible agents byBuildConfigurationId
.
BuildCanceledInfo::text
property
- Fixed exception in
Build::openArtifactInputStream
: #92
- Option to expand multiple invocations of a test (
TestRunsLocator::expandMultipleInvocations
)
- Changes fetched from build have vcsRootInstance (
Change::vcsRootInstance
) Build::personal
property
- Method to set comment for a build (
Build::setComment
) - Additional methods to download artifacts in
BuildArtifact
- Additional properties in
TestOccurence
to check whether a test failure is new or not (newFailure
), to get the build it is first failed (firstFailedIn
) and fixed (fixedIn
) - Token-based authentication (
TeamCityInstanceFactory.tokenAuth
)