Uses of Class
com.atlassian.bamboo.testutils.model.TestBuildDetails
-
-
Uses of TestBuildDetails in com.atlassian.bamboo.pageobjects.helpers
Methods in com.atlassian.bamboo.pageobjects.helpers with parameters of type TestBuildDetails Modifier and Type Method Description PlanKey
PlanHelper. createBranch(@NotNull TestBuildDetails plan, @NotNull String branchVcsName, @NotNull String branchName)
Deprecated.since 5.10, usePlansControl.createBranch(PlanKey, String, String)
PlanKey
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
Methods in com.atlassian.bamboo.pageobjects.pages.admin with parameters of type TestBuildDetails Modifier and Type Method Description void
RemovePlanAdminPage. removePlan(TestBuildDetails... testBuildDetails)
Method parameters in com.atlassian.bamboo.pageobjects.pages.admin with type arguments of type TestBuildDetails Modifier and Type Method Description void
RemovePlanAdminPage. removePlans(Iterable<TestBuildDetails> builds)
-
Uses of TestBuildDetails in com.atlassian.bamboo.pageobjects.pages.admin.bulk
Method parameters in com.atlassian.bamboo.pageobjects.pages.admin.bulk with type arguments of type TestBuildDetails Modifier and Type Method Description ChoosePlansForBulkActionsPage
ChoosePlansForBulkActionsPage. withPlans(@NotNull Iterable<TestBuildDetails> plans)
-
Uses of TestBuildDetails in com.atlassian.bamboo.pageobjects.pages.plan
Constructors in com.atlassian.bamboo.pageobjects.pages.plan with parameters of type TestBuildDetails Constructor Description ResultSummaryPage(TestBuildDetails plan, int buildNumber)
-
Uses of TestBuildDetails in com.atlassian.bamboo.pageobjects.pages.plan.configuration
Constructors in com.atlassian.bamboo.pageobjects.pages.plan.configuration with parameters of type TestBuildDetails Constructor Description BranchesConfigurationPage(TestBuildDetails plan)
StageConfigurationPage(TestBuildDetails plan)
VariableConfigurationPage(TestBuildDetails plan)
-
Uses of TestBuildDetails in com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository
Methods in com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository with parameters of type TestBuildDetails Modifier and Type Method Description void
CreateSvnComponent. populateSvnDetails(TestBuildDetails plan)
Constructors in com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository with parameters of type TestBuildDetails Constructor Description PlanRepositoryConfigurationPage(TestBuildDetails plan)
-
Uses of TestBuildDetails in com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.git
Methods in com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.git with parameters of type TestBuildDetails Modifier and Type Method Description GitVcsComponent
GitVcsComponent. populateDetails(TestBuildDetails plan)
-
Uses of TestBuildDetails in com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.stash
Methods in com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.stash with parameters of type TestBuildDetails Modifier and Type Method Description StashVcsComponent
StashVcsComponent. populateStashDetails(TestBuildDetails plan)
-
Uses of TestBuildDetails in com.atlassian.bamboo.testutils
Methods in com.atlassian.bamboo.testutils that return TestBuildDetails Modifier and Type Method Description TestBuildDetails
TestBuildDetailsBuilder. 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. setupPerforceSuccessPlan(TestBuildDetails build)
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)
Methods in com.atlassian.bamboo.testutils with parameters of type TestBuildDetails Modifier and Type Method Description static void
LocalRepositorySetupHelper. deleteTempRepository(TestBuildDetails build)
static TestJobDetails
TestBuildDetailsHelper. makeUniqueJob(TestBuildDetails chain)
static TestBuildDetails
TestBuildDetailsHelper. setupGitPlan(TestBuildDetails plan, GitRepositoryDescriptor repositoryDescriptor)
static TestBuildDetails
TestBuildDetailsHelper. setupPerforceSuccessPlan(TestBuildDetails build)
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)
Constructors in com.atlassian.bamboo.testutils with parameters of type TestBuildDetails Constructor Description TestBuildDetailsBuilder(TestBuildDetails build)
-
Uses of TestBuildDetails in com.atlassian.bamboo.testutils.backdoor
Methods in com.atlassian.bamboo.testutils.backdoor with parameters of type TestBuildDetails Modifier and Type Method Description PlanKey
PlansControl. createPlan(TestBuildDetails buildDetails)
-
Uses of TestBuildDetails in com.atlassian.bamboo.testutils.backdoor.plans
Methods in com.atlassian.bamboo.testutils.backdoor.plans with parameters of type TestBuildDetails Modifier and Type Method Description static RestPlan
RestPlanHelper. newRestPlan(TestBuildDetails buildDetails)
-
Uses of TestBuildDetails in com.atlassian.bamboo.testutils.deployments.projects
Methods in com.atlassian.bamboo.testutils.deployments.projects with parameters of type TestBuildDetails Modifier and Type Method Description static TestDeploymentProjectDetails
DeploymentProjectTestHelper. createSimpleTestDeploymentDetails(TestBuildDetails linkedPlan)
-
Uses of TestBuildDetails in com.atlassian.bamboo.testutils.model
Methods in com.atlassian.bamboo.testutils.model that return TestBuildDetails Modifier and Type Method Description TestBuildDetails
TestStageDetails. getChain()
TestBuildDetails
TestBuildDetails. getMaster()
TestBuildDetails
TestBuildDetails. setManualBuild()
TestBuildDetails
TestBuildDetails. setName(String name)
TestBuildDetails
TestBuildDetails. setProject(ProjectDescriptor project)
TestBuildDetails
TestBuildDetails. setTriggerInitialManualBuild(boolean triggerInitialManualBuild)
Methods in com.atlassian.bamboo.testutils.model with parameters of type TestBuildDetails Modifier and Type Method Description static TestStageDetails
TestStageDetails. addNewStageTo(TestBuildDetails chain)
void
TestJobDetails. setPlan(TestBuildDetails plan)
Constructors in com.atlassian.bamboo.testutils.model with parameters of type TestBuildDetails Constructor Description TestBuildDetails(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
Methods in com.atlassian.bamboo.testutils.model.deployments.projects with parameters of type TestBuildDetails Modifier and Type Method Description TestDeploymentProjectDetails.Builder
TestDeploymentProjectDetails.Builder. withPlan(TestBuildDetails planDetails)
-
Uses of TestBuildDetails in com.atlassian.bamboo.testutils.rss
Methods in com.atlassian.bamboo.testutils.rss with parameters of type TestBuildDetails Modifier and Type Method Description static void
RssTestHelper. testNoAccessEmail(com.icegreen.greenmail.base.GreenMailOperations greenMail, String linkedRepositoryName, TestBuildDetails planDetails, boolean isNoAccessMsgPresent)
-