Pinned Loading
-
Rally Java REST API: Retrieving a co...
Rally Java REST API: Retrieving a collection of test cases by the User Story collection _ref (Code is kotlin but approach is identical for any JVM based lang) 1// story JsonObject fetched using HierarchicalRequirement and TestCases added to Fetch fieldset
2private fun findTestCaseFromStory(restApi: RallyRestApi, story: JsonObject): String? {
3val testCases = story.get("TestCases")
4val testCaseRef = findTestCaseFromRally(restApi, testCases.asJsonObject)
5 -
vaadin/platform
vaadin/platform PublicVaadin platform 10+ is a Java web development platform based on Vaadin web components. If you don't know to which repository your bug report should be filed, use this and we'll move it to the right…
-
vaadin/vaadin-context-menu-flow
vaadin/vaadin-context-menu-flow Public archiveVaadin Flow Java API for vaadin/vaadin-context-menu Web Component
Java 3
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.