public class P4PasswordImpl extends P4BaseCredentials
Modifier and Type | Class and Description |
---|---|
static class |
P4PasswordImpl.DescriptorImpl |
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptor
com.cloudbees.plugins.credentials.common.StandardCredentials.NameProvider
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 password) |
Modifier and Type | Method and Description |
---|---|
hudson.util.Secret |
getPassword() |
getP4port, getRetry, getTimeout, getTrust, getUsername, isSsl
equals, getDescription, getId, hashCode
getDescriptor, getScope
@DataBoundConstructor public P4PasswordImpl(com.cloudbees.plugins.credentials.CredentialsScope scope, String id, String description, @CheckForNull String p4port, TrustImpl ssl, @CheckForNull String username, @CheckForNull String retry, @CheckForNull String timeout, @CheckForNull String password)
Copyright © 2016. All rights reserved.