Uses of Class
com.atlassian.bamboo.testutils.model.TestBuildDetails
Package
Description
-
Uses of TestBuildDetails in com.atlassian.bamboo.pageobjects.helpers
Modifier and TypeMethodDescriptionPlanHelper.createBranch
(@NotNull TestBuildDetails plan, @NotNull String branchVcsName, @NotNull String branchName) Deprecated.PlanHelper.createBranchManually
(@NotNull TestBuildDetails plan, @NotNull String branchVcsName, @NotNull String branchName) Deprecated.since 5.10, usePlansControl.createBranch(PlanKey, String, String)
-
Uses of TestBuildDetails in com.atlassian.bamboo.pageobjects.pages.admin
Modifier and TypeMethodDescriptionvoid
RemovePlanAdminPage.removePlan
(TestBuildDetails... testBuildDetails) Modifier and TypeMethodDescriptionvoid
RemovePlanAdminPage.removePlans
(Iterable<TestBuildDetails> builds) -
Uses of TestBuildDetails in com.atlassian.bamboo.pageobjects.pages.admin.bulk
Modifier and TypeMethodDescriptionChoosePlansForBulkActionsPage.withPlans
(@NotNull Iterable<TestBuildDetails> plans) -
Uses of TestBuildDetails in com.atlassian.bamboo.pageobjects.pages.plan
-
Uses of TestBuildDetails in com.atlassian.bamboo.pageobjects.pages.plan.configuration
Modifier and TypeMethodDescriptionDependenciesConfigurationPage.addChildPlan
(@NotNull TestBuildDetails childPlan) void
CreatePlanPage.createPlanDetails
(TestBuildDetails plan) void
CreatePlanRepositoryPage.linkRepositories
(TestBuildDetails plan) ClonePlanPage.populatePlanDetails
(TestBuildDetails plan) Deprecated.CreatePlanPage.populatePlanDetails
(@NotNull TestBuildDetails plan) CreatePlanPage.populatePlanDetailsAndSubmit
(TestBuildDetails plan) DependenciesConfigurationPage.removeChildPlan
(@NotNull TestBuildDetails childPlan) CreatePlanPage.submit
(TestBuildDetails plan) CreatePlanDetailsComponent.withPlanDetails
(TestBuildDetails plan, boolean publicAccess) ClonePlanPage.withPlanToClone
(TestBuildDetails plan) Deprecated.ModifierConstructorDescription -
Uses of TestBuildDetails in com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository
Modifier and TypeMethodDescriptionvoid
CreateSvnComponent.populateSvnDetails
(TestBuildDetails plan) -
Uses of TestBuildDetails in com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.git
-
Uses of TestBuildDetails in com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.stash
-
Uses of TestBuildDetails in com.atlassian.bamboo.testutils
Modifier and TypeMethodDescriptionTestBuildDetailsBuilder.build()
static TestBuildDetails
TestBuildDetailsHelper.createGitFailedMavenPlan()
static TestBuildDetails
TestBuildDetailsHelper.createGitScriptPlan()
Create successful git-based plan with a script task.static TestBuildDetails
TestBuildDetailsHelper.createSimpleGitPlanNoTests()
Create successful git-based plan with a script task.static TestBuildDetails
TestBuildDetailsHelper.createSimpleSvnPlanNoTests
(Class<?> testClass) static TestBuildDetails
TestBuildDetailsHelper.makeUniquePlan()
static TestBuildDetails
TestBuildDetailsHelper.makeUniquePlanInProject
(String projectName, String projectKey) static TestBuildDetails
TestBuildDetailsHelper.setupGitPlan
(TestBuildDetails plan, GitRepositoryDescriptor repositoryDescriptor) static TestBuildDetails
TestBuildDetailsHelper.setupScriptTask
(TestBuildDetails plan, String scriptBody) static TestBuildDetails
TestBuildDetailsHelper.setupStashPlan
(TestBuildDetails plan, String projectName, String repositoryName) static TestBuildDetails
TestBuildDetailsHelper.setupStashPlan
(TestBuildDetails plan, String projectName, String repositoryName, @Nullable String branch) Modifier and TypeMethodDescriptionstatic void
LocalRepositorySetupHelper.deleteTempRepository
(TestBuildDetails build) static TestJobDetails
TestBuildDetailsHelper.makeUniqueJob
(TestBuildDetails chain) static TestBuildDetails
TestBuildDetailsHelper.setupGitPlan
(TestBuildDetails plan, GitRepositoryDescriptor repositoryDescriptor) static TestBuildDetails
TestBuildDetailsHelper.setupScriptTask
(TestBuildDetails plan, String scriptBody) static TestBuildDetails
TestBuildDetailsHelper.setupStashPlan
(TestBuildDetails plan, String projectName, String repositoryName) static TestBuildDetails
TestBuildDetailsHelper.setupStashPlan
(TestBuildDetails plan, String projectName, String repositoryName, @Nullable String branch) -
Uses of TestBuildDetails in com.atlassian.bamboo.testutils.backdoor
-
Uses of TestBuildDetails in com.atlassian.bamboo.testutils.backdoor.plans
Modifier and TypeMethodDescriptionstatic RestPlan
RestPlanHelper.newRestPlan
(TestBuildDetails buildDetails) -
Uses of TestBuildDetails in com.atlassian.bamboo.testutils.deployments.projects
Modifier and TypeMethodDescriptionstatic TestDeploymentProjectDetails
DeploymentProjectTestHelper.createSimpleTestDeploymentDetails
(TestBuildDetails linkedPlan) -
Uses of TestBuildDetails in com.atlassian.bamboo.testutils.model
Modifier and TypeMethodDescriptionTestStageDetails.getChain()
TestBuildDetails.getMaster()
TestBuildDetails.setManualBuild()
TestBuildDetails.setProject
(ProjectDescriptor project) TestBuildDetails.setTriggerInitialManualBuild
(boolean triggerInitialManualBuild) Modifier and TypeMethodDescriptionstatic TestStageDetails
TestStageDetails.addNewStageTo
(TestBuildDetails chain) void
TestJobDetails.setPlan
(TestBuildDetails plan) ModifierConstructorDescriptionTestBuildDetails
(ProjectDescriptor project, String key, String name, @Nullable TestBuildDetails master) TestJobDetails
(TestBuildDetails plan, String jobKey, String jobName) TestStageDetails
(TestBuildDetails chain) TestStageDetails
(TestBuildDetails chain, String name, String description) TestStageDetails
(TestBuildDetails chain, String name, String description, TestStageDetails.StageType type) -
Uses of TestBuildDetails in com.atlassian.bamboo.testutils.model.deployments.projects
Modifier and TypeMethodDescriptionTestDeploymentProjectDetails.Builder.withPlan
(TestBuildDetails planDetails) -
Uses of TestBuildDetails in com.atlassian.bamboo.testutils.rss
Modifier and TypeMethodDescriptionstatic void
RssTestHelper.testNoAccessEmail
(com.icegreen.greenmail.base.GreenMailOperations greenMail, String linkedRepositoryName, TestBuildDetails planDetails, boolean isNoAccessMsgPresent)
PlansControl.createBranch(PlanKey, String, String)