Modifier and Type | Method and Description |
---|---|
PlanKey |
PlanHelper.createBranch(@NotNull TestBuildDetails plan,
@NotNull String branchVcsName,
@NotNull String branchName)
Deprecated.
since 5.10, use
PlansControl.createBranch(PlanKey, String, String) |
PlanKey |
PlanHelper.createBranchManually(@NotNull TestBuildDetails plan,
@NotNull String branchVcsName,
@NotNull String branchName)
Deprecated.
since 5.10, use
PlansControl.createBranch(PlanKey, String, String) |
Modifier and Type | Method and Description |
---|---|
void |
RemovePlanAdminPage.removePlan(TestBuildDetails... testBuildDetails) |
Modifier and Type | Method and Description |
---|---|
void |
RemovePlanAdminPage.removePlans(Iterable<TestBuildDetails> builds) |
Constructor and Description |
---|
ResultSummaryPage(TestBuildDetails plan,
int buildNumber) |
Constructor and Description |
---|
BranchesConfigurationPage(TestBuildDetails plan) |
StageConfigurationPage(TestBuildDetails plan) |
VariableConfigurationPage(TestBuildDetails plan) |
Modifier and Type | Method and Description |
---|---|
void |
CreateSvnComponent.populateSvnDetails(TestBuildDetails plan) |
Constructor and Description |
---|
PlanRepositoryConfigurationPage(TestBuildDetails plan) |
Modifier and Type | Method and Description |
---|---|
GitVcsComponent |
GitVcsComponent.populateDetails(TestBuildDetails plan) |
Modifier and Type | Method and Description |
---|---|
StashVcsComponent |
StashVcsComponent.populateStashDetails(TestBuildDetails plan) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
TestBuildDetailsBuilder(TestBuildDetails build) |
Modifier and Type | Method and Description |
---|---|
PlanKey |
PlansControl.createPlan(TestBuildDetails buildDetails) |
Modifier and Type | Method and Description |
---|---|
static RestPlan |
RestPlanHelper.newRestPlan(TestBuildDetails buildDetails) |
Modifier and Type | Method and Description |
---|---|
static TestDeploymentProjectDetails |
DeploymentProjectTestHelper.createSimpleTestDeploymentDetails(TestBuildDetails linkedPlan) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
static TestStageDetails |
TestStageDetails.addNewStageTo(TestBuildDetails chain) |
void |
TestJobDetails.setPlan(TestBuildDetails plan) |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
TestDeploymentProjectDetails.Builder |
TestDeploymentProjectDetails.Builder.withPlan(TestBuildDetails planDetails) |
Modifier and Type | Method and Description |
---|---|
static void |
RssTestHelper.testNoAccessEmail(com.icegreen.greenmail.base.GreenMailOperations greenMail,
String linkedRepositoryName,
TestBuildDetails planDetails,
boolean isNoAccessMsgPresent) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.