Uses of Class
com.atlassian.bitbucket.jenkins.internal.model.TestResults
Packages that use TestResults
Package
Description
Add package level annotations to indicate everything is non-null by default.
-
Uses of TestResults in com.atlassian.bitbucket.jenkins.internal.model
Methods in com.atlassian.bitbucket.jenkins.internal.model that return TestResultsMethods in com.atlassian.bitbucket.jenkins.internal.model with parameters of type TestResultsModifier and TypeMethodDescriptionBitbucketBuildStatus.Builder.setTestResults(TestResults testResults) Constructors in com.atlassian.bitbucket.jenkins.internal.model with parameters of type TestResultsModifierConstructorDescriptionBitbucketBuildStatus(String buildNumber, String description, Long duration, String key, String name, String parent, String ref, BuildState state, TestResults testResults, String url)