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)
LauncherService
getAllLaunchers
in interface LauncherService
pageable
- how the results should be returned.public org.springframework.data.domain.Page<Launcher> getLaunchersWithSchedules(org.springframework.data.domain.Pageable pageable)
LauncherService
getLaunchersWithSchedules
in interface LauncherService
pageable
- how the results should be returned.Copyright © 2024 Pivotal Software, Inc.. All rights reserved.