Class SpaceCreateBuildController


  • @Controller
    public class SpaceCreateBuildController
    extends Object
    • Constructor Detail

      • SpaceCreateBuildController

        public SpaceCreateBuildController​(@NotNull
                                          SpaceProjectDeducer spaceProjectDeducer,
                                          @NotNull
                                          WebLinks webLinks)
    • Method Detail

      • createBuild

        @GetMapping("oauth/space/createBuild.html")
        public org.springframework.web.servlet.ModelAndView createBuild​(@NotNull @ModelAttribute
                                                                        SpaceCreateBuildIntention intention)
      • intentionFromParams

        @ModelAttribute
        public SpaceCreateBuildIntention intentionFromParams​(@NotNull @RequestParam("spaceOrganizationUrl")
                                                             String organizationUrl,
                                                             @NotNull @RequestParam("spaceProjectKey")
                                                             String projectKey,
                                                             @NotNull @RequestParam("spaceRepositoryName")
                                                             String repositoryName,
                                                             @NotNull
                                                             javax.servlet.http.HttpServletRequest request)