@SCMProviderInfo(type="gerrit") class GerritSCMProviderFactory
The Gerrit SCM factory class is responsible for parsing the providers properties and instantiating a GerritSCMProvider.
Constructor and description |
---|
GerritSCMProviderFactory
() |
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. |
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.