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
-
Constructor Summary
-
Method Summary
Methods inherited from class io.jenkins.blueocean.rest.model.Resource
getLinks, getState
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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.
-