Class ProxyServerConfigurationCheckController.Problem
- java.lang.Object
-
- jetbrains.buildServer.web.proxyProblems.ProxyServerConfigurationCheckController.Problem
-
- All Implemented Interfaces:
Loggable
- Enclosing class:
- ProxyServerConfigurationCheckController
public static final class ProxyServerConfigurationCheckController.Problem extends Object implements Loggable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
describe(boolean verbose)
String
getAdminDetails()
SUser
getAffectedUser()
Date
getDate()
String
getPublicDetails()
String
getRemoteAddr()
String
getRequestDump()
String
getType()
-
-
-
Method Detail
-
getAffectedUser
@NotNull public SUser getAffectedUser()
-
getRemoteAddr
@NotNull public String getRemoteAddr()
-
getRequestDump
@NotNull public String getRequestDump()
-
getPublicDetails
@Nullable public String getPublicDetails()
-
getAdminDetails
@Nullable public String getAdminDetails()
-
getDate
@NotNull public Date getDate()
-
describe
@NotNull public String describe(boolean verbose)
-
getType
@NotNull public String getType()
-
-