Uses of Class
com.atlassian.bamboo.utils.web.HttpServletRequestMatcher.Builder
-
Packages that use HttpServletRequestMatcher.Builder Package Description com.atlassian.bamboo.utils.web -
-
Uses of HttpServletRequestMatcher.Builder in com.atlassian.bamboo.utils.web
Methods in com.atlassian.bamboo.utils.web that return HttpServletRequestMatcher.Builder Modifier and Type Method Description static HttpServletRequestMatcher.Builder
HttpServletRequestMatcher. builder()
HttpServletRequestMatcher.Builder
HttpServletRequestMatcher.Builder. pathInfo(@NotNull String pathInfo)
HttpServletRequestMatcher.Builder
HttpServletRequestMatcher.Builder. pathInfo(@NotNull org.hamcrest.Matcher<? super String> pathInfoMatcher)
HttpServletRequestMatcher.Builder
HttpServletRequestMatcher.Builder. servletPath(@NotNull String servletPath)
HttpServletRequestMatcher.Builder
HttpServletRequestMatcher.Builder. servletPath(@NotNull org.hamcrest.Matcher<? super String> servletPathMatcher)
-