Package | Description |
---|---|
org.springframework.cloud.dataflow.server.controller |
Spring Cloud Data Flow Server Controllers.
|
Modifier and Type | Method and Description |
---|---|
ScheduleInfoResource |
TaskSchedulerController.getSchedule(String scheduleName)
Return a
ScheduleInfo for a specific Schedule. |
Modifier and Type | Method and Description |
---|---|
org.springframework.hateoas.PagedResources<ScheduleInfoResource> |
TaskSchedulerController.filteredList(String taskDefinitionName,
org.springframework.data.web.PagedResourcesAssembler<org.springframework.cloud.scheduler.spi.core.ScheduleInfo> assembler)
Return a page-able list of
ScheduleInfo s for a specific
TaskDefinition name. |
org.springframework.hateoas.PagedResources<ScheduleInfoResource> |
TaskSchedulerController.list(org.springframework.data.web.PagedResourcesAssembler<org.springframework.cloud.scheduler.spi.core.ScheduleInfo> assembler)
Return a page-able list of
ScheduleInfo s. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.