Uses of Class
com.atlassian.bamboo.testutils.model.deployments.projects.TestDeploymentProjectVersionNamingDetails
-
Packages that use TestDeploymentProjectVersionNamingDetails Package Description com.atlassian.bamboo.testutils.backdoor.model.deployment com.atlassian.bamboo.testutils.model.deployments.projects -
-
Uses of TestDeploymentProjectVersionNamingDetails in com.atlassian.bamboo.testutils.backdoor.model.deployment
Constructors in com.atlassian.bamboo.testutils.backdoor.model.deployment with parameters of type TestDeploymentProjectVersionNamingDetails Constructor Description RestVersionNamingDetails(TestDeploymentProjectVersionNamingDetails versionNaming)
-
Uses of TestDeploymentProjectVersionNamingDetails in com.atlassian.bamboo.testutils.model.deployments.projects
Methods in com.atlassian.bamboo.testutils.model.deployments.projects that return TestDeploymentProjectVersionNamingDetails Modifier and Type Method Description TestDeploymentProjectVersionNamingDetails
TestDeploymentProjectVersionNamingDetails.Builder. build()
Methods in com.atlassian.bamboo.testutils.model.deployments.projects that return types with arguments of type TestDeploymentProjectVersionNamingDetails Modifier and Type Method Description Optional<TestDeploymentProjectVersionNamingDetails>
TestDeploymentProjectDetails. getNamingDetails()
Method parameters in com.atlassian.bamboo.testutils.model.deployments.projects with type arguments of type TestDeploymentProjectVersionNamingDetails Modifier and Type Method Description void
TestDeploymentProjectDetails. setNamingDetails(Optional<TestDeploymentProjectVersionNamingDetails> namingDetails)
-