Enumeration of the protocols supported by GitLab
Modifiers | Name | Description |
---|---|---|
private java.lang.String |
protocol |
Constructor and description |
---|
GitlabSCMProtocol
(java.lang.String protocol) Constructor for class GitlabSCMProtocol |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.String |
toString() Return a string representation of the SCM protocol. |
null |
GitlabSCMProtocol |
valueOf(java.lang.String name) Returns the enum constant of this type with the specified name. |
null |
GitlabSCMProtocol[] |
values() Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Constructor for class GitlabSCMProtocol
protocol
- a string representation of the protocol e.g. ssh, httpsReturn a string representation of the SCM protocol.
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in the order they are declared.
ADOP Pluggable SCM