PipelineDebuggerResponse interface
Response DTO returned by the pipeline debugger POST endpoint.
Properties
| analysis |
When the analysis has already completed for this build, contains the cached result so the caller does not need a separate GET request. Null when the job is newly queued or still in progress. |
| message | Human-readable status message (e.g. "queued successfully", "already running", or "Analysis already completed"). |
Property Details
analysisResult
When the analysis has already completed for this build, contains the cached result so the caller does not need a separate GET request. Null when the job is newly queued or still in progress.
analysisResult: PipelineDebuggerAnalysisOutput
Property Value
message
Human-readable status message (e.g. "queued successfully", "already running", or "Analysis already completed").
message: string
Property Value
string