Uses of Class
com.atlassian.bamboo.testutils.backdoor.model.build.ResultDetails
-
Packages that use ResultDetails Package Description com.atlassian.bamboo.matcher.build com.atlassian.bamboo.matcher.build.trigger com.atlassian.bamboo.testutils.backdoor -
-
Uses of ResultDetails in com.atlassian.bamboo.matcher.build
Methods in com.atlassian.bamboo.matcher.build with type parameters of type ResultDetails Modifier and Type Method Description static <T extends ResultDetails>
org.hamcrest.Matcher<T>ResultDetailsMatcher. hasMetadata(String key, String value)
-
Uses of ResultDetails in com.atlassian.bamboo.matcher.build.trigger
Methods in com.atlassian.bamboo.matcher.build.trigger with type parameters of type ResultDetails Modifier and Type Method Description static <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
Methods in com.atlassian.bamboo.testutils.backdoor that return ResultDetails Modifier and Type Method Description @NotNull ResultDetails
BuildResultsControl. getResultDetails(@NotNull PlanKey planKey, int buildNumber)
@NotNull ResultDetails
BuildResultsControl. getResultDetails(@NotNull PlanResultKey planResultKey)
-