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