che-server/plugins
Aleksandr Shmaraiev e5ca2e8298 Selenium: Add new test method to the 'PullRequestPluginTest' (#11128)
* Add new test method 'createPullRequestToNonDefaultBranch' to the 'PullRequestPlaginTest'
* Add the method 'clickRefreshContributionBranchButton()' to the 'PullRequestPanel'
* Add the id selector to the web element in the 'ContributePartViewImpl'
* Delete the 'try/catch' from the 'PullRequestPluginWithForkTest' related to close the issue
* Read test pull request info by using kohsuke library
* Ensure 'Git Contribute' preference is set to default value after the test execution

Signed-off-by: Dmytro Nochevnov <dnochevnov@codenvy.com>
2018-10-01 16:21:33 +00:00
..
plugin-camel RELEASE: Set next development version (#11169) 2018-09-12 11:53:42 +03:00
plugin-ceylon RELEASE: Set next development version (#11169) 2018-09-12 11:53:42 +03:00
plugin-clangd RELEASE: Set next development version (#11169) 2018-09-12 11:53:42 +03:00
plugin-composer RELEASE: Set next development version (#11169) 2018-09-12 11:53:42 +03:00
plugin-cpp RELEASE: Set next development version (#11169) 2018-09-12 11:53:42 +03:00
plugin-csharp RELEASE: Set next development version (#11169) 2018-09-12 11:53:42 +03:00
plugin-dashboard RELEASE: Set next development version (#11169) 2018-09-12 11:53:42 +03:00
plugin-debugger RELEASE: Set next development version (#11169) 2018-09-12 11:53:42 +03:00
plugin-gdb RELEASE: Set next development version (#11169) 2018-09-12 11:53:42 +03:00
plugin-git RELEASE: Set next development version (#11169) 2018-09-12 11:53:42 +03:00
plugin-github RELEASE: Set next development version (#11169) 2018-09-12 11:53:42 +03:00
plugin-golang RELEASE: Set next development version (#11169) 2018-09-12 11:53:42 +03:00
plugin-gwt RELEASE: Set next development version (#11169) 2018-09-12 11:53:42 +03:00
plugin-help RELEASE: Set next development version (#11169) 2018-09-12 11:53:42 +03:00
plugin-java RELEASE: Set next development version (#11169) 2018-09-12 11:53:42 +03:00
plugin-java-debugger RELEASE: Set next development version (#11169) 2018-09-12 11:53:42 +03:00
plugin-json RELEASE: Set next development version (#11169) 2018-09-12 11:53:42 +03:00
plugin-keybinding-eclipse RELEASE: Set next development version (#11169) 2018-09-12 11:53:42 +03:00
plugin-languageserver [Selenium] Create page object for "QuickOpenView" form (#11216) 2018-09-14 14:37:54 +03:00
plugin-machine RELEASE: Set next development version (#11169) 2018-09-12 11:53:42 +03:00
plugin-maven RELEASE: Set next development version (#11169) 2018-09-12 11:53:42 +03:00
plugin-nodejs RELEASE: Set next development version (#11169) 2018-09-12 11:53:42 +03:00
plugin-nodejs-debugger RELEASE: Set next development version (#11169) 2018-09-12 11:53:42 +03:00
plugin-orion RELEASE: Set next development version (#11169) 2018-09-12 11:53:42 +03:00
plugin-php RELEASE: Set next development version (#11169) 2018-09-12 11:53:42 +03:00
plugin-product-info RELEASE: Set next development version (#11169) 2018-09-12 11:53:42 +03:00
plugin-pullrequest-parent Selenium: Add new test method to the 'PullRequestPluginTest' (#11128) 2018-10-01 16:21:33 +00:00
plugin-python RELEASE: Set next development version (#11169) 2018-09-12 11:53:42 +03:00
plugin-sdk RELEASE: Set next development version (#11169) 2018-09-12 11:53:42 +03:00
plugin-testing RELEASE: Set next development version (#11169) 2018-09-12 11:53:42 +03:00
plugin-testing-java RELEASE: Set next development version (#11169) 2018-09-12 11:53:42 +03:00
plugin-testing-php RELEASE: Set next development version (#11169) 2018-09-12 11:53:42 +03:00
plugin-urlfactory RELEASE: Set next development version (#11169) 2018-09-12 11:53:42 +03:00
plugin-web RELEASE: Set next development version (#11169) 2018-09-12 11:53:42 +03:00
plugin-yaml RELEASE: Set next development version (#11169) 2018-09-12 11:53:42 +03:00
plugin-zend-debugger RELEASE: Set next development version (#11169) 2018-09-12 11:53:42 +03:00
README.md
pom.xml RELEASE: Set next development version (#11169) 2018-09-12 11:53:42 +03:00

README.md

How to Build Plugins?

In plugin root directory, run:

mvn clean install

How to Add Custom Plugin to Modules Build Cycle?

Add a module to plugins parent pom.xml:

<module>your-plugin-name</module>

How to Add a Custom Plugin to Che Assembly?

See: [Building Custom Assemblies] ()