public class DefaultLauncherService extends Object implements LauncherService
| Constructor and Description |
|---|
DefaultLauncherService(LauncherRepository launcherRepository) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Page<Launcher> |
getAllLaunchers(org.springframework.data.domain.Pageable pageable)
Retrieve all launchers that are available.
|
org.springframework.data.domain.Page<Launcher> |
getLaunchersWithSchedules(org.springframework.data.domain.Pageable pageable)
Retrieve all launchers that are configured to a platform scheduler.
|
public DefaultLauncherService(LauncherRepository launcherRepository)
public org.springframework.data.domain.Page<Launcher> getAllLaunchers(org.springframework.data.domain.Pageable pageable)
LauncherServicegetAllLaunchers in interface LauncherServicepageable - how the results should be returned.public org.springframework.data.domain.Page<Launcher> getLaunchersWithSchedules(org.springframework.data.domain.Pageable pageable)
LauncherServicegetLaunchersWithSchedules in interface LauncherServicepageable - how the results should be returned.Copyright © 2021 Pivotal Software, Inc.. All rights reserved.