james.rus52/teamcity-php-client

2018.1.2 2020-12-26 20:15 UTC

This package is auto-updated.

Last update: 2024-04-27 03:42:56 UTC


README

No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)

This PHP package is automatically generated by the Swagger Codegen project:

  • API version: 2018.1
  • Build package: io.swagger.codegen.languages.PhpClientCodegen

Requirements

PHP 5.5 and later

Installation & Usage

Composer

To install the bindings via Composer, add the following to composer.json:

{
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/james.rus52/teamcity-php-client.git"
    }
  ],
  "require": {
    "james.rus52/teamcity-php-client": "*@dev"
  }
}

Then run composer install

Manual Installation

Download the files and include autoload.php:

    require_once('/path/to/SwaggerClient-php/vendor/autoload.php');

Tests

To run the unit tests:

composer install
./vendor/bin/phpunit

Getting Started

Please follow the installation procedure and then run the following:

<?php
require_once(__DIR__ . '/vendor/autoload.php');

$apiInstance = new TeamCityClient\Api\AgentApi(
    // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
    // This is optional, `GuzzleHttp\Client` will be used as default.
    new GuzzleHttp\Client()
);
$agent_locator = "agent_locator_example"; // string | 

try {
    $apiInstance->deleteAgent($agent_locator);
} catch (Exception $e) {
    echo 'Exception when calling AgentApi->deleteAgent: ', $e->getMessage(), PHP_EOL;
}

?>

Documentation for API Endpoints

All URIs are relative to https://localhost:8111

Class Method HTTP request Description
AgentApi deleteAgent DELETE /app/rest/agents/{agentLocator}
AgentApi geIncompatibleBuildTypes GET /app/rest/agents/{agentLocator}/incompatibleBuildTypes
AgentApi getAgentPool GET /app/rest/agents/{agentLocator}/pool
AgentApi getAllowedRunConfigurations GET /app/rest/agents/{agentLocator}/compatibilityPolicy
AgentApi getAuthorizedInfo GET /app/rest/agents/{agentLocator}/authorizedInfo
AgentApi getCompatibleBuildTypes GET /app/rest/agents/{agentLocator}/compatibleBuildTypes
AgentApi getEnabledInfo GET /app/rest/agents/{agentLocator}/enabledInfo
AgentApi serveAgent GET /app/rest/agents/{agentLocator}
AgentApi serveAgentField GET /app/rest/agents/{agentLocator}/{field}
AgentApi serveAgents GET /app/rest/agents
AgentApi setAgentField PUT /app/rest/agents/{agentLocator}/{field}
AgentApi setAgentPool PUT /app/rest/agents/{agentLocator}/pool
AgentApi setAllowedRunConfigurations PUT /app/rest/agents/{agentLocator}/compatibilityPolicy
AgentApi setAuthorizedInfo PUT /app/rest/agents/{agentLocator}/authorizedInfo
AgentApi setEnabledInfo PUT /app/rest/agents/{agentLocator}/enabledInfo
AgentPoolApi addAgent POST /app/rest/agentPools/{agentPoolLocator}/agents
AgentPoolApi addProject POST /app/rest/agentPools/{agentPoolLocator}/projects
AgentPoolApi createPool POST /app/rest/agentPools
AgentPoolApi deletePool DELETE /app/rest/agentPools/{agentPoolLocator}
AgentPoolApi deletePoolProject DELETE /app/rest/agentPools/{agentPoolLocator}/projects/{projectLocator}
AgentPoolApi deleteProjects DELETE /app/rest/agentPools/{agentPoolLocator}/projects
AgentPoolApi getField GET /app/rest/agentPools/{agentPoolLocator}/{field}
AgentPoolApi getPool GET /app/rest/agentPools/{agentPoolLocator}
AgentPoolApi getPoolAgents GET /app/rest/agentPools/{agentPoolLocator}/agents
AgentPoolApi getPoolProject GET /app/rest/agentPools/{agentPoolLocator}/projects/{projectLocator}
AgentPoolApi getPoolProjects GET /app/rest/agentPools/{agentPoolLocator}/projects
AgentPoolApi getPools GET /app/rest/agentPools
AgentPoolApi replaceProjects PUT /app/rest/agentPools/{agentPoolLocator}/projects
AgentPoolApi setField PUT /app/rest/agentPools/{agentPoolLocator}/{field}
AuditApi get GET /app/rest/audit
AuditApi getSingle GET /app/rest/audit/{auditEventLocator}
BuildApi addLogMessage POST /app/rest/builds/{buildLocator}/log Adds a message to the build log. Service messages are accepted.
BuildApi addProblem POST /app/rest/builds/{buildLocator}/problemOccurrences
BuildApi addTags POST /app/rest/builds/{buildLocator}/tags
BuildApi addTagsMultiple POST /app/rest/builds/multiple/{buildLocator}/tags
BuildApi cancelBuild POST /app/rest/builds/{buildLocator}
BuildApi cancelBuild_0 GET /app/rest/builds/{buildLocator}/example/buildCancelRequest
BuildApi cancelMultiple POST /app/rest/builds/multiple/{buildLocator}
BuildApi deleteAllParameters DELETE /app/rest/builds/{buildLocator}/attributes
BuildApi deleteBuild DELETE /app/rest/builds/{buildLocator}
BuildApi deleteBuilds DELETE /app/rest/builds
BuildApi deleteComment DELETE /app/rest/builds/{buildLocator}/comment
BuildApi deleteCommentMultiple DELETE /app/rest/builds/multiple/{buildLocator}/comment
BuildApi deleteMultiple DELETE /app/rest/builds/multiple/{buildLocator}
BuildApi deleteParameter DELETE /app/rest/builds/{buildLocator}/attributes/{name}
BuildApi getArtifactDependencyChanges GET /app/rest/builds/{buildLocator}/artifactDependencyChanges
BuildApi getArtifactsDirectory GET /app/rest/builds/{buildLocator}/artifactsDirectory
BuildApi getBuildFinishDate GET /app/rest/builds/{buildLocator}/finishDate
BuildApi getBuildNumber GET /app/rest/builds/{buildLocator}/number
BuildApi getBuildStatusText GET /app/rest/builds/{buildLocator}/statusText
BuildApi getCanceledInfo GET /app/rest/builds/{buildLocator}/canceledInfo
BuildApi getChildren GET /app/rest/builds/{buildLocator}/artifacts/children{path}
BuildApi getChildrenAlias GET /app/rest/builds/{buildLocator}/artifacts/{path}
BuildApi getContent GET /app/rest/builds/{buildLocator}/artifacts/content{path}
BuildApi getContentAlias GET /app/rest/builds/{buildLocator}/artifacts/files{path}
BuildApi getMetadata GET /app/rest/builds/{buildLocator}/artifacts/metadata{path}
BuildApi getMultiple GET /app/rest/builds/multiple/{buildLocator}
BuildApi getParameter GET /app/rest/builds/{buildLocator}/attributes/{name}
BuildApi getParameterValueLong GET /app/rest/builds/{buildLocator}/attributes/{name}/value
BuildApi getParameter_0 GET /app/rest/builds/{buildLocator}/resulting-properties/{propertyName}
BuildApi getParameters GET /app/rest/builds/{buildLocator}/attributes
BuildApi getPinData GET /app/rest/builds/{buildLocator}/pinInfo
BuildApi getPinned GET /app/rest/builds/{buildLocator}/pin
BuildApi getProblems GET /app/rest/builds/{buildLocator}/problemOccurrences
BuildApi getResolvedParameter GET /app/rest/builds/{buildLocator}/resolved/{value}
BuildApi getRoot GET /app/rest/builds/{buildLocator}/artifacts
BuildApi getTests GET /app/rest/builds/{buildLocator}/testOccurrences
BuildApi getZipped GET /app/rest/builds/{buildLocator}/artifacts/archived{path}
BuildApi markBuildAsRunning PUT /app/rest/builds/{buildLocator}/runningData Starts the queued build as an agent-less build and returns the corresponding running build.
BuildApi pinBuild PUT /app/rest/builds/{buildLocator}/pin
BuildApi pinMultiple PUT /app/rest/builds/multiple/{buildLocator}/pinInfo
BuildApi removeTagsMultiple DELETE /app/rest/builds/multiple/{buildLocator}/tags
BuildApi replaceComment PUT /app/rest/builds/{buildLocator}/comment
BuildApi replaceCommentMultiple PUT /app/rest/builds/multiple/{buildLocator}/comment
BuildApi replaceTags PUT /app/rest/builds/{buildLocator}/tags
BuildApi resetBuildFinishParameters DELETE /app/rest/builds/{buildLocator}/caches/finishProperties
BuildApi serveAggregatedBuildStatus GET /app/rest/builds/aggregated/{buildLocator}/status
BuildApi serveAggregatedBuildStatusIcon GET /app/rest/builds/aggregated/{buildLocator}/statusIcon{suffix}
BuildApi serveAllBuilds GET /app/rest/builds
BuildApi serveBuild GET /app/rest/builds/{buildLocator}
BuildApi serveBuildActualParameters GET /app/rest/builds/{buildLocator}/resulting-properties
BuildApi serveBuildFieldByBuildOnly GET /app/rest/builds/{buildLocator}/{field}
BuildApi serveBuildRelatedIssues GET /app/rest/builds/{buildLocator}/relatedIssues
BuildApi serveBuildRelatedIssuesOld GET /app/rest/builds/{buildLocator}/related-issues
BuildApi serveBuildStatisticValue GET /app/rest/builds/{buildLocator}/statistics/{name}
BuildApi serveBuildStatisticValues GET /app/rest/builds/{buildLocator}/statistics
BuildApi serveBuildStatusIcon GET /app/rest/builds/{buildLocator}/statusIcon{suffix}
BuildApi serveSourceFile GET /app/rest/builds/{buildLocator}/sources/files/{fileName}
BuildApi serveTags GET /app/rest/builds/{buildLocator}/tags
BuildApi setBuildNumber PUT /app/rest/builds/{buildLocator}/number
BuildApi setBuildPinData PUT /app/rest/builds/{buildLocator}/pinInfo
BuildApi setBuildStatusText PUT /app/rest/builds/{buildLocator}/statusText
BuildApi setFinishedTime PUT /app/rest/builds/{buildLocator}/finishDate Marks the running build as finished by passing agent time of the build finish. An empty finish date means &quot;now&quot;.
BuildApi setParameter POST /app/rest/builds/{buildLocator}/attributes
BuildApi setParameterValueLong PUT /app/rest/builds/{buildLocator}/attributes/{name}/value
BuildApi setParameter_0 PUT /app/rest/builds/{buildLocator}/attributes/{name}
BuildApi setParameters PUT /app/rest/builds/{buildLocator}/attributes
BuildApi unpinBuild DELETE /app/rest/builds/{buildLocator}/pin
BuildQueueApi addTags POST /app/rest/buildQueue/{buildLocator}/tags
BuildQueueApi cancelBuild GET /app/rest/buildQueue/{buildLocator}/example/buildCancelRequest
BuildQueueApi cancelBuild_0 POST /app/rest/buildQueue/{queuedBuildLocator}
BuildQueueApi deleteBuild DELETE /app/rest/buildQueue/{queuedBuildLocator}
BuildQueueApi deleteBuildsExperimental DELETE /app/rest/buildQueue
BuildQueueApi getBuild GET /app/rest/buildQueue/{queuedBuildLocator}
BuildQueueApi getBuilds GET /app/rest/buildQueue
BuildQueueApi queueNewBuild POST /app/rest/buildQueue
BuildQueueApi replaceBuilds PUT /app/rest/buildQueue
BuildQueueApi replaceTags PUT /app/rest/buildQueue/{buildLocator}/tags
BuildQueueApi serveBuildFieldByBuildOnly GET /app/rest/buildQueue/{buildLocator}/{field}
BuildQueueApi serveCompatibleAgents GET /app/rest/buildQueue/{queuedBuildLocator}/compatibleAgents
BuildQueueApi serveTags GET /app/rest/buildQueue/{buildLocator}/tags
BuildQueueApi setBuildQueueOrder PUT /app/rest/buildQueue/order
BuildQueueApi setBuildQueuePosition GET /app/rest/buildQueue/order/{queuePosition}
BuildQueueApi setBuildQueuePosition_0 PUT /app/rest/buildQueue/order/{queuePosition}
BuildTypeApi addAgentRequirement POST /app/rest/buildTypes/{btLocator}/agent-requirements
BuildTypeApi addArtifactDep POST /app/rest/buildTypes/{btLocator}/artifact-dependencies
BuildTypeApi addBuildType POST /app/rest/buildTypes
BuildTypeApi addFeature POST /app/rest/buildTypes/{btLocator}/features
BuildTypeApi addFeatureParameter PUT /app/rest/buildTypes/{btLocator}/features/{featureId}/parameters/{parameterName}
BuildTypeApi addSnapshotDep POST /app/rest/buildTypes/{btLocator}/snapshot-dependencies
BuildTypeApi addStep POST /app/rest/buildTypes/{btLocator}/steps
BuildTypeApi addStepParameter PUT /app/rest/buildTypes/{btLocator}/steps/{stepId}/parameters/{parameterName}
BuildTypeApi addTemplate POST /app/rest/buildTypes/{btLocator}/templates
BuildTypeApi addTrigger POST /app/rest/buildTypes/{btLocator}/triggers
BuildTypeApi addVcsRootEntry POST /app/rest/buildTypes/{btLocator}/vcs-root-entries
BuildTypeApi changeArtifactDepSetting PUT /app/rest/buildTypes/{btLocator}/artifact-dependencies/{artifactDepLocator}/{fieldName}
BuildTypeApi changeFeatureSetting PUT /app/rest/buildTypes/{btLocator}/features/{featureId}/{name}
BuildTypeApi changeRequirementSetting PUT /app/rest/buildTypes/{btLocator}/agent-requirements/{agentRequirementLocator}/{fieldName}
BuildTypeApi changeStepSetting PUT /app/rest/buildTypes/{btLocator}/steps/{stepId}/{fieldName}
BuildTypeApi changeTriggerSetting PUT /app/rest/buildTypes/{btLocator}/triggers/{triggerLocator}/{fieldName}
BuildTypeApi deleteAgentRequirement DELETE /app/rest/buildTypes/{btLocator}/agent-requirements/{agentRequirementLocator}
BuildTypeApi deleteAllParameters DELETE /app/rest/buildTypes/{btLocator}/parameters
BuildTypeApi deleteAllParameters_0 DELETE /app/rest/buildTypes/{btLocator}/settings
BuildTypeApi deleteArtifactDep DELETE /app/rest/buildTypes/{btLocator}/artifact-dependencies/{artifactDepLocator}
BuildTypeApi deleteBuildType DELETE /app/rest/buildTypes/{btLocator}
BuildTypeApi deleteFeature DELETE /app/rest/buildTypes/{btLocator}/features/{featureId}
BuildTypeApi deleteParameter DELETE /app/rest/buildTypes/{btLocator}/parameters/{name}
BuildTypeApi deleteParameter_0 DELETE /app/rest/buildTypes/{btLocator}/settings/{name}
BuildTypeApi deleteSnapshotDep DELETE /app/rest/buildTypes/{btLocator}/snapshot-dependencies/{snapshotDepLocator}
BuildTypeApi deleteStep DELETE /app/rest/buildTypes/{btLocator}/steps/{stepId}
BuildTypeApi deleteTrigger DELETE /app/rest/buildTypes/{btLocator}/triggers/{triggerLocator}
BuildTypeApi deleteVcsRootEntry DELETE /app/rest/buildTypes/{btLocator}/vcs-root-entries/{vcsRootLocator}
BuildTypeApi getAgentRequirement GET /app/rest/buildTypes/{btLocator}/agent-requirements/{agentRequirementLocator}
BuildTypeApi getAgentRequirements GET /app/rest/buildTypes/{btLocator}/agent-requirements
BuildTypeApi getAliases GET /app/rest/buildTypes/{btLocator}/aliases
BuildTypeApi getArtifactDep GET /app/rest/buildTypes/{btLocator}/artifact-dependencies/{artifactDepLocator}
BuildTypeApi getArtifactDepSetting GET /app/rest/buildTypes/{btLocator}/artifact-dependencies/{artifactDepLocator}/{fieldName}
BuildTypeApi getArtifactDeps GET /app/rest/buildTypes/{btLocator}/artifact-dependencies
BuildTypeApi getBuildTypes GET /app/rest/buildTypes
BuildTypeApi getChildren GET /app/rest/buildTypes/{btLocator}/vcs/files/latest/children{path}
BuildTypeApi getChildrenAlias GET /app/rest/buildTypes/{btLocator}/vcs/files/latest/{path}
BuildTypeApi getContent GET /app/rest/buildTypes/{btLocator}/vcs/files/latest/content{path}
BuildTypeApi getContentAlias GET /app/rest/buildTypes/{btLocator}/vcs/files/latest/files{path}
BuildTypeApi getCurrentVcsInstances GET /app/rest/buildTypes/{btLocator}/vcsRootInstances
BuildTypeApi getCurrentVcsInstancesObsolete GET /app/rest/buildTypes/{btLocator}/vcs-root-instances
BuildTypeApi getExampleNewProjectDescription GET /app/rest/buildTypes/{btLocator}/example/newBuildTypeDescription
BuildTypeApi getExampleNewProjectDescriptionCompatibilityVersion1 GET /app/rest/buildTypes/{btLocator}/newBuildTypeDescription
BuildTypeApi getFeature GET /app/rest/buildTypes/{btLocator}/features/{featureId}
BuildTypeApi getFeatureParameter GET /app/rest/buildTypes/{btLocator}/features/{featureId}/parameters/{parameterName}
BuildTypeApi getFeatureParameters GET /app/rest/buildTypes/{btLocator}/features/{featureId}/parameters
BuildTypeApi getFeatureSetting GET /app/rest/buildTypes/{btLocator}/features/{featureId}/{name}
BuildTypeApi getFeatures GET /app/rest/buildTypes/{btLocator}/features
BuildTypeApi getInvestigations GET /app/rest/buildTypes/{btLocator}/investigations
BuildTypeApi getMetadata GET /app/rest/buildTypes/{btLocator}/vcs/files/latest/metadata{path}
BuildTypeApi getParameter GET /app/rest/buildTypes/{btLocator}/parameters/{name}
BuildTypeApi getParameterType GET /app/rest/buildTypes/{btLocator}/parameters/{name}/type
BuildTypeApi getParameterTypeRawValue GET /app/rest/buildTypes/{btLocator}/parameters/{name}/type/rawValue
BuildTypeApi getParameterValueLong GET /app/rest/buildTypes/{btLocator}/parameters/{name}/value
BuildTypeApi getParameterValueLong_0 GET /app/rest/buildTypes/{btLocator}/settings/{name}/value
BuildTypeApi getParameter_0 GET /app/rest/buildTypes/{btLocator}/settings/{name}
BuildTypeApi getParameters GET /app/rest/buildTypes/{btLocator}/parameters
BuildTypeApi getParameters_0 GET /app/rest/buildTypes/{btLocator}/settings
BuildTypeApi getRequirementSetting GET /app/rest/buildTypes/{btLocator}/agent-requirements/{agentRequirementLocator}/{fieldName}
BuildTypeApi getRoot GET /app/rest/buildTypes/{btLocator}/vcs/files/latest
BuildTypeApi getSettingsFile GET /app/rest/buildTypes/{btLocator}/settingsFile
BuildTypeApi getSnapshotDep GET /app/rest/buildTypes/{btLocator}/snapshot-dependencies/{snapshotDepLocator}
BuildTypeApi getSnapshotDeps GET /app/rest/buildTypes/{btLocator}/snapshot-dependencies
BuildTypeApi getStep GET /app/rest/buildTypes/{btLocator}/steps/{stepId}
BuildTypeApi getStepParameter GET /app/rest/buildTypes/{btLocator}/steps/{stepId}/parameters/{parameterName}
BuildTypeApi getStepParameters GET /app/rest/buildTypes/{btLocator}/steps/{stepId}/parameters
BuildTypeApi getStepSetting GET /app/rest/buildTypes/{btLocator}/steps/{stepId}/{fieldName}
BuildTypeApi getSteps GET /app/rest/buildTypes/{btLocator}/steps
BuildTypeApi getTemplate GET /app/rest/buildTypes/{btLocator}/templates/{templateLocator}
BuildTypeApi getTemplates GET /app/rest/buildTypes/{btLocator}/templates
BuildTypeApi getTrigger GET /app/rest/buildTypes/{btLocator}/triggers/{triggerLocator}
BuildTypeApi getTriggerSetting GET /app/rest/buildTypes/{btLocator}/triggers/{triggerLocator}/{fieldName}
BuildTypeApi getTriggers GET /app/rest/buildTypes/{btLocator}/triggers
BuildTypeApi getVCSLabelingOptions GET /app/rest/buildTypes/{btLocator}/vcsLabeling
BuildTypeApi getVcsRootEntries GET /app/rest/buildTypes/{btLocator}/vcs-root-entries
BuildTypeApi getVcsRootEntry GET /app/rest/buildTypes/{btLocator}/vcs-root-entries/{vcsRootLocator}
BuildTypeApi getVcsRootEntryCheckoutRules GET /app/rest/buildTypes/{btLocator}/vcs-root-entries/{vcsRootLocator}/checkout-rules
BuildTypeApi getZipped GET /app/rest/buildTypes/{btLocator}/vcs/files/latest/archived{path}
BuildTypeApi removeAllTemplates DELETE /app/rest/buildTypes/{btLocator}/templates
BuildTypeApi removeTemplate DELETE /app/rest/buildTypes/{btLocator}/templates/{templateLocator}
BuildTypeApi replaceAgentRequirement PUT /app/rest/buildTypes/{btLocator}/agent-requirements/{agentRequirementLocator}
BuildTypeApi replaceAgentRequirements PUT /app/rest/buildTypes/{btLocator}/agent-requirements
BuildTypeApi replaceArtifactDep PUT /app/rest/buildTypes/{btLocator}/artifact-dependencies/{artifactDepLocator}
BuildTypeApi replaceArtifactDeps PUT /app/rest/buildTypes/{btLocator}/artifact-dependencies
BuildTypeApi replaceFeature PUT /app/rest/buildTypes/{btLocator}/features/{featureId}
BuildTypeApi replaceFeatureParameters PUT /app/rest/buildTypes/{btLocator}/features/{featureId}/parameters
BuildTypeApi replaceFeatures PUT /app/rest/buildTypes/{btLocator}/features
BuildTypeApi replaceSnapshotDep PUT /app/rest/buildTypes/{btLocator}/snapshot-dependencies/{snapshotDepLocator}
BuildTypeApi replaceSnapshotDeps PUT /app/rest/buildTypes/{btLocator}/snapshot-dependencies
BuildTypeApi replaceStep PUT /app/rest/buildTypes/{btLocator}/steps/{stepId}
BuildTypeApi replaceStepParameters PUT /app/rest/buildTypes/{btLocator}/steps/{stepId}/parameters
BuildTypeApi replaceSteps PUT /app/rest/buildTypes/{btLocator}/steps
BuildTypeApi replaceTrigger PUT /app/rest/buildTypes/{btLocator}/triggers/{triggerLocator}
BuildTypeApi replaceTriggers PUT /app/rest/buildTypes/{btLocator}/triggers
BuildTypeApi replaceVcsRootEntries PUT /app/rest/buildTypes/{btLocator}/vcs-root-entries
BuildTypeApi serveBranches GET /app/rest/buildTypes/{btLocator}/branches
BuildTypeApi serveBuildField GET /app/rest/buildTypes/{btLocator}/builds/{buildLocator}/{field}
BuildTypeApi serveBuildTypeBuildsTags GET /app/rest/buildTypes/{btLocator}/buildTags
BuildTypeApi serveBuildTypeField GET /app/rest/buildTypes/{btLocator}/{field}
BuildTypeApi serveBuildTypeXML GET /app/rest/buildTypes/{btLocator}
BuildTypeApi serveBuildWithProject GET /app/rest/buildTypes/{btLocator}/builds/{buildLocator}
BuildTypeApi serveBuilds GET /app/rest/buildTypes/{btLocator}/builds
BuildTypeApi setBuildTypeField PUT /app/rest/buildTypes/{btLocator}/{field}
BuildTypeApi setParameter POST /app/rest/buildTypes/{btLocator}/parameters
BuildTypeApi setParameterType PUT /app/rest/buildTypes/{btLocator}/parameters/{name}/type
BuildTypeApi setParameterTypeRawValue PUT /app/rest/buildTypes/{btLocator}/parameters/{name}/type/rawValue
BuildTypeApi setParameterValueLong PUT /app/rest/buildTypes/{btLocator}/parameters/{name}/value
BuildTypeApi setParameterValueLong_0 PUT /app/rest/buildTypes/{btLocator}/settings/{name}/value
BuildTypeApi setParameter_0 PUT /app/rest/buildTypes/{btLocator}/parameters/{name}
BuildTypeApi setParameter_1 POST /app/rest/buildTypes/{btLocator}/settings
BuildTypeApi setParameter_2 PUT /app/rest/buildTypes/{btLocator}/settings/{name}
BuildTypeApi setParameters PUT /app/rest/buildTypes/{btLocator}/parameters
BuildTypeApi setParameters_0 PUT /app/rest/buildTypes/{btLocator}/settings
BuildTypeApi setTemplates PUT /app/rest/buildTypes/{btLocator}/templates
BuildTypeApi setVCSLabelingOptions PUT /app/rest/buildTypes/{btLocator}/vcsLabeling
BuildTypeApi updateVcsRootEntry PUT /app/rest/buildTypes/{btLocator}/vcs-root-entries/{vcsRootLocator}
BuildTypeApi updateVcsRootEntryCheckoutRules PUT /app/rest/buildTypes/{btLocator}/vcs-root-entries/{vcsRootLocator}/checkout-rules
ChangeApi getChangeAttributes GET /app/rest/changes/{changeLocator}/attributes
ChangeApi getChangeDuplicates GET /app/rest/changes/{changeLocator}/duplicates
ChangeApi getChangeField GET /app/rest/changes/{changeLocator}/{field}
ChangeApi getChangeFirstBuilds GET /app/rest/changes/{changeLocator}/firstBuilds
ChangeApi getChangeIssue GET /app/rest/changes/{changeLocator}/issues
ChangeApi getChangeParentRevisions GET /app/rest/changes/{changeLocator}/parentRevisions
ChangeApi getChangeVCSRoot GET /app/rest/changes/{changeLocator}/vcsRoot
ChangeApi getChangeVCSRootInstance GET /app/rest/changes/{changeLocator}/vcsRootInstance
ChangeApi getParentChanges GET /app/rest/changes/{changeLocator}/parentChanges
ChangeApi getRelatedBuildTypes GET /app/rest/changes/{changeLocator}/buildTypes
ChangeApi serveChange GET /app/rest/changes/{changeLocator}
ChangeApi serveChanges GET /app/rest/changes
CloudInstanceApi serveImage GET /app/rest/cloud/images/{imageLocator}
CloudInstanceApi serveImages GET /app/rest/cloud/images
CloudInstanceApi serveInstance GET /app/rest/cloud/instances/{instanceLocator}
CloudInstanceApi serveInstances GET /app/rest/cloud/instances
CloudInstanceApi serveProfile GET /app/rest/cloud/profiles/{profileLocator}
CloudInstanceApi serveProfiles GET /app/rest/cloud/profiles
CloudInstanceApi startInstance POST /app/rest/cloud/instances
CloudInstanceApi stopInstance DELETE /app/rest/cloud/instances/{instanceLocator}
DebugApi deleteCurrentRememberMe DELETE /app/rest/debug/currentRequest/rememberMe
DebugApi emptyTask POST /app/rest/debug/emptyTask
DebugApi executeDBQuery GET /app/rest/debug/database/query/{query}
DebugApi getBuildChainOptimizationLog GET /app/rest/debug/buildChainOptimizationLog/{buildLocator}
DebugApi getCachedBuildPromotions GET /app/rest/debug/caches/buildPromotions/content
DebugApi getCachedBuildPromotionsStats GET /app/rest/debug/caches/buildPromotions/stats
DebugApi getCachedBuildsStat GET /app/rest/debug/caches/builds/stats
DebugApi getCurrentSession GET /app/rest/debug/currentRequest/session
DebugApi getCurrentSessionMaxInactiveInterval GET /app/rest/debug/currentRequest/session/maxInactiveSeconds
DebugApi getCurrentUserPermissions GET /app/rest/debug/currentUserPermissions
DebugApi getDate GET /app/rest/debug/date/{dateLocator}
DebugApi getDiagnosticsPerfStats GET /app/rest/debug/diagnostics/threadPerfStat/stats
DebugApi getEnvironmentVariables GET /app/rest/debug/jvm/environmentVariables
DebugApi getHashed GET /app/rest/debug/values/transform/{method}
DebugApi getIpAddress GET /app/rest/debug/dns/lookup/{host}
DebugApi getRawInvestigations GET /app/rest/debug/investigations
DebugApi getRequestDetails GET /app/rest/debug/currentRequest/details{extra}
DebugApi getScrambled GET /app/rest/debug/values/password/scrambled
DebugApi getSessions GET /app/rest/debug/sessions
DebugApi getSystemProperties GET /app/rest/debug/jvm/systemProperties
DebugApi getThreadDump GET /app/rest/debug/threadDump
DebugApi getThreadInterrupted GET /app/rest/debug/threads/{threadLocator}/interrupted
DebugApi getUnscrambled GET /app/rest/debug/values/password/unscrambled
DebugApi interruptThread PUT /app/rest/debug/threads/{threadLocator}/interrupted
DebugApi invalidateCurrentSession DELETE /app/rest/debug/currentRequest/session
DebugApi listDBTables GET /app/rest/debug/database/tables
DebugApi newRememberMe POST /app/rest/debug/currentRequest/rememberMe
DebugApi postRequestDetails POST /app/rest/debug/currentRequest/details{extra}
DebugApi putRequestDetails PUT /app/rest/debug/currentRequest/details{extra}
DebugApi requestFinalization POST /app/rest/debug/jvm/finalization
DebugApi requestGc POST /app/rest/debug/jvm/gc
DebugApi resetCacheProjectMutes DELETE /app/rest/debug/caches/projectMutes
DebugApi runProcess POST /app/rest/debug/processes
DebugApi saveMemoryDump POST /app/rest/debug/memory/dumps
DebugApi scheduleCheckingForChanges POST /app/rest/debug/vcsCheckingForChangesQueue
DebugApi setCurrentSessionMaxInactiveInterval PUT /app/rest/debug/currentRequest/session/maxInactiveSeconds
DefaultApi serveApiVersion GET /app/rest/apiVersion
DefaultApi serveBuildFieldShort GET /app/rest/{projectLocator}/{btLocator}/{buildLocator}/{field}
DefaultApi servePluginInfo GET /app/rest/info
DefaultApi serveRoot GET /app/rest
DefaultApi serveVersion GET /app/rest/version
FederationApi addServer PUT /app/rest/federation/servers
FederationApi servers GET /app/rest/federation/servers
GroupApi addGroup POST /app/rest/userGroups
GroupApi addRole POST /app/rest/userGroups/{groupLocator}/roles
GroupApi addRoleSimple POST /app/rest/userGroups/{groupLocator}/roles/{roleId}/{scope}
GroupApi deleteGroup DELETE /app/rest/userGroups/{groupLocator}
GroupApi deleteRole DELETE /app/rest/userGroups/{groupLocator}/roles/{roleId}/{scope}
GroupApi getParentGroups GET /app/rest/userGroups/{groupLocator}/parent-groups
GroupApi getPermissions GET /app/rest/userGroups/{groupLocator}/debug/permissions
GroupApi getProperties GET /app/rest/userGroups/{groupLocator}/properties
GroupApi listRole GET /app/rest/userGroups/{groupLocator}/roles/{roleId}/{scope}
GroupApi listRoles GET /app/rest/userGroups/{groupLocator}/roles
GroupApi putUserProperty PUT /app/rest/userGroups/{groupLocator}/properties/{name}
GroupApi removeUserProperty DELETE /app/rest/userGroups/{groupLocator}/properties/{name}
GroupApi serveGroup GET /app/rest/userGroups/{groupLocator}
GroupApi serveGroups GET /app/rest/userGroups
GroupApi serveUserProperties GET /app/rest/userGroups/{groupLocator}/properties/{name}
GroupApi setParentGroups PUT /app/rest/userGroups/{groupLocator}/parent-groups
GroupApi setRoles PUT /app/rest/userGroups/{groupLocator}/roles
HealthApi getCategories GET /app/rest/health/category
HealthApi getHealthItems GET /app/rest/health
HealthApi getSingleCategory GET /app/rest/health/category/{locator}
HealthApi getSingleHealthItem GET /app/rest/health/{locator}
InvestigationApi createInstance POST /app/rest/investigations
InvestigationApi createInstances POST /app/rest/investigations/multiple
InvestigationApi deleteInstance DELETE /app/rest/investigations/{investigationLocator}
InvestigationApi getInvestigations GET /app/rest/investigations
InvestigationApi replaceInstance PUT /app/rest/investigations/{investigationLocator}
InvestigationApi serveInstance GET /app/rest/investigations/{investigationLocator}
MuteApi createInstance POST /app/rest/mutes
MuteApi createInstances POST /app/rest/mutes/multiple
MuteApi deleteInstance DELETE /app/rest/mutes/{muteLocator}
MuteApi getMutes GET /app/rest/mutes
MuteApi serveInstance GET /app/rest/mutes/{muteLocator}
ProblemApi getProblems GET /app/rest/problems
ProblemApi serveInstance GET /app/rest/problems/{problemLocator}
ProblemOccurrenceApi getProblems GET /app/rest/problemOccurrences
ProblemOccurrenceApi serveInstance GET /app/rest/problemOccurrences/{problemLocator}
ProjectApi add POST /app/rest/projects/{projectLocator}/projectFeatures
ProjectApi createBuildType POST /app/rest/projects/{projectLocator}/buildTypes
ProjectApi createBuildTypeTemplate POST /app/rest/projects/{projectLocator}/templates
ProjectApi createProject POST /app/rest/projects
ProjectApi createSecureToken POST /app/rest/projects/{projectLocator}/secure/tokens
ProjectApi delete DELETE /app/rest/projects/{projectLocator}/projectFeatures/{featureLocator}
ProjectApi deleteAllParameters DELETE /app/rest/projects/{projectLocator}/parameters
ProjectApi deleteAllParameters_0 DELETE /app/rest/projects/{projectLocator}/projectFeatures/{featureLocator}/properties
ProjectApi deleteParameter DELETE /app/rest/projects/{projectLocator}/parameters/{name}
ProjectApi deleteParameter_0 DELETE /app/rest/projects/{projectLocator}/projectFeatures/{featureLocator}/properties/{name}
ProjectApi deleteProject DELETE /app/rest/projects/{projectLocator}
ProjectApi deleteProjectAgentPools DELETE /app/rest/projects/{projectLocator}/agentPools/{agentPoolLocator}
ProjectApi get GET /app/rest/projects/{projectLocator}/projectFeatures
ProjectApi getBranches GET /app/rest/projects/{projectLocator}/branches
ProjectApi getBuildTypesOrder GET /app/rest/projects/{projectLocator}/order/buildTypes
ProjectApi getDefaultTemplate GET /app/rest/projects/{projectLocator}/defaultTemplate
ProjectApi getExampleNewProjectDescription GET /app/rest/projects/{projectLocator}/example/newProjectDescription
ProjectApi getExampleNewProjectDescriptionCompatibilityVersion1 GET /app/rest/projects/{projectLocator}/newProjectDescription
ProjectApi getParameter GET /app/rest/projects/{projectLocator}/parameters/{name}
ProjectApi getParameterType GET /app/rest/projects/{projectLocator}/parameters/{name}/type
ProjectApi getParameterTypeRawValue GET /app/rest/projects/{projectLocator}/parameters/{name}/type/rawValue
ProjectApi getParameterValueLong GET /app/rest/projects/{projectLocator}/parameters/{name}/value
ProjectApi getParameterValueLong_0 GET /app/rest/projects/{projectLocator}/projectFeatures/{featureLocator}/properties/{name}/value
ProjectApi getParameter_0 GET /app/rest/projects/{projectLocator}/projectFeatures/{featureLocator}/properties/{name}
ProjectApi getParameters GET /app/rest/projects/{projectLocator}/parameters
ProjectApi getParameters_0 GET /app/rest/projects/{projectLocator}/projectFeatures/{featureLocator}/properties
ProjectApi getParentProject GET /app/rest/projects/{projectLocator}/parentProject
ProjectApi getProjectAgentPools GET /app/rest/projects/{projectLocator}/agentPools
ProjectApi getProjectsOrder GET /app/rest/projects/{projectLocator}/order/projects
ProjectApi getSecureValue GET /app/rest/projects/{projectLocator}/secure/values/{token}
ProjectApi getSettingsFile GET /app/rest/projects/{projectLocator}/settingsFile
ProjectApi getSingle GET /app/rest/projects/{projectLocator}/projectFeatures/{featureLocator}
ProjectApi reloadSettingsFile GET /app/rest/projects/{projectLocator}/latest
ProjectApi removeDefaultTemplate DELETE /app/rest/projects/{projectLocator}/defaultTemplate
ProjectApi replace PUT /app/rest/projects/{projectLocator}/projectFeatures/{featureLocator}
ProjectApi replaceAll PUT /app/rest/projects/{projectLocator}/projectFeatures
ProjectApi serveBuildFieldWithProject GET /app/rest/projects/{projectLocator}/buildTypes/{btLocator}/builds/{buildLocator}/{field}
ProjectApi serveBuildType GET /app/rest/projects/{projectLocator}/buildTypes/{btLocator}
ProjectApi serveBuildTypeFieldWithProject GET /app/rest/projects/{projectLocator}/buildTypes/{btLocator}/{field}
ProjectApi serveBuildTypeTemplates GET /app/rest/projects/{projectLocator}/templates/{btLocator}
ProjectApi serveBuildTypesInProject GET /app/rest/projects/{projectLocator}/buildTypes
ProjectApi serveBuildWithProject GET /app/rest/projects/{projectLocator}/buildTypes/{btLocator}/builds/{buildLocator}
ProjectApi serveBuilds GET /app/rest/projects/{projectLocator}/buildTypes/{btLocator}/builds
ProjectApi serveProject GET /app/rest/projects/{projectLocator}
ProjectApi serveProjectField GET /app/rest/projects/{projectLocator}/{field}
ProjectApi serveProjects GET /app/rest/projects
ProjectApi serveTemplatesInProject GET /app/rest/projects/{projectLocator}/templates
ProjectApi setBuildTypesOrder PUT /app/rest/projects/{projectLocator}/order/buildTypes
ProjectApi setDefaultTemplate PUT /app/rest/projects/{projectLocator}/defaultTemplate
ProjectApi setParameter POST /app/rest/projects/{projectLocator}/parameters
ProjectApi setParameterType PUT /app/rest/projects/{projectLocator}/parameters/{name}/type
ProjectApi setParameterTypeRawValue PUT /app/rest/projects/{projectLocator}/parameters/{name}/type/rawValue
ProjectApi setParameterValueLong PUT /app/rest/projects/{projectLocator}/parameters/{name}/value
ProjectApi setParameterValueLong_0 PUT /app/rest/projects/{projectLocator}/projectFeatures/{featureLocator}/properties/{name}/value
ProjectApi setParameter_0 PUT /app/rest/projects/{projectLocator}/parameters/{name}
ProjectApi setParameter_1 POST /app/rest/projects/{projectLocator}/projectFeatures/{featureLocator}/properties
ProjectApi setParameter_2 PUT /app/rest/projects/{projectLocator}/projectFeatures/{featureLocator}/properties/{name}
ProjectApi setParameters PUT /app/rest/projects/{projectLocator}/parameters
ProjectApi setParameters_0 PUT /app/rest/projects/{projectLocator}/projectFeatures/{featureLocator}/properties
ProjectApi setParentProject PUT /app/rest/projects/{projectLocator}/parentProject
ProjectApi setProjectAgentPools PUT /app/rest/projects/{projectLocator}/agentPools
ProjectApi setProjectAgentPools_0 POST /app/rest/projects/{projectLocator}/agentPools
ProjectApi setProjectField PUT /app/rest/projects/{projectLocator}/{field}
ProjectApi setProjectsOrder PUT /app/rest/projects/{projectLocator}/order/projects
ServerApi addLicenseKeys POST /app/rest/server/licensingData/licenseKeys
ServerApi deleteLicenseKey DELETE /app/rest/server/licensingData/licenseKeys/{licenseKey}
ServerApi getBackupStatus GET /app/rest/server/backup
ServerApi getChildren GET /app/rest/server/files/{areaId}/children{path}
ServerApi getChildrenAlias GET /app/rest/server/files/{areaId}/{path}
ServerApi getContent GET /app/rest/server/files/{areaId}/content{path}
ServerApi getContentAlias GET /app/rest/server/files/{areaId}/files{path}
ServerApi getLicenseKey GET /app/rest/server/licensingData/licenseKeys/{licenseKey}
ServerApi getLicenseKeys GET /app/rest/server/licensingData/licenseKeys
ServerApi getLicensingData GET /app/rest/server/licensingData
ServerApi getMetadata GET /app/rest/server/files/{areaId}/metadata{path}
ServerApi getRoot GET /app/rest/server/files/{areaId}
ServerApi getZipped GET /app/rest/server/files/{areaId}/archived{path}
ServerApi serveMetrics GET /app/rest/server/metrics
ServerApi servePlugins GET /app/rest/server/plugins
ServerApi serveServerInfo GET /app/rest/server
ServerApi serveServerVersion GET /app/rest/server/{field}
ServerApi startBackup POST /app/rest/server/backup
TestApi getTests GET /app/rest/tests
TestApi serveInstance GET /app/rest/tests/{testLocator}
TestOccurrenceApi getTestOccurrences GET /app/rest/testOccurrences
TestOccurrenceApi serveInstance GET /app/rest/testOccurrences/{testLocator}
UserApi addGroup POST /app/rest/users/{userLocator}/groups
UserApi addRole POST /app/rest/users/{userLocator}/roles
UserApi addRoleSimple PUT /app/rest/users/{userLocator}/roles/{roleId}/{scope}
UserApi addRoleSimplePost POST /app/rest/users/{userLocator}/roles/{roleId}/{scope}
UserApi createToken POST /app/rest/users/{userLocator}/tokens/{name}
UserApi createUser POST /app/rest/users
UserApi deleteRememberMe DELETE /app/rest/users/{userLocator}/debug/rememberMe
UserApi deleteRole DELETE /app/rest/users/{userLocator}/roles/{roleId}/{scope}
UserApi deleteToken DELETE /app/rest/users/{userLocator}/tokens/{name}
UserApi deleteUser DELETE /app/rest/users/{userLocator}
UserApi deleteUserField DELETE /app/rest/users/{userLocator}/{field}
UserApi getGroup GET /app/rest/users/{userLocator}/groups/{groupLocator}
UserApi getGroups GET /app/rest/users/{userLocator}/groups
UserApi getPermissions GET /app/rest/users/{userLocator}/debug/permissions
UserApi getPermissions_0 GET /app/rest/users/{userLocator}/permissions
UserApi getTokens GET /app/rest/users/{userLocator}/tokens
UserApi listRole GET /app/rest/users/{userLocator}/roles/{roleId}/{scope}
UserApi listRoles GET /app/rest/users/{userLocator}/roles
UserApi putUserProperty PUT /app/rest/users/{userLocator}/properties/{name}
UserApi removeGroup DELETE /app/rest/users/{userLocator}/groups/{groupLocator}
UserApi removeUserProperty DELETE /app/rest/users/{userLocator}/properties/{name}
UserApi replaceGroups PUT /app/rest/users/{userLocator}/groups
UserApi replaceRoles PUT /app/rest/users/{userLocator}/roles
UserApi serveUser GET /app/rest/users/{userLocator}
UserApi serveUserField GET /app/rest/users/{userLocator}/{field}
UserApi serveUserProperties GET /app/rest/users/{userLocator}/properties
UserApi serveUserProperty GET /app/rest/users/{userLocator}/properties/{name}
UserApi serveUsers GET /app/rest/users
UserApi setUserField PUT /app/rest/users/{userLocator}/{field}
UserApi updateUser PUT /app/rest/users/{userLocator}
VcsRootApi addRoot POST /app/rest/vcs-roots
VcsRootApi changeProperties PUT /app/rest/vcs-roots/{vcsRootLocator}/properties
VcsRootApi deleteAllProperties DELETE /app/rest/vcs-roots/{vcsRootLocator}/properties
VcsRootApi deleteParameter DELETE /app/rest/vcs-roots/{vcsRootLocator}/properties/{name}
VcsRootApi deleteRoot DELETE /app/rest/vcs-roots/{vcsRootLocator}
VcsRootApi getSettingsFile GET /app/rest/vcs-roots/{vcsRootLocator}/settingsFile
VcsRootApi putParameter PUT /app/rest/vcs-roots/{vcsRootLocator}/properties/{name}
VcsRootApi serveField GET /app/rest/vcs-roots/{vcsRootLocator}/{field}
VcsRootApi serveInstanceField GET /app/rest/vcs-roots/{vcsRootLocator}/instances/{vcsRootInstanceLocator}/{field}
VcsRootApi serveProperties GET /app/rest/vcs-roots/{vcsRootLocator}/properties
VcsRootApi serveProperty GET /app/rest/vcs-roots/{vcsRootLocator}/properties/{name}
VcsRootApi serveRoot GET /app/rest/vcs-roots/{vcsRootLocator}
VcsRootApi serveRootInstance GET /app/rest/vcs-roots/{vcsRootLocator}/instances/{vcsRootInstanceLocator}
VcsRootApi serveRootInstanceProperties GET /app/rest/vcs-roots/{vcsRootLocator}/instances/{vcsRootInstanceLocator}/properties
VcsRootApi serveRootInstances GET /app/rest/vcs-roots/{vcsRootLocator}/instances
VcsRootApi serveRoots GET /app/rest/vcs-roots
VcsRootApi setField PUT /app/rest/vcs-roots/{vcsRootLocator}/{field}
VcsRootApi setInstanceField PUT /app/rest/vcs-roots/{vcsRootLocator}/instances/{vcsRootInstanceLocator}/{field}
VcsRootInstanceApi deleteInstanceField DELETE /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/{field}
VcsRootInstanceApi deleteRepositoryState DELETE /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/repositoryState
VcsRootInstanceApi getChildren GET /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/files/latest/children{path}
VcsRootInstanceApi getChildrenAlias GET /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/files/latest/{path}
VcsRootInstanceApi getContent GET /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/files/latest/content{path}
VcsRootInstanceApi getContentAlias GET /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/files/latest/files{path}
VcsRootInstanceApi getMetadata GET /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/files/latest/metadata{path}
VcsRootInstanceApi getRepositoryState GET /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/repositoryState
VcsRootInstanceApi getRepositoryStateCreationDate GET /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/repositoryState/creationDate
VcsRootInstanceApi getRoot GET /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/files/latest
VcsRootInstanceApi getZipped GET /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/files/latest/archived{path}
VcsRootInstanceApi scheduleCheckingForChanges POST /app/rest/vcs-root-instances/checkingForChangesQueue
VcsRootInstanceApi scheduleCheckingForChanges_0 POST /app/rest/vcs-root-instances/commitHookNotification
VcsRootInstanceApi serveInstance GET /app/rest/vcs-root-instances/{vcsRootInstanceLocator}
VcsRootInstanceApi serveInstanceField GET /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/{field}
VcsRootInstanceApi serveInstances GET /app/rest/vcs-root-instances
VcsRootInstanceApi serveRootInstanceProperties GET /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/properties
VcsRootInstanceApi setInstanceField PUT /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/{field}
VcsRootInstanceApi setRepositoryState PUT /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/repositoryState

Documentation For Models

Documentation For Authorization

Basic

  • Type: HTTP basic authentication

Author