Package 

Interface PreconfiguredJobConfigurationProvider

  • All Implemented Interfaces:
    com.netflix.spinnaker.kork.plugins.api.internal.SpinnakerExtensionPoint , org.pf4j.ExtensionPoint

    @Beta() 
    public interface PreconfiguredJobConfigurationProvider
     implements SpinnakerExtensionPoint
                        

    Extension 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.
      • Methods inherited from class com.netflix.spinnaker.kork.plugins.api.internal.SpinnakerExtensionPoint

        getExtensionClass, getPluginId
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait