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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.jenkins.blueocean.rest.model.Resource
getLinks, getStateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.jenkins.blueocean.rest.Reachable
getLink
-
Field Details
-
ID
- See Also:
-
NAME
- See Also:
-
API_URL
- See Also:
-
-
Constructor Details
-
ScmServerEndpoint
public ScmServerEndpoint()
-
-
Method Details
-
getId
- Returns:
- unique identifier of server end point
-
getName
- Returns:
- name of the SCM server endpoint
-
getApiUrl
- Returns:
- api URL of the SCM endpoint.
-