Class CreatePlanDetailsComponent
java.lang.Object
com.atlassian.bamboo.pageobjects.pages.plan.configuration.CreatePlanDetailsComponent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidsetPlanKey(String key) setPlanName(String name) setProjectKey(String key) setProjectName(String name) withPlanDetails(com.atlassian.bamboo.specs.api.model.plan.PlanProperties plan, boolean publicAccess) withPlanDetails(TestBuildDetails plan, boolean publicAccess) Deprecated.withProjectDetails(com.atlassian.bamboo.specs.api.model.project.ProjectProperties projectProperties) withProjectDetails(ProjectDescriptor projectDescriptor) Deprecated.
-
Constructor Details
-
CreatePlanDetailsComponent
public CreatePlanDetailsComponent()
-
-
Method Details
-
withProjectDetails
@Deprecated public CreatePlanDetailsComponent withProjectDetails(ProjectDescriptor projectDescriptor) Deprecated. -
withProjectDetails
public CreatePlanDetailsComponent withProjectDetails(com.atlassian.bamboo.specs.api.model.project.ProjectProperties projectProperties) -
withPlanDetails
@Deprecated public CreatePlanDetailsComponent withPlanDetails(TestBuildDetails plan, boolean publicAccess) Deprecated. -
withPlanDetails
public CreatePlanDetailsComponent withPlanDetails(com.atlassian.bamboo.specs.api.model.plan.PlanProperties plan, boolean publicAccess) -
setPlanName
-
setPlanKey
-
setProjectName
-
setProjectKey
-
createNewProject
public void createNewProject() -
canUseExistingProject
public boolean canUseExistingProject() -
canCreateNewProject
public boolean canCreateNewProject() -
getNewPlanKey
-
withPlanDetails(PlanProperties, boolean)