Uses of Class
com.atlassian.bamboo.testutils.model.deployments.projects.TestDeploymentProjectDetails
-
-
Uses of TestDeploymentProjectDetails in com.atlassian.bamboo.pageobjects.pages.admin.agent
Methods in com.atlassian.bamboo.pageobjects.pages.admin.agent with parameters of type TestDeploymentProjectDetails Modifier and Type Method Description com.atlassian.pageobjects.elements.PageElement
ViewAgentPage. getExecutableDeploymentProjectLink(TestDeploymentProjectDetails deploymentProject)
void
ViewAgentPage. hoverExecutableDeploymentProjectLink(TestDeploymentProjectDetails deploymentProject)
-
Uses of TestDeploymentProjectDetails in com.atlassian.bamboo.pageobjects.pages.deployment.projects.config.details
Methods in com.atlassian.bamboo.pageobjects.pages.deployment.projects.config.details with parameters of type TestDeploymentProjectDetails Modifier and Type Method Description ConfigureDeploymentProjectDetailsPage
ConfigureDeploymentProjectDetailsPage. setDetails(TestDeploymentProjectDetails deploymentProject)
-
Uses of TestDeploymentProjectDetails in com.atlassian.bamboo.testutils.backdoor.deployments
Methods in com.atlassian.bamboo.testutils.backdoor.deployments with parameters of type TestDeploymentProjectDetails Modifier and Type Method Description EnvironmentsControl
EnvironmentsControl. addEnvironment(TestDeploymentProjectDetails deploymentProject, Consumer<TestEnvironmentDetails.Builder> builderConsumer)
DeploymentsControl
DeploymentsControl. createDeploymentProject(TestDeploymentProjectDetails deploymentProject)
Save deployment projectDeploymentsControl
DeploymentsControl. createDeploymentProject(TestDeploymentProjectDetails deploymentProject, boolean shouldBeTornDown)
Save deployment project -
Uses of TestDeploymentProjectDetails in com.atlassian.bamboo.testutils.backdoor.model.deployment
Constructors in com.atlassian.bamboo.testutils.backdoor.model.deployment with parameters of type TestDeploymentProjectDetails Constructor Description RestDeploymentProject(TestDeploymentProjectDetails deploymentProject, Function<TestEnvironmentDetails,RestEnvironment> toRestEnvironments)
-
Uses of TestDeploymentProjectDetails in com.atlassian.bamboo.testutils.deployments.projects
Methods in com.atlassian.bamboo.testutils.deployments.projects that return TestDeploymentProjectDetails Modifier and Type Method Description static TestDeploymentProjectDetails
DeploymentProjectTestHelper. createSimpleTestDeploymentDetails(com.atlassian.bamboo.specs.api.model.plan.PlanProperties linkedPlan)
static TestDeploymentProjectDetails
DeploymentProjectTestHelper. createSimpleTestDeploymentDetails(TestBuildDetails linkedPlan)
-
Uses of TestDeploymentProjectDetails in com.atlassian.bamboo.testutils.model.deployments.projects
Methods in com.atlassian.bamboo.testutils.model.deployments.projects that return TestDeploymentProjectDetails Modifier and Type Method Description TestDeploymentProjectDetails
TestDeploymentProjectDetails.Builder. build()
-