The SCM provider factory definition. It is responsible for parsing the providers properties and instantiating the correct SCM provider.
Type Params | Return Type | Name and description |
---|---|---|
|
SCMProvider |
create(java.util.Properties scmProviderProperties) A factory method which return a SCM Provider instantiated according to the provided SCM properties. |
A factory method which return a SCM Provider instantiated according to the provided SCM properties.
scmProviderProperties
- - properties for the SCM provider.