Documentation ¶
Overview ¶
Package compilefailuredetection analyses a failed build and determines if it needs to trigger a new analysis for it.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AnalyzeBuild ¶
AnalyzeBuild analyzes a build and trigger an analysis if necessary. Returns true if a new analysis is triggered, returns false otherwise.
func RegisterTaskClass ¶
func RegisterTaskClass()
RegisterTaskClass registers the task class for tq dispatcher.
func UpdateSucceededBuild ¶
UpdateSucceededBuild will be called when we got notification for a succeeded build It will set the ShouldCancel flag of the analysis for the corresponding build. Is should only do so if the commit for succeeded build is later than the commit for the analysis
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.