Class
AnalysisHotspotsSettings
Settings that control how security hotspots are rendered and tracked.
Inheritance
- Object
- AnalysisHotspotsSettings
Constructors
public AnalysisHotspotsSettings() #Inherited Methods
Properties
public Boolean Show { get; set; } #Whether to render the security hotspots block.
public Int32 MaxItems { get; set; } #Maximum number of hotspots shown in the summary block. Set to 0 to hide item lists while keeping counts.
public String StatePath { get; set; } #Relative or absolute path to the persisted hotspots state file. Defaults to a repo-local file under .intelligencex.
public Boolean ShowStateSummary { get; set; } #Whether to include state breakdown and missing-state hints in output.
public Boolean AlwaysRender { get; set; } #Render the hotspots block even when there are no hotspots in the current PR.