public abstract class P4BaseCredentials
extends com.cloudbees.plugins.credentials.impl.BaseStandardCredentials
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptor
com.cloudbees.plugins.credentials.common.StandardCredentials.NameProvider
Constructor and Description |
---|
P4BaseCredentials(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String description,
String p4port,
TrustImpl ssl,
String username,
String retry,
String timeout)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getP4port() |
int |
getRetry() |
int |
getTimeout() |
String |
getTrust() |
String |
getUsername() |
boolean |
isSsl() |
equals, getDescription, getId, hashCode
getDescriptor, getScope
public P4BaseCredentials(com.cloudbees.plugins.credentials.CredentialsScope scope, String id, String description, @CheckForNull String p4port, @CheckForNull TrustImpl ssl, @CheckForNull String username, @CheckForNull String retry, @CheckForNull String timeout)
scope
- the scope.id
- the id.description
- the description.Copyright © 2016. All rights reserved.