Class OAuthPopupControllerBase.HandlerContext
- java.lang.Object
-
- jetbrains.buildServer.serverSide.oauth.OAuthPopupControllerBase.HandlerContext
-
- Enclosing class:
- OAuthPopupControllerBase
protected static class OAuthPopupControllerBase.HandlerContext extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OAuthConnectionDescriptorgetConnection()ObjectgetErrorCodeAttribute()org.springframework.web.servlet.ModelAndViewgetModelAndView()SProjectgetProject()javax.servlet.http.HttpServletRequestgetRequest()StringgetRequestParameter(String parameterName)StringgetShowMode()StringgetVcsType()voidputError(String errorMessage)voidputModelAttribute(String key, Object value)voidsetModelAndView(org.springframework.web.servlet.ModelAndView modelAndView)voidsetVcsType(String vcsType)booleanshouldContinue()voidstopHandling()
-
-
-
Method Detail
-
putError
public void putError(@NotNull String errorMessage)
-
stopHandling
public void stopHandling()
-
shouldContinue
public boolean shouldContinue()
-
getRequest
@NotNull public javax.servlet.http.HttpServletRequest getRequest()
-
getProject
@NotNull public SProject getProject()
-
getConnection
@NotNull public OAuthConnectionDescriptor getConnection()
-
getShowMode
@NotNull public String getShowMode()
-
getErrorCodeAttribute
@Nullable public Object getErrorCodeAttribute()
-
getModelAndView
@NotNull public org.springframework.web.servlet.ModelAndView getModelAndView()
-
setModelAndView
public void setModelAndView(@NotNull org.springframework.web.servlet.ModelAndView modelAndView)
-
getVcsType
@Nullable public String getVcsType()
-
setVcsType
public void setVcsType(@Nullable String vcsType)
-
-