Uses of Class
com.atlassian.bamboo.testutils.backdoor.model.build.ResultDetails
Package
Description
-
Uses of ResultDetails in com.atlassian.bamboo.matcher.build
Modifier and TypeMethodDescriptionstatic <T extends ResultDetails>
org.hamcrest.Matcher<T>ResultDetailsMatcher.hasMetadata
(String key, String value) -
Uses of ResultDetails in com.atlassian.bamboo.matcher.build.trigger
Modifier and TypeMethodDescriptionstatic <T extends ResultDetails>
org.hamcrest.Matcher<T>TriggerReasonMatchers.triggeredByChild
(PlanKey triggeringPlan) static <T extends ResultDetails>
org.hamcrest.Matcher<T>TriggerReasonMatchers.triggeredByCodeChange
(String author) static <T extends ResultDetails>
org.hamcrest.Matcher<T>TriggerReasonMatchers.triggeredByParent
(PlanKey triggeringPlan, int buildNumber) -
Uses of ResultDetails in com.atlassian.bamboo.testutils.backdoor
Modifier and TypeMethodDescription@NotNull ResultDetails
BuildResultsControl.getResultDetails
(@NotNull PlanKey planKey, int buildNumber) @NotNull ResultDetails
BuildResultsControl.getResultDetails
(@NotNull PlanResultKey planResultKey)