TestRecommendation.Builder |
TestRecommendation.Builder.appComponentName(String appComponentName) |
Name of the Application Component.
|
static TestRecommendation.Builder |
TestRecommendation.builder() |
|
TestRecommendation.Builder |
TestRecommendation.Builder.dependsOnAlarms(String... dependsOnAlarms) |
A list of recommended alarms that are used in the test and must be exported before or with the test.
|
TestRecommendation.Builder |
TestRecommendation.Builder.dependsOnAlarms(Collection<String> dependsOnAlarms) |
A list of recommended alarms that are used in the test and must be exported before or with the test.
|
TestRecommendation.Builder |
TestRecommendation.Builder.description(String description) |
Description for the test recommendation.
|
TestRecommendation.Builder |
TestRecommendation.Builder.intent(String intent) |
Intent of the test recommendation.
|
TestRecommendation.Builder |
TestRecommendation.Builder.items(Collection<RecommendationItem> items) |
The test recommendation items.
|
TestRecommendation.Builder |
TestRecommendation.Builder.items(Consumer<RecommendationItem.Builder>... items) |
The test recommendation items.
|
TestRecommendation.Builder |
TestRecommendation.Builder.items(RecommendationItem... items) |
The test recommendation items.
|
TestRecommendation.Builder |
TestRecommendation.Builder.name(String name) |
Name of the test recommendation.
|
TestRecommendation.Builder |
TestRecommendation.Builder.prerequisite(String prerequisite) |
Prerequisite of the test recommendation.
|
TestRecommendation.Builder |
TestRecommendation.Builder.recommendationId(String recommendationId) |
Identifier for the test recommendation.
|
TestRecommendation.Builder |
TestRecommendation.Builder.recommendationStatus(String recommendationStatus) |
Status of the recommended test.
|
TestRecommendation.Builder |
TestRecommendation.Builder.recommendationStatus(RecommendationStatus recommendationStatus) |
Status of the recommended test.
|
TestRecommendation.Builder |
TestRecommendation.Builder.referenceId(String referenceId) |
Reference identifier for the test recommendation.
|
TestRecommendation.Builder |
TestRecommendation.Builder.risk(String risk) |
Level of risk for this test recommendation.
|
TestRecommendation.Builder |
TestRecommendation.Builder.risk(TestRisk risk) |
Level of risk for this test recommendation.
|
TestRecommendation.Builder |
TestRecommendation.toBuilder() |
|
TestRecommendation.Builder |
TestRecommendation.Builder.type(String type) |
Type of test recommendation.
|
TestRecommendation.Builder |
TestRecommendation.Builder.type(TestType type) |
Type of test recommendation.
|