Class BlueScmConfig


  • public class BlueScmConfig
    extends Object
    SCM configuration
    Author:
    Vivek Pandey
    • Constructor Detail

      • BlueScmConfig

        @DataBoundConstructor
        public BlueScmConfig​(String id,
                             String uri,
                             String credentialId,
                             net.sf.json.JSONObject config)
    • Method Detail

      • getId

        @NonNull
        public String getId()
        Gives ID of SCM
      • getUri

        @Nullable
        public String getUri()
        Gives URI of SCM
      • getCredentialId

        public String getCredentialId()
        Gives credential id
      • getConfig

        @NonNull
        public Map<String,​Object> getConfig()
        Gives map of configuration item specific to this pipeline creation