Uses of Class
com.atlassian.bamboo.testutils.model.TestJobDetails
-
-
Uses of TestJobDetails in com.atlassian.bamboo.pageobjects.pages.plan.configuration
Methods in com.atlassian.bamboo.pageobjects.pages.plan.configuration with parameters of type TestJobDetails Modifier and Type Method Description boolean
RequirementDetailsPage. hasRequirement(TestJobDetails job)
Constructors in com.atlassian.bamboo.pageobjects.pages.plan.configuration with parameters of type TestJobDetails Constructor Description JobRequirementsConfigurationPage(TestJobDetails job)
JobTaskConfigurationPage(TestJobDetails job)
-
Uses of TestJobDetails in com.atlassian.bamboo.pageobjects.pages.plan.result
Constructors in com.atlassian.bamboo.pageobjects.pages.plan.result with parameters of type TestJobDetails Constructor Description JobResultViewLogs(TestJobDetails job, int buildNumber)
-
Uses of TestJobDetails in com.atlassian.bamboo.testutils
Methods in com.atlassian.bamboo.testutils that return TestJobDetails Modifier and Type Method Description TestJobDetails
TestBuildDetailsBuilder. buildJob()
static TestJobDetails
TestBuildDetailsHelper. makeUniqueJob(TestBuildDetails chain)
-
Uses of TestJobDetails in com.atlassian.bamboo.testutils.backdoor.plans
Methods in com.atlassian.bamboo.testutils.backdoor.plans with parameters of type TestJobDetails Modifier and Type Method Description static RestJob
RestJobHelper. createRestJob(TestJobDetails testJob)
-
Uses of TestJobDetails in com.atlassian.bamboo.testutils.model
Methods in com.atlassian.bamboo.testutils.model that return TestJobDetails Modifier and Type Method Description TestJobDetails
TestJobDetails. addArtifactDefinition(Consumer<TestArtifactDetails.Builder> consumer)
TestJobDetails
TestBuildDetails. addJob(String stageName, String jobKey, String jobName)
Create a TestBuildDetails object representing job.TestJobDetails
TestStageDetails. createJob(String jobKey, String jobName)
Create a TestBuildDetails object representing job.@NotNull TestJobDetails
TestBuildDetails. getDefaultJob()
TestJobDetails
TestBuildDetails. getJob(@NotNull PlanKey jobKey)
@Nullable TestJobDetails
TestBuildDetails. getJob(@NotNull TestStageDetails stage, @NotNull String partialJobKey)
TestJobDetails
TestStageDetails. getJob(int index)
Methods in com.atlassian.bamboo.testutils.model that return types with arguments of type TestJobDetails Modifier and Type Method Description List<TestJobDetails>
TestStageDetails. getJobs()
Methods in com.atlassian.bamboo.testutils.model with parameters of type TestJobDetails Modifier and Type Method Description void
TestStageDetails. addJobs(TestJobDetails... jobs)
void
TestStageDetails. setDefaultJob(TestJobDetails job)
-