Uses of Class
com.atlassian.bamboo.testutils.model.TestArtifactDetails
-
Packages that use TestArtifactDetails Package Description com.atlassian.bamboo.testutils.backdoor.artifact com.atlassian.bamboo.testutils.model -
-
Uses of TestArtifactDetails in com.atlassian.bamboo.testutils.backdoor.artifact
Methods in com.atlassian.bamboo.testutils.backdoor.artifact that return types with arguments of type TestArtifactDetails Modifier and Type Method Description Consumer<TestArtifactDetails>
ArtifactsControl. createArtifact(@NotNull PlanKey producerJobKey)
Methods in com.atlassian.bamboo.testutils.backdoor.artifact with parameters of type TestArtifactDetails Modifier and Type Method Description static RestArtifactDefinition
RestArtifactHelper. createRestArtifactDefinition(TestArtifactDetails testArtifactDetails)
-
Uses of TestArtifactDetails in com.atlassian.bamboo.testutils.model
Methods in com.atlassian.bamboo.testutils.model that return TestArtifactDetails Modifier and Type Method Description TestArtifactDetails
TestArtifactDetails.Builder. build()
Methods in com.atlassian.bamboo.testutils.model that return types with arguments of type TestArtifactDetails Modifier and Type Method Description List<TestArtifactDetails>
TestJobDetails. getProducedArtifacts()
-