Class SpaceCreateBuildController
- java.lang.Object
-
- jetbrains.buildServer.serverSide.oauth.space.SpaceCreateBuildController
-
@Controller public class SpaceCreateBuildController extends Object
-
-
Constructor Summary
Constructors Constructor Description SpaceCreateBuildController(SpaceProjectDeducer spaceProjectDeducer, WebLinks webLinks)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.web.servlet.ModelAndView
createBuild(SpaceCreateBuildIntention intention)
SpaceCreateBuildIntention
intentionFromParams(String organizationUrl, String projectKey, String repositoryName, javax.servlet.http.HttpServletRequest request)
-
-
-
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)
-
-