Uses of Class
com.atlassian.bamboo.rest.model.admin.scheduler.RestScheduledJob
-
Packages that use RestScheduledJob Package Description com.atlassian.bamboo.plugins.rest.admin.scheduler com.atlassian.bamboo.rest.model.admin.scheduler -
-
Uses of RestScheduledJob in com.atlassian.bamboo.plugins.rest.admin.scheduler
Methods in com.atlassian.bamboo.plugins.rest.admin.scheduler that return types with arguments of type RestScheduledJob Modifier and Type Method Description @NotNull List<RestScheduledJob>
SchedulerResource. getJobs()
Methods in com.atlassian.bamboo.plugins.rest.admin.scheduler with parameters of type RestScheduledJob Modifier and Type Method Description @NotNull javax.ws.rs.core.Response
SchedulerResource. triggerJob(@NotNull RestScheduledJob job)
-
Uses of RestScheduledJob in com.atlassian.bamboo.rest.model.admin.scheduler
Fields in com.atlassian.bamboo.rest.model.admin.scheduler with type parameters of type RestScheduledJob Modifier and Type Field Description static com.google.common.base.Function<ScheduledJob,RestScheduledJob>
RestScheduledJob. FROM_SCHEDULED_JOB
Deprecated.since 5.11, useRestScheduledJob()
as function reference
-