@SCMProviderInfo(type="bitbucket") class BitbucketSCMProviderFactory
The Bitbucket SCM factory class is responsible for parsing the providers properties and instantiating a BitbucketSCMProvider.
Constructor and description |
---|
BitbucketSCMProviderFactory
() |
Type Params | Return Type | Name and description |
---|---|---|
|
SCMProvider |
create(java.util.Properties scmProviderProperties) A factory method which returns an SCM Provider instantiated with the the provided properties. |
|
java.lang.String |
validateProperties(java.lang.String key, java.lang.String value) Return valid value. |
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 returns an SCM Provider instantiated with the the provided properties.
scmProviderProperties
- - properties for the SCM provider.Return valid value.