Skip to content

Latest commit

 

History

History
83 lines (50 loc) · 2.53 KB

ProblemApi.md

File metadata and controls

83 lines (50 loc) · 2.53 KB

\ProblemApi

All URIs are relative to https://teamcity.jetbrains.com

Method HTTP request Description
GetAllBuildProblems Get /app/rest/problems Get all build problems.
GetBuildProblem Get /app/rest/problems/{problemLocator} Get a matching build problem.

GetAllBuildProblems

Problems GetAllBuildProblems(ctx, optional) Get all build problems.

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
optional *GetAllBuildProblemsOpts optional parameters nil if no parameters

Optional Parameters

Optional parameters are passed through a pointer to a GetAllBuildProblemsOpts struct

Name Type Description Notes
locator optional.String
fields optional.String

Return type

Problems

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/xml, application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

GetBuildProblem

Problem GetBuildProblem(ctx, problemLocator, optional) Get a matching build problem.

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
problemLocator string
optional *GetBuildProblemOpts optional parameters nil if no parameters

Optional Parameters

Optional parameters are passed through a pointer to a GetBuildProblemOpts struct

Name Type Description Notes

fields | optional.String| |

Return type

Problem

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/xml, application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]