Hello,
I'm testing the Plastic SCM plugin in Bamboo 5.6 and adapting it to the new eventual changes in API or functionality. Everything seems to work fine but the plan configuration, where users set the "Repository host". Plastic SCM is not listed in there (after that you can select it in the "Repositories" tab of the plan).
What do I need to do in order to make "Plastic SCM" be listed there as a Repository host? I've searched for information but found anything...
Thanks!
Does your repository class implement StandaloneRepository?
GitRepository implements StandaloneRepository by extending AbstractStandaloneRepository. I guess this is the recommended way. Unfortunately we do not provide additional documentation for developers. You can of course obtain a source code for the whole Bamboo as mentioned on the https://www.atlassian.com/software/bamboo/download
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No it doesn't; could you point me to the proper documentation about what needs to be done? I've downloaded the Git plugin source code and it doesn't implement StandaloneRepository, either.
Maybe you mean "AbstractStandaloneRepository"?
Thanks for your help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.