Uses of Class
com.atlassian.bamboo.testutils.backdoor.model.RestJob
-
Packages that use RestJob Package Description com.atlassian.bamboo.testutils.backdoor com.atlassian.bamboo.testutils.backdoor.model com.atlassian.bamboo.testutils.backdoor.plans -
-
Uses of RestJob in com.atlassian.bamboo.testutils.backdoor
Methods in com.atlassian.bamboo.testutils.backdoor that return types with arguments of type RestJob Modifier and Type Method Description List<RestJob>
PlansControl. getJobs(PlanKey planKey)
-
Uses of RestJob in com.atlassian.bamboo.testutils.backdoor.model
Methods in com.atlassian.bamboo.testutils.backdoor.model that return types with arguments of type RestJob Modifier and Type Method Description List<RestJob>
RestJobList. getJobs()
Constructor parameters in com.atlassian.bamboo.testutils.backdoor.model with type arguments of type RestJob Constructor Description RestJobList(List<RestJob> jobs)
-
Uses of RestJob in com.atlassian.bamboo.testutils.backdoor.plans
Methods in com.atlassian.bamboo.testutils.backdoor.plans that return RestJob Modifier and Type Method Description static RestJob
RestJobHelper. createRestJob(TestJobDetails testJob)
-