Uses of Class
com.atlassian.bamboo.testutils.backdoor.model.RestTask
-
Packages that use RestTask Package Description com.atlassian.bamboo.testutils.backdoor.model com.atlassian.bamboo.testutils.backdoor.model.deployment -
-
Uses of RestTask in com.atlassian.bamboo.testutils.backdoor.model
Methods in com.atlassian.bamboo.testutils.backdoor.model that return types with arguments of type RestTask Modifier and Type Method Description List<RestTask>
RestTaskList. getTasks()
Constructor parameters in com.atlassian.bamboo.testutils.backdoor.model with type arguments of type RestTask Constructor Description RestTaskList(List<RestTask> tasks)
-
Uses of RestTask in com.atlassian.bamboo.testutils.backdoor.model.deployment
Methods in com.atlassian.bamboo.testutils.backdoor.model.deployment that return types with arguments of type RestTask Modifier and Type Method Description List<RestTask>
RestEnvironment. getTasks()
Constructor parameters in com.atlassian.bamboo.testutils.backdoor.model.deployment with type arguments of type RestTask Constructor Description RestEnvironment(TestEnvironmentDetails environment, Function<TestTaskDetails,RestTask> toRestTask, Function<TestTriggerDetails,RestTrigger> toRestTrigger, Function<TestNotificationDetails,RestNotification> toRestNotification)
-