BasicCheck.CheckConfigurer |
BasicCheck.CheckConfigurer.complexity(CheckComplexity complexity) |
Defines the complexity of the check.
|
BasicCheck.CheckConfigurer |
BasicCheck.CheckParameterBuilder.complexity(CheckComplexity complexity) |
Defines the complexity of the check.
|
BasicCheck.CheckConfigurer |
BasicCheck.ModuleConfigurationBuilder.complexity(CheckComplexity complexity) |
Defines the complexity of the check.
|
BasicCheck.CheckConfigurer |
BasicCheck.TopObjectConfigurationBuilder.complexity(CheckComplexity complexity) |
Defines the complexity of the check.
|
BasicCheck.CheckConfigurer |
BasicCheck.CheckConfigurer.description(String description) |
Sets the simple description for the check.
|
BasicCheck.CheckConfigurer |
BasicCheck.ModuleConfigurationBuilder.description(String description) |
Sets the simple description for the check.
|
BasicCheck.CheckConfigurer |
BasicCheck.CheckConfigurer.extension(IBasicCheckExtension extension) |
|
BasicCheck.CheckConfigurer |
BasicCheck.CheckConfigurer.issueType(IssueType issueType) |
Defines the type of issues provided by this check
|
BasicCheck.CheckConfigurer |
BasicCheck.ModuleConfigurationBuilder.issueType(IssueType issueType) |
Defines the type of issues provided by this check
|
BasicCheck.CheckConfigurer |
BasicCheck.CheckConfigurer.severity(IssueSeverity severity) |
Defines the default severity of issues provided by this check
|
BasicCheck.CheckConfigurer |
BasicCheck.CheckParameterBuilder.severity(IssueSeverity severity) |
Defines the default severity of issues provided by this check
|
BasicCheck.CheckConfigurer |
BasicCheck.ModuleConfigurationBuilder.severity(IssueSeverity severity) |
Defines the default severity of issues provided by this check
|
BasicCheck.CheckConfigurer |
BasicCheck.TopObjectConfigurationBuilder.severity(IssueSeverity severity) |
Defines the default severity of issues provided by this check
|
BasicCheck.CheckConfigurer |
BasicCheck.CheckConfigurer.title(String title) |
Defines the check title.
|
BasicCheck.CheckConfigurer |
BasicCheck.CheckParameterBuilder.title(String title) |
Defines the check title.
|
BasicCheck.CheckConfigurer |
BasicCheck.ModuleConfigurationBuilder.title(String title) |
Defines the check title.
|