Uses of Class
com.atlassian.bamboo.testutils.model.TestJobDetails
Packages that use TestJobDetails
Package
Description
-
Uses of TestJobDetails in com.atlassian.bamboo.pageobjects.pages.plan.configuration
Methods in com.atlassian.bamboo.pageobjects.pages.plan.configuration with parameters of type TestJobDetailsModifier and TypeMethodDescriptionboolean
RequirementDetailsPage.hasRequirement
(TestJobDetails job) Constructors in com.atlassian.bamboo.pageobjects.pages.plan.configuration with parameters of type TestJobDetailsModifierConstructorDescription -
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 -
Uses of TestJobDetails in com.atlassian.bamboo.testutils
Methods in com.atlassian.bamboo.testutils that return TestJobDetailsModifier and TypeMethodDescriptionTestBuildDetailsBuilder.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 TestJobDetailsModifier and TypeMethodDescriptionstatic RestJob
RestJobHelper.createRestJob
(TestJobDetails testJob) -
Uses of TestJobDetails in com.atlassian.bamboo.testutils.model
Methods in com.atlassian.bamboo.testutils.model that return TestJobDetailsModifier and TypeMethodDescriptionTestJobDetails.addArtifactDefinition
(Consumer<TestArtifactDetails.Builder> consumer) Create a TestBuildDetails object representing job.Create a TestBuildDetails object representing job.@NotNull TestJobDetails
TestBuildDetails.getDefaultJob()
@Nullable TestJobDetails
TestBuildDetails.getJob
(@NotNull TestStageDetails stage, @NotNull String partialJobKey) TestStageDetails.getJob
(int index) Methods in com.atlassian.bamboo.testutils.model that return types with arguments of type TestJobDetailsMethods in com.atlassian.bamboo.testutils.model with parameters of type TestJobDetailsModifier and TypeMethodDescriptionvoid
TestStageDetails.addJobs
(TestJobDetails... jobs) void
TestStageDetails.setDefaultJob
(TestJobDetails job)