CustomAssessmentAutomation.DefinitionStages.WithSeverity Interface

public static interface CustomAssessmentAutomation.DefinitionStages.WithSeverity

The stage of the CustomAssessmentAutomation definition allowing to specify severity.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withSeverity(SeverityEnum severity)

Specifies the severity property: The severity to relate to the assessments generated by this assessment automation..

Method Details

withSeverity

public abstract CustomAssessmentAutomation.DefinitionStages.WithCreate withSeverity(SeverityEnum severity)

Specifies the severity property: The severity to relate to the assessments generated by this assessment automation..

Parameters:

severity - The severity to relate to the assessments generated by this assessment automation.

Returns:

the next definition stage.

Applies to