Package com.atlassian.bamboo.utils.web
Class HttpServletRequestMatcher.Builder
- java.lang.Object
-
- com.atlassian.bamboo.utils.web.HttpServletRequestMatcher.Builder
-
- Enclosing class:
- HttpServletRequestMatcher
public static class HttpServletRequestMatcher.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpServletRequestMatcher
build()
HttpServletRequestMatcher.Builder
pathInfo(@NotNull String pathInfo)
HttpServletRequestMatcher.Builder
pathInfo(@NotNull org.hamcrest.Matcher<? super String> pathInfoMatcher)
HttpServletRequestMatcher.Builder
servletPath(@NotNull String servletPath)
HttpServletRequestMatcher.Builder
servletPath(@NotNull org.hamcrest.Matcher<? super String> servletPathMatcher)
-
-
-
Method Detail
-
servletPath
public HttpServletRequestMatcher.Builder servletPath(@NotNull @NotNull String servletPath)
-
servletPath
public HttpServletRequestMatcher.Builder servletPath(@NotNull @NotNull org.hamcrest.Matcher<? super String> servletPathMatcher)
-
pathInfo
public HttpServletRequestMatcher.Builder pathInfo(@NotNull @NotNull String pathInfo)
-
pathInfo
public HttpServletRequestMatcher.Builder pathInfo(@NotNull @NotNull org.hamcrest.Matcher<? super String> pathInfoMatcher)
-
build
public HttpServletRequestMatcher build()
-
-