-
- All Implemented Interfaces:
-
com.netflix.spinnaker.kork.plugins.api.internal.SpinnakerExtensionPoint,org.pf4j.ExtensionPoint
@Beta() public interface PreconfiguredJobConfigurationProvider implements SpinnakerExtensionPointExtension point for provisioning preconfigured Job stages.
-
-
Method Summary
Modifier and Type Method Description abstract List<out PreconfiguredJobStageProperties>getJobConfigurations()Provides list of job configurations that gets launched from PreConfigured job stage. -
-
Method Detail
-
getJobConfigurations
abstract List<out PreconfiguredJobStageProperties> getJobConfigurations()
Provides list of job configurations that gets launched from PreConfigured job stage.
-
-
-
-