Class HALMConnection.AuthInfoResult
- java.lang.Object
-
- com.perforce.halm.jenkins.globalconfig.HALMConnection.AbstractResult
-
- com.perforce.halm.jenkins.globalconfig.HALMConnection.AuthInfoResult
-
- Enclosing class:
- HALMConnection
public static class HALMConnection.AuthInfoResult extends HALMConnection.AbstractResult
Authorization information result
-
-
Field Summary
Fields Modifier and Type Field Description com.perforce.halm.rest.IAuthInfo
authInfo
Authorization info.-
Fields inherited from class com.perforce.halm.jenkins.globalconfig.HALMConnection.AbstractResult
error
-
-
Constructor Summary
Constructors Constructor Description AuthInfoResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isErrorInternal()
Implementer can extend isError safely by implementing isErrorInternal.-
Methods inherited from class com.perforce.halm.jenkins.globalconfig.HALMConnection.AbstractResult
getErrorMessage, isError
-
-
-
-
Method Detail
-
isErrorInternal
public boolean isErrorInternal()
Implementer can extend isError safely by implementing isErrorInternal.- Overrides:
isErrorInternal
in classHALMConnection.AbstractResult
- Returns:
- True indicates the implementor thinks this result should be a failure.
-
-