Class BlueScmSource

java.lang.Object
io.jenkins.blueocean.rest.model.BlueScmSource

@ExportedBean public abstract class BlueScmSource extends Object
Provides metadata about the backing SCM for a BluePipeline.
Author:
cliffmeyers
  • Field Details

  • Constructor Details

    • BlueScmSource

      public BlueScmSource()
  • Method Details

    • getId

      @Exported(name="id") public abstract String getId()
      Get the identifier for the SCM.
    • getApiUrl

      @Exported(name="apiUrl") public abstract String getApiUrl()
      Get the API URL for the SCM.