Uses of Class
com.atlassian.bamboo.testutils.ProjectDescriptor
-
-
Uses of ProjectDescriptor in com.atlassian.bamboo.pageobjects.pages.plan.configuration
Methods in com.atlassian.bamboo.pageobjects.pages.plan.configuration with parameters of type ProjectDescriptor Modifier and Type Method Description CreatePlanDetailsComponent
CreatePlanDetailsComponent. withProjectDetails(ProjectDescriptor projectDescriptor)
Deprecated. -
Uses of ProjectDescriptor in com.atlassian.bamboo.pageobjects.pages.project
Constructors in com.atlassian.bamboo.pageobjects.pages.project with parameters of type ProjectDescriptor Constructor Description ProjectSummaryPage(ProjectDescriptor project)
-
Uses of ProjectDescriptor in com.atlassian.bamboo.testutils
Methods in com.atlassian.bamboo.testutils with parameters of type ProjectDescriptor Modifier and Type Method Description TestBuildDetailsBuilder
TestBuildDetailsBuilder. withProject(@NotNull ProjectDescriptor projectDescriptor)
-
Uses of ProjectDescriptor in com.atlassian.bamboo.testutils.model
Methods in com.atlassian.bamboo.testutils.model that return ProjectDescriptor Modifier and Type Method Description ProjectDescriptor
TestBuildDetails. getProject()
Methods in com.atlassian.bamboo.testutils.model with parameters of type ProjectDescriptor Modifier and Type Method Description TestBuildDetails
TestBuildDetails. setProject(ProjectDescriptor project)
Constructors in com.atlassian.bamboo.testutils.model with parameters of type ProjectDescriptor Constructor Description TestBuildDetails(ProjectDescriptor project, String buildKey, String buildName)
TestBuildDetails(ProjectDescriptor project, String key, String name, @Nullable TestBuildDetails master)
-