Uses of Class
com.atlassian.bitbucket.jenkins.internal.model.TestResults
-
Packages that use TestResults Package Description com.atlassian.bitbucket.jenkins.internal.model 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 TestResults Modifier and Type Method Description TestResults
BitbucketBuildStatus. getTestResults()
Methods in com.atlassian.bitbucket.jenkins.internal.model with parameters of type TestResults Modifier and Type Method Description BitbucketBuildStatus.Builder
BitbucketBuildStatus.Builder. setTestResults(TestResults testResults)
Constructors in com.atlassian.bitbucket.jenkins.internal.model with parameters of type TestResults Constructor Description BitbucketBuildStatus(String buildNumber, String description, Long duration, String key, String name, String parent, String ref, BuildState state, TestResults testResults, String url)
-