public abstract class P4StandardCredentials extends P4Credentials implements com.cloudbees.plugins.credentials.common.StandardCredentials
com.cloudbees.plugins.credentials.common.StandardCredentials.NameProvider
Constructor and Description |
---|
P4StandardCredentials(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String description,
String p4port,
TrustImpl ssl,
String username,
String retry)
Constructor.
|
P4StandardCredentials(String id,
String description,
String p4port,
TrustImpl ssl,
String username,
String retry)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDescription() |
String |
getId() |
String |
getP4port() |
int |
getRetry() |
String |
getTrust() |
String |
getUsername() |
int |
hashCode() |
boolean |
isSsl() |
getDescriptor, getScope
public P4StandardCredentials(@CheckForNull String id, @CheckForNull String description, @CheckForNull String p4port, @CheckForNull TrustImpl ssl, @CheckForNull String username, @CheckForNull String retry)
id
- the id.description
- the description.public P4StandardCredentials(@CheckForNull com.cloudbees.plugins.credentials.CredentialsScope scope, @CheckForNull String id, @CheckForNull String description, @CheckForNull String p4port, @CheckForNull TrustImpl ssl, @CheckForNull String username, @CheckForNull String retry)
scope
- the scope.id
- the id.description
- the description.@NonNull public String getDescription()
getDescription
in interface com.cloudbees.plugins.credentials.common.StandardCredentials
@NonNull @Exported public String getId()
getId
in interface com.cloudbees.plugins.credentials.common.IdCredentials
@NonNull public String getP4port()
public boolean isSsl()
public String getTrust()
@NonNull public String getUsername()
public int getRetry()
Copyright © 2004-2015. All Rights Reserved.