@SCMProviderInfo(type = "gitlab") class GitlabSCMProviderFactory
| Constructor and description |
|---|
GitlabSCMProviderFactory
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
SCMProvider |
create(java.util.Properties scmProviderProperties)A factory method which return an SCM Provider instantiated with the the provided properties. |
|
private void |
validateProperties(java.lang.String key, java.lang.String value)Verify that a value is neither null or empty |
| 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() |
A factory method which return an SCM Provider instantiated with the the provided properties.
scmProviderProperties - - properties for the SCM provider.Verify that a value is neither null or empty