Class ScmServerEndpoint

  • All Implemented Interfaces:
    io.jenkins.blueocean.rest.Reachable

    public abstract class ScmServerEndpoint
    extends io.jenkins.blueocean.rest.model.Resource
    SCM server endpoint.
    Author:
    Vivek Pandey
    • Constructor Detail

      • ScmServerEndpoint

        public ScmServerEndpoint()
    • Method Detail

      • getId

        @Exported(name="id")
        public abstract String getId()
        Returns:
        unique identifier of server end point
      • getName

        @Exported(name="name")
        public abstract String getName()
        Returns:
        name of the SCM server endpoint
      • getApiUrl

        @Exported(name="apiUrl")
        public abstract String getApiUrl()
        Returns:
        api URL of the SCM endpoint.