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() |
boolean |
isAllhosts() |
void |
setAllhosts(boolean allhosts) |
getFullP4port, getP4host, getP4JavaUri, getP4port, getRetry, getSsl, getTick, getTimeout, getTrust, getUsername, isSslEnabled, setTick
equals, getDescription, getId, hashCode
getDescriptor, getScope
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getP4port, getSsl, getTrust, isSslEnabled
@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–2021. All rights reserved.