|
|
|
@ -8,10 +8,15 @@
|
|
|
|
|
</plugin-info> |
|
|
|
|
|
|
|
|
|
<!-- Components that are injected --> |
|
|
|
|
<component-import key="gitScm" interface="com.atlassian.stash.scm.git.GitScm"/> |
|
|
|
|
<component-import key="i18nService" interface="com.atlassian.stash.i18n.I18nService"/> |
|
|
|
|
<component-import key="applicationProperties" interface="com.atlassian.sal.api.ApplicationProperties"/> |
|
|
|
|
<component-import key="pluginSettingsFactory" interface="com.atlassian.sal.api.pluginsettings.PluginSettingsFactory"/> |
|
|
|
|
|
|
|
|
|
<component-import key="gitScm" interface="com.atlassian.stash.scm.git.GitScm"/> |
|
|
|
|
<component-import key="gitAgent" interface="com.atlassian.stash.scm.git.GitAgent"/> |
|
|
|
|
<component-import key="gitScmConfig" interface="com.atlassian.stash.scm.git.GitScmConfig"/> |
|
|
|
|
<component-import key="gitCommandBuilderFactory" interface="com.atlassian.stash.scm.git.GitCommandBuilderFactory"/> |
|
|
|
|
|
|
|
|
|
<component key="passwordEncryptor" class="com.englishtown.stash.hook.DefaultPasswordEncryptor"> |
|
|
|
|
<interface>com.englishtown.stash.hook.PasswordEncryptor</interface> |
|
|
|
|
</component> |
|
|
|
|