Package org.jenkinsci.plugins.p4.client
Class ConnectionConfig
- java.lang.Object
-
- org.jenkinsci.plugins.p4.client.ConnectionConfig
-
- All Implemented Interfaces:
Serializable
public class ConnectionConfig extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectionConfig(P4BaseCredentials credential)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getP4Host()
String
getPort()
String
getServerUri()
int
getTimeout()
String
getTrust()
String
getUserName()
int
hashCode()
boolean
isSsl()
String
toString()
-
-
-
Constructor Detail
-
ConnectionConfig
public ConnectionConfig(P4BaseCredentials credential)
-
-