Package jetbrains.buildServer.http
Class FakeHttpApi.NotFound
- java.lang.Object
-
- jetbrains.buildServer.http.FakeHttpApi.SimpleResponse
-
- jetbrains.buildServer.http.FakeHttpApi.NotFound
-
- All Implemented Interfaces:
AutoCloseable
,HttpApi.Response
- Enclosing class:
- FakeHttpApi
public static class FakeHttpApi.NotFound extends FakeHttpApi.SimpleResponse
-
-
Constructor Summary
Constructors Constructor Description NotFound()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getStatusText()
-
Methods inherited from class jetbrains.buildServer.http.FakeHttpApi.SimpleResponse
getBody, getHeader, getStatusCode
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jetbrains.buildServer.http.HttpApi.Response
close, getBodyInputStream, getBodyReader
-
-
-
-
Method Detail
-
getStatusText
@NotNull public String getStatusText()
- Specified by:
getStatusText
in interfaceHttpApi.Response
- Overrides:
getStatusText
in classFakeHttpApi.SimpleResponse
-
-