public class P4PasswordImpl extends P4BaseCredentials implements P4Password
Modifier and Type | Class and Description |
---|---|
static class |
P4PasswordImpl.DescriptorImpl |
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptor
Constructor and Description |
---|
P4PasswordImpl(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String description,
String p4port,
TrustImpl ssl,
String username,
String retry,
String timeout,
String p4host,
String password) |
Modifier and Type | Method and Description |
---|---|
hudson.util.Secret |
getPassword() |
getP4host, getP4JavaUri, getP4port, getRetry, getTimeout, getTrust, getUsername, isSsl
equals, getDescription, getId, hashCode
getDescriptor, getScope
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getP4port, getTrust, isSsl
@DataBoundConstructor public P4PasswordImpl(com.cloudbees.plugins.credentials.CredentialsScope scope, String id, String description, @NonNull String p4port, TrustImpl ssl, @NonNull String username, @CheckForNull String retry, @CheckForNull String timeout, @CheckForNull String p4host, @NonNull String password)
Copyright © 2016–2017. All rights reserved.