public class P4TicketImpl extends P4BaseCredentials implements P4Ticket
Modifier and Type | Class and Description |
---|---|
static class |
P4TicketImpl.DescriptorImpl |
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptor
com.cloudbees.plugins.credentials.common.StandardUsernameCredentials.NameProvider
Constructor and Description |
---|
P4TicketImpl(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String description,
String p4port,
TrustImpl ssl,
String username,
String retry,
String timeout,
String p4host,
TicketModeImpl ticket) |
Modifier and Type | Method and Description |
---|---|
String |
getTicketPath() |
String |
getTicketValue() |
boolean |
isTicketPathSet() |
boolean |
isTicketValueSet() |
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
getDescription
@DataBoundConstructor public P4TicketImpl(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, TicketModeImpl ticket)
@CheckForNull public String getTicketValue()
getTicketValue
in interface P4Ticket
public boolean isTicketValueSet()
isTicketValueSet
in interface P4Ticket
@CheckForNull public String getTicketPath()
getTicketPath
in interface P4Ticket
public boolean isTicketPathSet()
isTicketPathSet
in interface P4Ticket
Copyright © 2016–2019. All rights reserved.