Class BlueScmSource


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

      • BlueScmSource

        public BlueScmSource()
    • Method Detail

      • 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.