Uses of Class
com.atlassian.bamboo.pageobjects.pages.plan.configuration.CreatePlanDetailsComponent
-
Packages that use CreatePlanDetailsComponent Package Description com.atlassian.bamboo.pageobjects.pages.plan.configuration -
-
Uses of CreatePlanDetailsComponent in com.atlassian.bamboo.pageobjects.pages.plan.configuration
Methods in com.atlassian.bamboo.pageobjects.pages.plan.configuration that return CreatePlanDetailsComponent Modifier and Type Method Description CreatePlanDetailsComponent
CreatePlanDetailsComponent. setPlanKey(String key)
CreatePlanDetailsComponent
CreatePlanDetailsComponent. setPlanName(String name)
CreatePlanDetailsComponent
CreatePlanDetailsComponent. setProjectKey(String key)
CreatePlanDetailsComponent
CreatePlanDetailsComponent. setProjectName(String name)
CreatePlanDetailsComponent
CreatePlanDetailsComponent. withPlanDetails(com.atlassian.bamboo.specs.api.model.plan.PlanProperties plan, boolean publicAccess)
CreatePlanDetailsComponent
CreatePlanDetailsComponent. withPlanDetails(TestBuildDetails plan, boolean publicAccess)
Deprecated.CreatePlanDetailsComponent
CreatePlanDetailsComponent. withProjectDetails(com.atlassian.bamboo.specs.api.model.project.ProjectProperties projectProperties)
CreatePlanDetailsComponent
CreatePlanDetailsComponent. withProjectDetails(ProjectDescriptor projectDescriptor)
Deprecated.Method parameters in com.atlassian.bamboo.pageobjects.pages.plan.configuration with type arguments of type CreatePlanDetailsComponent Modifier and Type Method Description ClonePlanPage
ClonePlanPage. populatePlanDetails(Consumer<CreatePlanDetailsComponent> planDetailsConsumer)
CreatePlanPage
CreatePlanPage. populatePlanDetails(Consumer<CreatePlanDetailsComponent> planDetailsConsumer)
-