Class ScmServerEndpoint

java.lang.Object
io.jenkins.blueocean.rest.model.Resource
io.jenkins.blueocean.rest.impl.pipeline.scm.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
  • Field Details

  • Constructor Details

    • ScmServerEndpoint

      public ScmServerEndpoint()
  • Method Details

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